PDA

View Full Version : Any solution for NoahClassified ?


nocom
08-26-2007, 06:17 PM
I tryed to install NoahClassified to 3 servers w/o succes.
Any suggestions (old password for SQL and still not working)
Anyone with successful story on cirtex servers ?

:confused:

jdrobinson
08-26-2007, 08:25 PM
I'm attempting to install it now, I'll let you know how it goes.

nocom
08-26-2007, 08:36 PM
Tnx in advance
:)

jdrobinson
08-26-2007, 09:12 PM
I'm guessing you're having problems with logging into the application, and the admin login doesn't work? I was able to install it fine but when I went to login with admin or create new users it wouldn't let me, so here's what you do before you install it....

Open up gorum/dbproperty.php and replace the following on line 394:

$data = mysql_query("select password('$s')");

With

$data = mysql_query("select old_password('$s')");

Reupload that file, then install the app and you should be all set. I can't take any of the credit for this, the issue is actually documented in their FAQ: http://classifieds.phpoutsourcing.com/faq.php#q24

nocom
08-27-2007, 11:19 AM
Test in progress
credit for you Justin for ,,then install,, i always perform install and edit after
My install:
Fantastico install NoahClassified
I get update pack. from Noah and update all
Edit gorum/dbproperty.php like you said
Make new MySQL database
Run Install with new database (delete old)
From this point all working

Important is to run install after edit of gorum/dbproperty.php (ma fault)

TNX Justin