| Author |
Message |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Tue Mar 13, 2007 11:41 pm |
|
Installed fine so far. I forgot to grab and upload the ioncube files to the root but quickly figured that one out - doh!
OK so here we are accesing the license request page on my site and I'm greeted with "The encoded file /xxx/xxxx/xxxxx/modules/Digital_Shop/license_request.php requires a license file license/licdata.dat" |
_________________ Code Authors Nuke Reviews |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Tue Mar 13, 2007 11:49 pm |
|
My fault, I'll send you a new one and update the package
Edit: You got mail... |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Wed Mar 14, 2007 12:14 am |
|
Got it, works a treat.
I have doubled checked the files/directories that need CHMODding have activated the module but when going to admin area am greeted with
[quote]
03-14-07 05:06:54 am][2](Line:15) main(smarty/libs/Smarty.class.php) [function.main]: failed to open stream: No such file or directory [/my/path/tosite/modules/Digital_Shop/lib/init.php] [/code]
I have checked the package and the site, both show the file modules/Digital_Shop/lib/init.php
The problem may be with the path to the Smarty.class.php
The path shown in the error message is smarty/libs/x/x/x/
and it should be includes/smarty/libs/x/x/x |
_________________ Code Authors Nuke Reviews |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Wed Mar 14, 2007 12:15 am |
|
in the lib/constants.php, set these two defines like this
| Code: |
define('SMARTY_PATH', 'includes/');
define('PEAR_PATH', 'includes/'); |
|
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Wed Mar 14, 2007 12:28 am |
|
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Wed Mar 14, 2007 12:34 am |
|
Hmm, not sure what time it is over there but its 5.30 am here so I better grab some shut-eye. Besides, if I stay here, you'll feel obliged to be here also while I'm breaking this lol.
Get some sleep I'm in no rush. |
_________________ Code Authors Nuke Reviews |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Wed Mar 14, 2007 12:37 am |
|
| Guardian wrote: |
Hmm, not sure what time it is over there but its 5.30 am here so I better grab some shut-eye. Besides, if I stay here, you'll feel obliged to be here also while I'm breaking this lol.
Get some sleep I'm in no rush. |
It's no problem, its only 1:30am here and I'm a bit of a night owl |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Thu Mar 15, 2007 10:22 am |
|
Sorry I did not get back to you sooner, work got in th way....
Installed and working fine, many thanks for your help. |
_________________ Code Authors Nuke Reviews |
|
|
 |
|
|