Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 :-)
Visit this user's website Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
28-12-2010, 11:43 AM
Post: #3
RE: Problem with administration
thanks! everythink is ok
Visit this user's website Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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)
Visit this user's website Find all posts by this user
Quote this message in a reply
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...)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: