- Moderated by:
- Support Team
-
- rank:
-
Registered User
- registered:
- March 2003
- Status:
- offline
- last visit:
- 31.03.03
- Posts:
- 1
I have just installed 7.2.3 but it was unable to create the Database. So instead I chose to upgrade an existing PostNuke database. I was required to tell it which version I was upgrading from but was unable to find out. The version doesn't seem to be displayed anywhere.
I chose each of the upgrade buttons in turn and each of them had a problem of one sort or another until I reached the final button which said the upgrade was successful.
However, when I go to http/admin.php I now get the following error message. Can anyone advise what I could do next?
Warning: Access denied for user: '®Š-@localhost' (Using password: NO) in /usr/local/psa/home/vhosts/a-wizard.com.au/httpdocs/postnuke/html/pnadodb/drivers/adodb-mysql.inc.php on line 170
Warning: MySQL Connection Failed: Access denied for user: '®Š-@localhost' (Using password: NO) in /usr/local/psa/home/vhosts/a-wizard.com.au/httpdocs/postnuke/html/pnadodb/drivers/adodb-mysql.inc.php on line 170
mysql://®Š-:@localhost/Phoenix failed to connectAccess denied for user: '®Š-@localhost' (Using password: NO) -
- registered:
- June 2002
- Status:
- offline
- last visit:
- 06.08.05
- Posts:
- 572
Try this http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&p=30652&highlight=#30652 -
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 01.04.03
- Posts:
- 3
I have done a fresh install of postnuke-phoenix-0.7.2.3
and am getting a similar error
I have checked config.php to be sure there are no errant characters
and that the permissions are set 666
here are the warnings:
Warning: Access denied for user: '™çbj@localhost' (Using password: YES) in /home/mediar/mediarare-www/phpPN/pnadodb/drivers/adodb-mysql.inc.php on line 170
Warning: MySQL Connection Failed: Access denied for user: '™çbj@localhost' (Using password: YES) in /home/mediar/mediarare-www/phpPN/pnadodb/drivers/adodb-mysql.inc.php on line 170
mysql://™çbj:@localhost/mediarare_com failed to connectAccess denied for user: '™çbj@localhost' (Using password: YES)
thanks for any help
I am eager to start "postnuking" :wink:
M. -
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 01.04.03
- Posts:
- 3
searching the froum for help and I came across this posting:
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=8463&highlight=warning
sure enough my config.php was incorrectly set to encoded
still can't get in but the errors have changed to:
Warning: Failed opening 'themes/PostNukeBlue/theme.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/mediar/mediarare-www/phpPN/includes/pnAPI.php on line 996
Fatal error: call to undefined function: themeheader() in /home/mediar/mediarare-www/phpPN/header.php on line 191
don't know if this will help, kneale ...
M. -
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 01.04.03
- Posts:
- 3
a fix!!
as I posted before first thing I did was correct the config.php to
correctly indicate that my username and password are unencoded -- putting a 0 instead of a 1--
that looks like this
Code
$pnconfig['encoded'] = '0';
that took care of the first errors/warnings which were like kneale's
then following carlos-web's instructions from http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=9473&highlight=PSAK I downloaded, unzipped, uploaded and used the PostNuke Swiss Army Knife to:
-- change the Theme from PostNukeBlue to just PostNuke
-- clear all users permissions
that took care of my second set of warnings
not sure which of the Swiss Army Knife changes did the trick but now I am in
hurray
hope this helps someone :wink:
