plugin load failure results in blank page

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
sneakyimp
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Mon Jun 21, 2010 12:26 am

plugin load failure results in blank page

Post by sneakyimp » Sun Jan 06, 2013 1:08 am

I'm trying to set up a local copy of a Joomla site on my linux development workstation and when I attempt to login (enter user/pass, click 'login') then I just get a blank white page. I tinkered around in the code a bit until I determined the cause. Line 139 in the file administrator/components/com_comprofiler/plugin.class.php apparently causes a fatal error -- but there is no error message or anything.

I think the reason is because, although the database has a record for this plugin, the directory containing the plugin does not exist on disk.

Is there some setting that would cause Joomla to show an informative error that I could turn on? It was quite difficult to find this error.
make multiplayer flash games: http://flashmog.net

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: plugin load failure results in blank page

Post by imanickam » Sun Jan 06, 2013 3:12 am

You check the log file(s) of Apache and/or php.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

User avatar
ozneilau
Joomla! Guru
Joomla! Guru
Posts: 872
Joined: Tue Aug 04, 2009 9:05 am
Location: Tasmania, Australia
Contact:

Re: plugin load failure results in blank page

Post by ozneilau » Sun Jan 06, 2013 3:17 am

Set Site -> Global Configuration -> Server -> Error Reporting to "Maximum" or manually update the relevant line in your configuration.php file like this:

Code: Select all

$error_reporting = 'maximum';
The blank white page is sometimes caused by PHP limitations. Maybe try increasing the memory_limit and execution time via a custom php.ini file or similar:

Code: Select all

memory_limit = 256M
max_execution_time = 30
max_input_time = 60
Neil.

sneakyimp
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Mon Jun 21, 2010 12:26 am

Re: plugin load failure results in blank page

Post by sneakyimp » Mon Jan 07, 2013 7:00 pm

Thanks for the response.
ozneilau wrote:Set Site -> Global Configuration -> Server -> Error Reporting to "Maximum" or manually update the relevant line in your configuration.php file like this:
As I described in my original post, the error occurs when I try to login.
ozneilau wrote:

Code: Select all

$error_reporting = 'maximum';
The blank white page is sometimes caused by PHP limitations. Maybe try increasing the memory_limit and execution time via a custom php.ini file or similar:

Code: Select all

memory_limit = 256M
max_execution_time = 30
max_input_time = 60
Neil.
I have done this and the problem persists with no error message. Does Joomla have its own log?
make multiplayer flash games: http://flashmog.net

sneakyimp
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Mon Jun 21, 2010 12:26 am

Re: plugin load failure results in blank page

Post by sneakyimp » Mon Jan 07, 2013 8:17 pm

imanickam wrote:You check the log file(s) of Apache and/or php.
I had a devil of a time locating the appropriate log for PHP errors, and now that I have found it (and verified it is where PHP errors get written for this domain) I see that this blank page doesn't produce any PHP errors.
make multiplayer flash games: http://flashmog.net

User avatar
ozneilau
Joomla! Guru
Joomla! Guru
Posts: 872
Joined: Tue Aug 04, 2009 9:05 am
Location: Tasmania, Australia
Contact:

Re: plugin load failure results in blank page

Post by ozneilau » Tue Jan 08, 2013 2:11 am

Joomla logs can be found in the /logs folder but apart from login success/failure, there's usually not much useful information.

Neil.


Locked

Return to “General Questions/New to Joomla! 2.5”