Page 1 of 1
Blank page on category view
Posted: 15 Sep 2009, 10:26
by BenLomax
Hi
I have problem with blank page on category view. When i add more then about 7/8 category and when i check i preferneces to show category, images and detail information i have blank page. When i chose in pref. category and images its all OK, show all categories.
Help?
Re: Blank page on category view
Posted: 15 Sep 2009, 16:40
by Jan
Hi,try to see your error log on your server, so you will know which error is displayed there.
Jan
Re: Blank page on category view
Posted: 16 Sep 2009, 23:45
by BenLomax
I check the - error_log - and i dont have any error with category view.
code removed because of security reason
Re: Blank page on category view
Posted: 17 Sep 2009, 15:33
by Jan
try to empty the log and check the time so you can see if there is some error on the time. if not, maybe enabling error reporting on in php.ini will help and will display some error.
Jan
Re: Blank page on category view
Posted: 12 Oct 2009, 17:14
by BenLomax
Hi, i enabled error raporting and i have something like this:
Code: Select all
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 29
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 32
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::load() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 161
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 138
Strict Standards: Non-static method JRequest::clean() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 33
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 463
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 464
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 465
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 466
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 467
Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /var/www/html/users/xxx/libraries/joomla/environment/request.php on line 468
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 35
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 38
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 39
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::load() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 161
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 138
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 46
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 47
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 50
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 53
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::import() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 54
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/loader.php on line 71
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 57
Strict Standards: Non-static method JLoader::register() should not be called statically in /var/www/html/users/xxx/libraries/joomla/import.php on line 58
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/users/xxx/libraries/joomla/import.php:29) in /var/www/html/users/xxx/libraries/joomla/session/session.php on line 423
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/users/xxx/libraries/joomla/import.php:29) in /var/www/html/users/xxx/libraries/joomla/session/session.php on line 426
?
edit
I resolved problem. When i delete the phoc pdf plugin now its all ok.
Re: Blank page on category view
Posted: 16 Oct 2009, 23:17
by Jan
Hi, all errors are OK, as Joomla! needs to work on php4 and php5, statically called problems are OK. But maybe there is some problem with the session (last error)? no idea what can be wrong there with session?
