| Author |
Message |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Thu Apr 03, 2008 9:18 am |
|
when I add a new item to the shop (so when I press save changes) I get a blank page, the item is still added to the shop but it's annoying cause I have to browse again to my site. I only have it when I make a new item. anyone know's what to do about this?
thanks anyway |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 248
|
Posted:
Thu Apr 03, 2008 9:32 am |
|
I have never had a prblem with my Shop so I cannot help much but if you can confirm which version of *nuke or fork of nuke you are using it might help 'gotcha' some. |
_________________ Code Authors Nuke Reviews |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Thu Apr 03, 2008 9:35 am |
|
ow yeah srry. I'm using the latest version of Nuke-evolution.
another thing is that even if it creates the item and uploads the file it won't add the link of the image and file to the item, so I need to first remove the picture and file and reupload again and then it works.... |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 755
|
Posted:
Thu Apr 03, 2008 9:36 am |
|
To fix the blank page (and the image problem too)
#
#-----[ OPEN ]------------------------------------------
#
| Code: |
modules/Digital_Shop/lib/constants.php
|
#
#-----[ FIND ]------------------------------------------
#
#
#-----[ AFTER, ADD ]------------------------------------
# Note: Add it after on a new line
| Code: |
set_include_path('includes' . PATH_SEPARATOR . get_include_path());
|
Note, I copied that info from this thread:
http://nukecoder.com/ftopict-490-_How_TO_Install_Digital_Shop_with_Nuke_Evo.html
Which contains some good tips even if you don't use nuke evolution. |
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Thu Apr 03, 2008 11:04 am |
|
yes I know I followed that post but I had also the problem with the database connection.
and I found a post where you explained how to fix this by adding the following code:
| Code: |
set_include_path(SCRIPT_PATH.'includes' . PATH_SEPARATOR . get_include_path()); |
|
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Thu Apr 03, 2008 11:24 am |
|
yes it worked thanks alot, I didn't know that I had to change it back to the code you posted above. |
| |
|
|
 |
|
|