joomla! admin panel dont work even with intermediate PHP

Status
Not open for further replies.

pcforce

New Member
Messages
11
Reaction score
0
Points
0
After i write down my username and password and press Login, instead of the admin panel i see "LoadValues" written with big letters in upper left corner with nothing else on this page and it says that the page is been loaded. Any ideas what to do?!
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Is this a stock install of Joomla? I know tons of people are using them here...

Can you link to the error?
 

pcforce

New Member
Messages
11
Reaction score
0
Points
0
Nope its not stock - there are already some new modules installed including some which affect only the admin panel. Also i can't link you to the error because this mean to give you my password and username which is been used on other places aswell and i cant create account specially for you cause i cant load the admin panel as stated in my first post ...
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
You'll have to go through whatever modules you loaded to debug them. Look for functions that start with @ and remove the @ from them. The @ is suppressing the error output and is what we need to help you.

-Corey
 

pcforce

New Member
Messages
11
Reaction score
0
Points
0
Ok i'll look around the modules


Edit: Ok, here we go


LoadValues

Warning: exec() has been disabled for security reasons in /home/pcforce/public_html/administrator/modules/mod_load_values/mod_load_values.php on line 2

this is in additional module which purpose is to show server's average load in admin panel
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Comment out that line, we can't enable exec for that reason. Exec is a huge security risk allowing scripts to execute malicious commands.

-Corey
 
Status
Not open for further replies.
Top