View next topic
View previous topic
Post new topic   Reply to topic
Author Message
krike




Joined: Apr 02, 2008
Posts: 48

PostPosted: Thu Apr 03, 2008 9:18 am
Reply with quote

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
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 249

PostPosted: Thu Apr 03, 2008 9:32 am
Reply with quote

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 
View user's profile Send private message
krike




Joined: Apr 02, 2008
Posts: 48

PostPosted: Thu Apr 03, 2008 9:35 am
Reply with quote

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....
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Thu Apr 03, 2008 9:36 am
Reply with quote

To fix the blank page (and the image problem too)

#
#-----[ OPEN ]------------------------------------------
#
Code:

modules/Digital_Shop/lib/constants.php


#
#-----[ FIND ]------------------------------------------
#
Code:

<?php


#
#-----[ 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.
 
View user's profile Send private message Visit poster's website
krike




Joined: Apr 02, 2008
Posts: 48

PostPosted: Thu Apr 03, 2008 11:04 am
Reply with quote

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());
 
View user's profile Send private message
krike




Joined: Apr 02, 2008
Posts: 48

PostPosted: Thu Apr 03, 2008 11:24 am
Reply with quote

yes it worked Smile thanks alot, I didn't know that I had to change it back to the code you posted above.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours