| Author |
Message |
themortal

Joined: Feb 08, 2008
Posts: 19
Location: The Realm
|
Posted:
Sat Feb 16, 2008 3:49 pm |
|
Admin Note: This tutorial is partially obsolete with the release of 2.0.8. Mainly, step 3 has some parts that no longer apply.
This will explain how to get the Digital Shop v2.0.7 installed with Nuke-Evo v2.0.5 or v2.0.7
Updated 30 Sept, 2008
STEP 1
Note: After installing make sure the required CHMOD/PERMISSIONS are done and make sure that your "Site URL" is set correctly.
- Install Nuke-Evo 2.0.7
Note 2: Make sure that the Sentinel .htaccess and .staccess paths are set.
STEP 2
- Upload the Digital Shop nuke files from this file... (digital_shop_v2.0.7n.zip) to your site.
STEP 3
#
#-----[ OPEN ]------------------------------------------
#
| Code: |
modules/Digital_Shop/lib/constants.php
|
#
#-----[ FIND ]------------------------------------------
#
#
#-----[ AFTER, ADD ]------------------------------------
# Note: Add it after on a new line
Do not add this in version 2.0.8
| Code: |
set_include_path('includes' . PATH_SEPARATOR . get_include_path());
|
#
#-----[ FIND ]------------------------------------------
#
| Code: |
define('SHOP_DEBUG', true);
|
#
#-----[ REPLACE WITH ]----------------------------------
#
| Code: |
define('SHOP_DEBUG', false);
|
#
#-----[ FIND ]------------------------------------------
#
| Code: |
define('DSN_STRING', 'mysql://dbUser:dbPassword@dbHost/dbName');
|
Now you need to fill-in your dbUser, dbPassword, dbHost and dbName.
For dbHost most use... localhost
You can check what its set to from your config.php file.
#
#-----[ FIND ]------------------------------------------
#
| Code: |
define('SMARTY_PATH', '');
define('PEAR_PATH', '');
|
#
#-----[ REPLACE WITH ]----------------------------------
#
This line is different in 2.0.8 and comes already set to the correct value, do not change it to match this if using 2.0.8
| Code: |
define('SMARTY_PATH', 'includes/');
define('PEAR_PATH', 'includes/');
|
Once you have your dbase settings inserted... SAVE and UPLOAD
STEP 4
Now upload your license to your server here.....
modules/Digital_Shop/license <-- directory
NOTE: UPLOAD IN ASCII MODE!
STEP 5
Now point your browser to: http://yoursite.com/modules/Digital_Shop/installer.php
Once the installer finishes with Step 5, you can then delete the folder "install" and the file installer.php.
STEP 6
Now go into your sites Admin Panel and click on the Digital Shop icon. Now click the "Configuration" link and enter your Site Url.
If your site is installed in the root of your server then your Site Url should be entered like this.... http://www.mysite.com
If your site is installed in a subfolder, then your Site Url should be entered like this.... http://www.mysite.com/subfoldername
Note: The http:// MUST be used, very important ok.
All of the other settings are easy to setup, but for detailed documentation go here... http://nukecoder.com/document-14.html
At the bottom of that image, there is explanations of what does what.
You should now have a running Digital Shop. Now go and setup everything else and you should be good to go.
Cheers,
- The Mortal
(Realm Designz) |
Last edited by themortal on Tue Sep 30, 2008 1:54 pm; edited 5 times in total |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Sun Feb 17, 2008 3:56 pm |
|
Very Nice Work! I'll make this a sticky right now. |
Last edited by gotcha on Mon Feb 18, 2008 1:01 pm; edited 1 time in total |
|
|
 |
themortal

