How to go about the following?
I have followed the on-line instructions to include additional pages in ZenCart, but I get a warning when adding the includes/extra_datafiles/myNewPage.php file.
When opening the on-line catalogue the follow message occurs:
define('FILENAME_WAServices', 'WA_services');
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/winenl/public_html/includes/extra_datafiles/WA.php:1) in /home2/winenl/public_html/includes/functions/sessions.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /home2/winenl/public_html/includes/extra_datafiles/WA.php:1) in /home2/winenl/public_html/includes/init_includes/init_templates.php on line 78
What is the solution to this problem?



