- Posts: 5
- Thank you received: 0
Joomla admin blank page
-
lero21
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 2 months ago #24758
by lero21
Joomla admin blank page was created by lero21
Hello, when I try to access the backend of my joomla website, it shows only a blank page. The website is still working, but not 100%. The carousel news is gone.
I am using joomla 2.5
How can I fix that ?
I am using joomla 2.5
How can I fix that ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #24785
by ivan.milic
Replied by ivan.milic on topic Joomla admin blank page
Enable debugging so error message could be displayed (that could reveal something). Since you don't have backend access you will have to edit configuration.php in joomla root folder manually for ftp client of cpanel file manager.
Change
public $debug = '0';
to
public $debug = '1';
and
public $error_reporting = 'default';
to
public $error_reporting = 'development';
Also if you have some option or if your hosting provider can do virus scan.
Check if this folder exists:
components\com_ag_google_analytics2
If yes, that is not google component it's VIRUS and it's spread largely for joomlas this days.
Change
public $debug = '0';
to
public $debug = '1';
and
public $error_reporting = 'default';
to
public $error_reporting = 'development';
Also if you have some option or if your hosting provider can do virus scan.
Check if this folder exists:
components\com_ag_google_analytics2
If yes, that is not google component it's VIRUS and it's spread largely for joomlas this days.
Please Log in to join the conversation.
-
lero21
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
12 years 2 months ago #24790
by lero21
Replied by lero21 on topic Joomla admin blank page
Ok,
1- public debug was already set to "1"
2- I changed default for development
3- there is no components\com_ag_google_analytics2
4- Still not working. Still a complete blank page when I try to get to my admin (embouledogues.com/administrator
Just to let you know that the site has been hacked around the 20th of december. My hosting company fixed it. But now … seem like they aren't able to do it ...
1- public debug was already set to "1"
2- I changed default for development
3- there is no components\com_ag_google_analytics2
4- Still not working. Still a complete blank page when I try to get to my admin (embouledogues.com/administrator
Just to let you know that the site has been hacked around the 20th of december. My hosting company fixed it. But now … seem like they aren't able to do it ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #24802
by ivan.milic
Replied by ivan.milic on topic Joomla admin blank page
So do you get some error messages???
Please Log in to join the conversation.
Time to create page: 0.159 seconds