| Author |
Message |
mia_undertaker

Joined: May 05, 2008
Posts: 2
|
Posted:
Mon May 05, 2008 8:48 am |
|
I have been trying to setup my configuration settings in the admin menu, but it will not save the changes I make. I tried to change site title and url but it doesnt change.
Can you help?
Thanks,
UnderTaker |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 249
|
Posted:
Mon May 05, 2008 2:07 pm |
|
I assume you are using the nuke version and not the stand alone?
You might want to use phpMyAdmin to makre sure the tables were correctly created, in particlar the shop_config table which has 34 fields.
I have never come across the installer not working but let's try and rule out the obvious first  |
_________________ Code Authors Nuke Reviews |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Mon May 05, 2008 8:27 pm |
|
Try adding the following line to your modules/Digital_Shop/lib/constants.php on a new line after the <? php
| Code: |
set_include_path('includes' . PATH_SEPARATOR . get_include_path()); |
|
| |
|
|
 |
mia_undertaker

Joined: May 05, 2008
Posts: 2
|
Posted:
Wed May 07, 2008 4:17 am |
|
Guys thanks for your help. I re ran the sql from php admin and everything is working good now.
I have a question. I am wanting to also sell services. Can I do this with Digital Shop? If not what would you suggestions be for a php nuke solution?
Thanks for your help.
UnderTaker |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Thu May 08, 2008 10:01 am |
|
I guess it sort of depends on what services you were going to sell.
Example, if I wanted to sell a service for nuke installations, I could add that as an item to the shop and make the download be a text file that the user would fill out and email to me.
I'm also thinking about a way to sell custom actions and the custom action would be a user written function that would add a person to a group, send a pm, or whatever else.
Not sure if this helps, but if you let me know what type of services you are trying to sell I may be able to help more. |
| |
|
|
 |
wolfxsting

Joined: Sep 22, 2008
Posts: 4
|
Posted:
Tue Oct 28, 2008 4:31 pm |
|
heya all,
Im having this problem of the configuration file wont save and would like to know how to resolve it if anyone can help it would be much appreciated gotcha has already done the constants.php fix and it still wont work
WolfxSting |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 756
|
Posted:
Mon Nov 03, 2008 1:16 pm |
|
You may need to reinstall the config table. I have made a script that will do this for you.
Save the following link as a php file(remove the 's' from the end):
http://nukecoder.com/temp/reinstall_config_2.0.7.phps
Upload that to your shop install folder (modules/Digital_Shop) then access it directly (http://example.com/modules/Digital_Shop/reinstall_config_2.0.7.php) |
| |
|
|
 |
|
|