| Author |
Message |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 10:09 am |
|
I really need help here. i dont know how long its going to be before i get this up and running, but ill be working on it so if any one can help me set this up faters i would really like that. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 10:39 am |
|
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 10:48 am |
|
Modules Administration
Illegal File Access
this is in my admin.php i upload the Digtal_Shop and now i cant use any
Modules Administration applications
what did i do wrong? |
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 11:13 am |
|
Checking database connection....
Warning: main(MDB2.php) [function.main]: failed to open stream: No such file or directory in /home/XXXX/modules/Digital_Shop/install/full-install.php on line 78
Fatal error: main() [function.require]: Failed opening required 'MDB2.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aucti9/public_html/test/modules/Digital_Shop/install/full-install.php on line 78 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 11:17 am |
|
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 11:27 am |
|
Checking database connection....
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/lib/php/PEAR.php) is not within the allowed path(s): ('.:/proc/uptime:/tmp:/home:/usr/local/lib/php:/usr/home:/usr/local/bin/') in /home/XXXX/modules/Digital_Shop/includes/MDB2.php on line 55
Warning: main(PEAR.php) [function.main]: failed to open stream: Operation not permitted in /home/XXXX/modules/Digital_Shop/includes/MDB2.php on line 55
Fatal error: main() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXX/modules/Digital_Shop/includes/MDB2.php on line 55 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 11:44 am |
|
Hi, I sent you an email with a file attached and instructions on what to do with it. |
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 11:56 am |
|
done uploaded the files in the 2 location but new error.
Checking database connection....
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/lib/php/PEAR.php) is not within the allowed path(s): ('.:/proc/uptime:/tmp:/home:/usr/local/lib/php:/usr/home:/usr/local/bin/') in /home/XXXX/modules/Digital_Shop/includes/MDB2.php on line 55
Warning: main(PEAR.php) [function.main]: failed to open stream: Operation not permitted in /home/XXXXt/modules/Digital_Shop/includes/MDB2.php on line 55
Fatal error: main() [function.require]: Failed opening required 'PEAR.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXX/modules/Digital_Shop/includes/MDB2.php on line 55
I see this but i see i also dont have these folders its looking for.
usr/lib/php but i dont have a clue this is way harder then i thoguth lol. |
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 11:59 am |
|
Was i soppost to download both packages because i only donloaded the one for php-nuke.
you want to set this up for me ill donte to you. give some cash. how much you charge to just set this up for me. so i can work on things i know what im doing lol.. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 12:10 pm |
|
No, you got it right, you only needed the php-nuke package.
That last error gave me some clues to the problem so if I'm right, you will actually only need to add one line of code to modules/Digital_Shop/lib/constants.php so open it up and find:
and below that, add:
| Code: |
set_include_path(SCRIPT_PATH.'/includes'); |
If that doesn't work, I can set it up, just email me all the login info. |
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 12:17 pm |
|
Warning: main(includes/MDB2.php) [function.main]: failed to open stream: No such file or directory in /home/aucti9/public_html/test/modules/Digital_Shop/install/full-install.php on line 78
Fatal error: main() [function.require]: Failed opening required 'includes/MDB2.php' (include_path='/home/aucti9/public_html/test/modules/Digital_Shop//includes') in /home/aucti9/public_html/test/modules/Digital_Shop/install/full-install.php on line 78 |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 1:13 pm |
|
Your shop is all ready to go! Be sure to go into the configuration and check the settings to fit your needs. Also, if you are planning on making test purchases make sure you set the module to allow access to anonymous(so paypal can access the module). Thank you for purchasing The Digital Shop. |
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Thu Dec 06, 2007 1:17 pm |
|
theres a probelm i tied to add a block over on the left site. and now my whole sites down. any ideas? |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 06, 2007 2:21 pm |
|
This problem is because you don't have any of the patches installed( get the patches at http://nukeresources.com )
To fix, open up both of the shop blocks and find
| php: |
if ( !defined('NUKE_FILE') ) {
Header('Location: ../index.php');
die();
}
|
and replace with:(be sure to change block-XXX.php to match the blocks filename.
| php: |
if (eregi('block-XXX.php',$PHP_SELF)) {
Header('Location: index.php');
die();
}
|
|
| |
|
|
 |
aucti9

Joined: Dec 06, 2007
Posts: 16
|
Posted:
Fri Dec 07, 2007 11:51 am |
|
Sorry to bother you again but can i get a new key for my main site? like i said i wasnt posting my site untill it was ready. and its ready and i uploaded it to the main site and now the license is no good.
can i get a new license? |
| |
|
|
 |
|
|