Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add on help please


Guest

Recommended Posts

Hi

 

I have just installed this add on on my website and all works perfect apart from when am logged in the admin area and go to orders, it is blank apart from the menu down the left

 

http://addons.oscommerce.com/info/8756

 

I even clicked on a customers name who has made two orders and still comes up blank, any ideas please?

 

I have not posted for a while asking for help

 

Kind regards

 

Ian

Link to comment
Share on other sites

I guess you messed up one of the pages you edited.

Look at your webserver logfiles, it will tell exactly which line in what file has the php syntax error

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Hi

 

Thank you for the reply Carine

 

I ran the php errors code in the admin/orders.php file and comes up with the following error

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /customers/3/c/e/flowernursery.co.uk/httpd.www/admin/orders.php:7) in /customers/3/c/e/flowernursery.co.uk/httpd.www/admin/includes/functions/sessions.php on line 102

 

On line 102 in admin/includes/fuctions/sessions.php is the following

 

return session_start();

Link to comment
Share on other sites

The actual error is in the admin/orders.php file at line 7. Normally that error is caused by a space at the beginning or end of the file but that isn't the case here. You need to check that file to see what was changed. You may be trying to display something at the wrong place in the file.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi Jack

 

Thank you for the reply

 

This is my admin/orders.php file

 

It has changed to the following error

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /customers/3/c/e/flowernursery.co.uk/httpd.www/admin/orders.php:6) in /customers/3/c/e/flowernursery.co.uk/httpd.www/admin/includes/functions/sessions.php on line 102

 

On line 6 in admin.orders.php is the following

 

<?php

 

and just above that is the following

 

<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
?>

 

I can paste the whole coding here if need be but worried will take a lot of space up as is a lot of coding

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...