| Author |
Message |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 8:37 am |
|
ive uploaded all shop the files to my nuke evo site
ive added the licence and thats is fine in the install file
i have changed the constants file
define('DSN_STRING', 'mysql://*****:********@localhost:3306/*****_****1);
when i get the check db connection all i get is Checking database connection....
have i missed something
any help would be appreciated  |
Last edited by chriswilliams on Sun Dec 09, 2007 1:30 pm; edited 2 times in total |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 09, 2007 10:32 am |
|
Ok first thing to check is in the constants.php file is to make sure SHOP_DEBUG is set to true(until you get it working). If it is already set to true just ignore it.
Then run the installer again to see if any errors show up.
Also make sure your constants.php has these settings set like so...
| php: |
define('PEAR_PATH', 'includes/');
define('SMARTY_PATH', 'includes/');
|
If you have already done all that but still can't connect, remove the ":3306" from the DSN_STRING.
When you do finally get connected be sure to set SHOP_DEBUG to false.
If that doesn't take care of it let me know. Thanks. |
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 10:48 am |
|
i tryed all of that and still no joy. i rechecked the db details again and they are correct. there ar no errors showing up either
any other ideas |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 09, 2007 11:24 am |
|
So does the page hang and how long? Does it ever finish loading? |
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 11:26 am |
|
no it just stays as is. here is the link this may help i hope
link removed |
Last edited by chriswilliams on Sun Dec 09, 2007 1:29 pm; edited 1 time in total |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 09, 2007 11:39 am |
|
Hi, can you email me your constants.php (minus your password)? gotcha@thisSite |
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 11:46 am |
|
Email sent should be with you soon |
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 11:49 am |
|
dose this help i just found it when i looked at the admin login
[12-09-07 10:00:52 pm][2](Line:55) main() [function.main]: open_basedir restriction in effect. File(/PEAR.php) is not within the allowed path(s): (/var/www/vhosts/upandcomingdj.co.uk/httpdocs:/tmp) [/var/www/vhosts/upandcomingdj.co.uk/httpdocs/includes/MDB2.php]
[12-09-07 10:00:52 pm][2](Line:55) main(PEAR.php) [function.main]: failed to open stream: Operation not permitted [/var/www/vhosts/upandcomingdj.co.uk/httpdocs/includes/MDB2.php] |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 09, 2007 12:41 pm |
|
Never got that email, but the error you posted tells me what the problem is.
First download -> this file <-, unzip it on your pc and upload it to the following locations...
includes/
modules/Digital_Shop/incudes
Then open constants.php and on a new line, after <?php add the following:
| php: |
set_include_path(SCRIPT_PATH.'includes' . PATH_SEPARATOR . get_include_path());
|
|
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 1:04 pm |
|
sorry still not allowing me past the connect section on the installer and the error message has changed
[12-09-07 11:13:32 pm][2](Line:55) main() [function.main]: open_basedir restriction in effect. File(/PEAR.php) is not within the allowed path(s): (/var/www/vhosts/upandcomingdj.co.uk/httpdocs:/tmp) [/var/www/vhosts/upandcomingdj.co.uk/httpdocs/includes/MDB2.php]
[12-09-07 11:13:32 pm][2](Line:55) main(PEAR.php) [function.main]: failed to open stream: Operation not permitted [/var/www/vhosts/upandcomingdj.co.uk/httpdocs/includes/MDB2.php]
i resent the file again to you i dosent have extra line you just sugested in it |
| |
|
|
 |
chriswilliams

Joined: Mar 25, 2007
Posts: 7
|
Posted:
Sun Dec 09, 2007 1:17 pm |
|
fixed it i uploaded the file and folder instead of the file only doh!!
seems to work now
thank you  |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Dec 09, 2007 5:41 pm |
|
sweet  |
| |
|
|
 |
|
|