Joined: Feb 08, 2008
Posts: 19
Location: The Realm
|
Posted:
Sun Feb 17, 2008 7:51 pm |
|
| gotcha wrote: |
Nice Work! I would actually recommend skipping step 3. Reason being, that code that gets commented out gets used alot to free up unused queries in evo.
Taking it out may get rid of a little error, but the error that shows up is actually just a "notice". Keep in mind that a default install of php-nuke 8.0 probably has thousands of these notices. A default install of the standalone shop contains none (at least I couldn't find any). An easier solution to getting rid of the error message would be to set SHOP_DEBUG to false in the constants.php |
Thanks, just trying to be helpful so that others who are wanting to get the Digital Shop can do so.
I'm glad you mentioned about step 3. I have removed step 3 and updated my thread. How about maybe making the [How TO] a sticky so it would be easy for users to find in the future.
Cheers,
- The Mortal |
| |
|
|
 |
designwicked

Joined: Jan 27, 2008
Posts: 9
|
Posted:
Sat Jul 05, 2008 3:13 pm |
|
Why dont you just take the five minutes and do the modding yourself and add the evo version for purchase already modded gotcha?
By the way man, i need a designwicked.com license, i am gonna integrate the shop into my evo but my license is set to www.designwicked.net. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Sat Jul 05, 2008 7:11 pm |
|
Because its no different for evo then it is for regular nuke, this guide applies to all nuke versions. No need to make a seperate version for evo at this point, but if evo makes big changes(I heard they were planning to), I will end up making an evo package. |
| |
|
|
 |
designwicked

Joined: Jan 27, 2008
Posts: 9
|
Posted:
Tue Jul 15, 2008 5:47 pm |
|
I followed the steps precisely, and my shop doesnt work, it doesnt register transactions and people cant download there products. I have PM'ed gotcha 2 times with no reply.
Starting to get frustrated. |
| |
|
|
 |
evilcorp

Joined: May 01, 2008
Posts: 14
|
Posted:
Tue Jul 15, 2008 11:06 pm |
|
Yeap i too have Pm'd gotch several days ago and still no reply... lol Probly on vacation or something.
btw wicked, its Eagle. =) |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Wed Jul 16, 2008 5:45 pm |
|
Sorry guys, I've had alot of long days at work plus an injury that has me on pain killers that knock me out. I'll sort everyone out right away. |
| |
|
|
 |
evilcorp

Joined: May 01, 2008
Posts: 14
|
Posted:
Wed Jul 16, 2008 10:01 pm |
|
Sorry to hear bout your injury man. hope ya recover quickly...  |
| |
|
|
 |
wolfxsting

Joined: Sep 22, 2008
Posts: 7
|
Posted:
Mon Sep 22, 2008 11:26 pm |
|
heya guys umm I need help with this digital shop Ive read all of your steps there themortal but I dont understand what needs chmoded for this to work and if you can clue me in on where to put the ioncube files that would be greatly appreciated from all the good things I hear about this program Ive already got it bought just havent had any luck installing it because of the ioncube files if you could help I would be very happy since 35.00 is alot these days for something that I hope works
http://www.championwebdesigns.org/wolfys_screenshot001.jpg heres a screenshot of where the buck stops  |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 333
|
Posted:
Fri Sep 26, 2008 3:48 pm |
|
You should be able to manually add the ioncube files to webroot/ioncube
You can get the files from their website
http://www.ioncube.com/loaders.php
Third line down - Linux (x86) then across to ZIP
If you download that, unpack them then upload them to to the 'ioncube' directory which should be in your public root. Make sure you upload the files in BINARY mode. |
_________________ Code Authors Nuke Reviews |
|
|
 |
vamp-angel

Joined: Feb 16, 2008
Posts: 10
|
Posted:
Mon Dec 29, 2008 5:20 am |
|
well i have just bought digital shop and im getting the ioncube error when i try and do the installer, i have checked everything over and over but still got these errors, i cannot get it to install at all, i have made sure my php.ini is ok and it is so i have no idea what is wrong, and i want to get it running as soon as possible |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 333
|
Posted:
Mon Dec 29, 2008 5:40 am |
|
So I presume you have the latest ioncube files from the link in my post above and uploaded them to nukewebroot/ioncude/ |
_________________ Code Authors Nuke Reviews |
|
|
 |
vamp-angel

Joined: Feb 16, 2008
Posts: 10
|
Posted:
Mon Dec 29, 2008 6:32 am |
|
yes i have, im still getting the same error on the installer.php |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 333
|
Posted:
Mon Dec 29, 2008 6:54 am |
|
What is the exact error message you now see?
May also e worth contacting your host to see if they have the Zend Ioncube loader library installed - this should make any difference as there is a loader with the ioncube files but they may have some mechanism in place to prevent dynamic loading (especially if it is a free hosting service). |
_________________ Code Authors Nuke Reviews |
|
|
 |
|
|