ZenCart Warning: Cannot modify header information

ZenCart Warning: Cannot modify header information After installing Zencart you may receive a warning saying “Cannot modify header information headers already sent by…” in your zen cart. Cannot modify header information headers already sent by (output started at <path/to/output_file>:<line number>) in <path/to/current_file> on line <number>. This warning is encounter after modifying some .php files. This […]

See More

phpMyadmin error due to session.save_path

Sometimes you may face following error in phpmyadmin, Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. First thing you’ll neet to do is to check the error logs.(Generally its here /usr/local/apache/logs/error_log). You will probably see errors referencing permission errors writing to […]

See More

How to enable passive FTP

If you are running a FTP server (Pureftp/Proftp) with a CSF firewall (very important in a VPS or virtuozzo), it is necessary to enable passive mode, because this mode works best for ftp clients protected by firewall since the client initiates the connections. If you don’t enable passive mode in VPS, you might encounter problems like […]

See More