View Full Version : Can't Login
sharpereye
04-07-2005, 10:46 PM
I am having the oddest problem
Pixelpost installation was a breeze as usual.
Once I am transferered to the login screen, I enter the login info, and the page just reloads, it is not transfering to the admin area.
Has this problem ever happened to anyone else, and does anyone know the remedy..
Here's the url: http://www.stellavalente.com/gallery/admin/
thanks
raminia
04-08-2005, 05:47 AM
yes! It occured to me many times!
if it does not say username or password is incorrect then there is a problem in the admin/index.php file. make sure
- there is not any redundant code before and after the <?php and ?> tags.
- there admin/index.php file is saved as ANSI and NOT UNICODE (UTF-8). that would be the main issue here.
but if you did not changed the admin/index.php at all you can overwrite it with original file from the pixelpost site.
raminia
04-08-2005, 05:49 AM
I see
Fatal error: Maximum execution time of 30 seconds exceeded in D:\hshome\stellav1\stellavalente.com\gallery\admin \index.php on line 33
in the website you provided. check line 33 of admin/index.php.
an infinite loop?
Ramin
UPDATE:
it seems that's a windows server!! :))
add this line at the top of admin/index.php
error_reporting(0);
and it would work! (but you should solve the problem in line 33 first!)
sharpereye
04-08-2005, 06:34 AM
Yup..it is a windows server, unfortunatly :)
Hey, thanks for all your help raminia, very appreciated.
This is line 33
mysql_connect($pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass) || die("Error: ". mysql_error());
If there is a loop, I am not seeing it...
Problem persists....
Any ideas?
raminia
04-08-2005, 06:36 AM
I think your server is not up or have problems: late response!
raminia
04-08-2005, 06:37 AM
ok now I see the admin panel of your site. the server's problem is resovled. pay attention to the points I made . It will be ok then;)
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.