Joomla administator won't work !

Status
Not open for further replies.

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
Before everything was fine !
But after the installation of the new server i'm enable to accès the administrator panel using correct login and password ...
Is there somebody who is using joomla ?
Hope that will be fixed soon
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
This will be solved soon, so please don't worry Corey will be working on this soon.
 

aron4588

New Member
Messages
106
Reaction score
0
Points
0
maybe some of the files got chmod wrong try too re 755 it in the files manger or in ftp
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
Now i got Internal Server Error when i access /administrator :rant2:
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Your permissions were wrong. It should work now.

-Corey
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
Your permissions were wrong. It should work now.

-Corey
Try to be more precise next time, because i set all the directory 775

The administrator won't work ... i got that message when trying to log on :
PHP:
Warning:  session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/****/public_html/administrator/index.php on line 88

Warning:  session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/****/public_html/administrator/index.php:88) in /home/****/public_html/administrator/index.php on line 88

Warning:  session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/****/public_html/administrator/index.php:88) in /home/****/public_html/administrator/index.php on line 88

That should give you an idea of the problem ;)
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I hope that comment wasn't meant to be rude.

775 permissions make it executable to the group user which does not work on suPHP or PHPSuExec. The permissions need to be 755 or less.

I'm not sure what is up with that error, check with the software you are using. As far as I can tell everything is working correctly server side.

-Corey
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
I hope that comment wasn't meant to be rude.

775 permissions make it executable to the group user which does not work on suPHP or PHPSuExec. The permissions need to be 755 or less.

I'm not sure what is up with that error, check with the software you are using. As far as I can tell everything is working correctly server side.

-Corey

I said that everything worked fine but not yesterday :dunno:
Edit:
I hope that comment wasn't meant to be rude.

As far as I can tell everything is working correctly server side.

-Corey

The session id contains illegal characters

Are you really sure ??? :eek4:
 
Last edited:

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
PHP:
Warning:  session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/****/public_html/administrator/index.php on line 88
Suggests to me a problem with the script.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Check the script where it creates the session. You can also try googling that error.
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
PHP:
Warning:  session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/****/public_html/administrator/index.php on line 88
Suggests to me a problem with the script.
I'm not here to say the same thing thousands times ... The script worked fine but not now :nuts:
I think after the installation of the new server ...
Please read carefully i issues reported. A SCRIPT CAN'T BUG ALONE AFTER A FINE WORK !
Edit:
Check the script where it creates the session. You can also try googling that error.
Try googling why it worked before then i'll do too ... Peffff
 
Last edited:

Starshine

Legend Killer
Messages
14,423
Reaction score
0
Points
0
Please don't get frustrated with the staff. We weren't viewing your page when it worked or when it didn't work. Since we are unable to see what you saw, we have to rely on asking questions. ( Even if they seem repetitive )


Please read carefully i issues reported. A SCRIPT CAN'T BUG ALONE AFTER A FINE WORK !

Actually, that isn't quite true. Many programs ( online scripts as well as offline ) can work perfectly and then have a hiccup somewhere in the programming without warning. And as Corey stated, it may help to look up the error, instead of requiring us to do the search and fix it for you at the same time.
Try googling why it worked before then i'll do too ... Peffff

Thats like saying, to google why a computer worked for 10 years and then suddenly the HD failed. Like I said above, scripts are just bits of programming. They fail, even if they worked once. It happens. Any number of things could of caused it to fail. But to sit and argue with the people that are doing their best to help, is not only pointless - but solves nothing. ( As you can see - your script is still not working properly and nobody yet has the answer )

If you wish ( because to be honest - I'm lazy ) ... post the error you are having and I will be happy to take my time to look up ( to the best of my ability ) a solution to fix the problem.
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
Please don't get frustrated with the staff. We weren't viewing your page when it worked or when it didn't work. Since we are unable to see what you saw, we have to rely on asking questions. ( Even if they seem repetitive )




Actually, that isn't quite true. Many programs ( online scripts as well as offline ) can work perfectly and then have a hiccup somewhere in the programming without warning. And as Corey stated, it may help to look up the error, instead of requiring us to do the search and fix it for you at the same time.


Thats like saying, to google why a computer worked for 10 years and then suddenly the HD failed. Like I said above, scripts are just bits of programming. They fail, even if they worked once. It happens. Any number of things could of caused it to fail. But to sit and argue with the people that are doing their best to help, is not only pointless - but solves nothing. ( As you can see - your script is still not working properly and nobody yet has the answer )

If you wish ( because to be honest - I'm lazy ) ... post the error you are having and I will be happy to take my time to look up ( to the best of my ability ) a solution to fix the problem.
PHP:
Warning:  session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/****/public_html/administrator/index.php on line 88

The script tested on other hoster
Edit:
The session id contains illegal characters

I asked about that error, it's a server side failure ! :nuts:
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I don't generally help rude people. If someone else wants to help you or you want to USE GOOGLE TO FIGURE IT OUT I'll fix it.

-Corey
 

HyperCyber

New Member
Messages
29
Reaction score
0
Points
0
I don't generally help rude people. If someone else wants to help you or you want to USE GOOGLE TO FIGURE IT OUT I'll fix it.

-Corey
It's better to say you don't generally help rude problems lol
Never mind the php error message appears just with Firefox ... Strange :cool:
 
Status
Not open for further replies.
Top