For some reason my categories.php page isn't working. When I click on the link category it comes up with a Blank page.
I have search engine friendly URLs enabled. /category/ doesn't work. My site is megashoppingonline.com
Hi Adrian,
It looks like a PHP error is being invoked when /category/ is being displayed; but as your new server is configured to suppress error and warning messages it's not possible to see by browsing to the script what is causing the problem.
Is there an error log associated with this website that you can study alongside browsing to /category/ to see if the PHP error is being logged there?
Cheers,
David.
I have a bunch of thes errors:
[20-Aug-2008 23:57:47] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:57:51] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:57:54] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:57:56] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:01] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:03] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:04] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:11] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:13] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
[20-Aug-2008 23:58:13] PHP Warning: Module 'htscanner' already loaded in Unknown on line 0
I also got a couple of these errors:
21-Aug-2008 00:00:46] PHP Notice: Undefined index: merid in /home/megash5/public_html/html/header.php on line 64
[21-Aug-2008 00:00:46] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4636940 bytes) in Unknown on line 0
Hi Adrian,
Do any of the time-stamps in the error log coincide with you viewing /category/ ?
I can fix the undefined index issue for you by structuring the code in your modified html/header.php slightly differently; and if you could also email me categories.php i'll check that over as well...
Cheers,
David.
These errors coincide with you viewing /category/
I emailed youheader.php and categories.php
Hi Adrian,
If you have search engine friendly URLs enables ($config_useRewrite = TRUE;) then the categories.php script on its own doesn't work - you must browse to:
/category/
If that's not the case in this instance, if you could let me know the URL of the installation i'll take a look for you...
Cheers,
David.