- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- April 2005
- Status:
- offline
- last visit:
- 16.04.05
- Posts:
- 3
Hi, i installed the PostNuke 0.750 gold and when i log in with my admin account it says "logging in, please wait" and sends me again to the index.php page, not showing the admin menu nor a logout option.
It's the second time i make the fresh instalation and still got this problem. My site is hosted in an host provider. Cookies are enabled. What can i do? Please help? -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
do you use some kind of URL-forwarding?
during the login PostNuke just tries to write a (session) cookie with the domain information - the problem indicates that this doesn't seem to work in your enviroment.
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Freshman
- registered:
- April 2005
- Status:
- offline
- last visit:
- 16.04.05
- Posts:
- 3
I just got the problem solved. During instalation i got this message:
Write error unable to update your 'config.php' file
You will have to modify this file yourself using a text editor.
Here are the changes required:
$pnconfig['dbtype'] = 'mysql';
$pnconfig['dbtabletype'] = 'myisam';
$pnconfig['dbhost'] = 'localhost';
$pnconfig['dbuname'] = '*****;
$pnconfig['dbpass'] = '*****';
$pnconfig['dbname'] = '*****';
$pnconfig['prefix'] = 'nuke';
So i used a text editor to edit "config.php". Today i noticed that the original config.php had an extra line:
$pnconfig['system'] = '0';
I think this was the problem or maybe a blank line i had in config.php...

