Problem with administration
|
27-12-2010, 05:02 PM
Post: #1
|
|||
|
|||
Problem with administration
Hi,
I have small problem with administration on website http://www.krasny-holky.cz (/admin) I can login but when I click on someone button in administration, page has been switched on main login page - /admin Can you help me? Thanks :-) |
|||
27-12-2010, 06:17 PM
Post: #2
|
|||
|
|||
RE: Problem with administration
can you send me script login details
and ftp login details to my pm |
|||
28-12-2010, 11:43 AM
Post: #3
|
|||
|
|||
RE: Problem with administration
thanks! everythink is ok
|
|||
28-12-2010, 12:55 PM
Post: #4
|
|||
|
|||
RE: Problem with administration
did you fix your problem
i see that you have still problem please contact with your server technical support tell him i have a session problem tell them to activate sessions |
|||
28-12-2010, 04:25 PM
Post: #5
|
|||
|
|||
RE: Problem with administration
on webhosting is PHP v. 5.3.4
Technical support tell me -you must use this: for # session_register() (must use supergloball flexible $_SESSION) for # session_unregister() (must use supergloball flexible $_SESSION) for # session_is_registered() (must use supergloball flexible $_SESSION) |
|||
28-12-2010, 07:54 PM
Post: #6
|
|||
|
|||
RE: Problem with administration
please told them
your useage of session first page goes to secont page <? session_start(); $_SESSION["user"]="test"; ?> second page <? session_start(); echo $_SESSION["user"]; ?> tell support that you get empty session value. and ask them if register_globals=On in php.ini also can you edit your own php.ini on your panel (cpanel, directadmin etc...) |
|||
« Next Oldest | Next Newest »
|