PDA

View Full Version : Can't log in


Sharr76
07-30-2005, 02:31 PM
Me again,

I cant log into admin for some reason comes up with a blank empty screen? :?:

I have been able to log in previously

achafik
07-30-2005, 04:50 PM
Okay, all problems fixed.

Couldn't login:
In file include/functions.php: the end of the file was continued with " " which sent the headers so when the user would go to /admin: Header("Location: login.php") wouldn't work because the headers had already been sent.

Links to subcategories not working:
just removed "BASE HREF" attribute in header

Center all links:
Open templates/main.tpl
Near line 29 find: Content visible to registered users only.
Replace with: Content visible to registered users only.

Regards,
Achafik

Sharr76
07-30-2005, 07:05 PM
Thanks for your help :wink: