| Author |
Message |
mralikorn
Newbie


Joined: Oct 07, 2008
Posts: 14
|
Posted:
Thu Oct 16, 2008 4:59 am |
|
got the url thing fixed was my error.
Nothing showing up in the logs.
Also can't add coupons when I submit it it goes to "page not found"
I know im using nuke 8.1 and this verson wasn't made for it so I am gratefull for all the support. Guess we're using my problems as a test ground for 8.1 clashes before it hits public. HeHe
I do love the layout and I think (when at 100%) it will be a great investment. |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 722
|
Posted:
Thu Oct 16, 2008 7:29 am |
|
Ok, do you have Nuke Sentinel installed?
Do you have a .htaccess file in your site root? If so, please post it. |
|
|
|
 |
mralikorn
Newbie


Joined: Oct 07, 2008
Posts: 14
|
Posted:
Thu Oct 16, 2008 7:43 am |
|
No sentinel installed
.httacess is in
alo page not found when subbimiting new product but it does add it to the cat. however i can't edit it.when i do an edit on an item and submit its page not found. |
|
|
|
 |
mralikorn
Newbie


Joined: Oct 07, 2008
Posts: 14
|
Posted:
Thu Oct 16, 2008 7:46 am |
|
when i put .httaccess in the root it takes my site off line. |
|
|
|
 |
mralikorn
Newbie


Joined: Oct 07, 2008
Posts: 14
|
Posted:
Thu Oct 16, 2008 10:53 am |
|
Alrighty...
Got the "Page not found" errors taken care of. Can now edit products. Also the same cure fixed the coupon "page not found"error it was:
adding :
#-----[ OPEN ]------------------------------------------
modules/Digital_Shop/lib/constants.php
#-----[ FIND ]------------------------------------------
<?php
#-----[ AFTER, ADD ]------------------------------------
# Note: Add it after on a new line
Code:
set_include_path('includes' . PATH_SEPARATOR . get_include_path());
found in this thread:
http://nukecoder.com/ftopict-521-blank_page.html
Can't help but think if that 1 line (outa the gate) could have saved a headache for both of us
Thank you Gotcha and Guardian for your help with these issues.
Guys are doing great work and offer the best support I've seen yet.
MrAliKorn
(newly converted Nukecoder folower) |
|
|
|
 |
|
|