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