| Author |
Message |
pittbull-dow-

Joined: Dec 27, 2007
Posts: 30
|
Posted:
Thu Dec 27, 2007 2:15 pm |
|
im getting this error on file check where should this folder be located?
./../../shopfiles (Configured as ../shopfiles) Folder Missing Not Writable (0) |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 27, 2007 2:27 pm |
|
It really depends on how your server is set up.
When you login through FTP, you will be put in your home directory. On some servers this is the same as your website's document root and on others it is not.
So if you login and can only see your website's files you will have to create the folder there and set the configuration to
Then make a file named .htaccess and add the following contents(and upload to the shopfiles folder you just made):
On the other hand, if you login and you see a folder that is named public_html or www (or similar) then you will want to create the folder there and set the configuration to:
You can also name the folder whatever you would like and just make the adjustment in the configuration value. |
| |
|
|
 |
pittbull-dow-

Joined: Dec 27, 2007
Posts: 30
|
Posted:
Thu Dec 27, 2007 2:33 pm |
|
create folder shopfiles in public_html directory set permissions to 700 and refreshed File Checks still not showing up there same error
not sure what your saying in set configuration to ../shopfiles |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 27, 2007 2:40 pm |
|
Oh, what I mean by that is go to your shop administration page, then click the Configuration link. Scroll down to the setting "Item File Path" and that is the setting I'm talking about setting to ../shopfiles.
You can see a breakdown of the shop's configuration settings on this page:
http://nukecoder.com/document-14.html |
| |
|
|
 |
pittbull-dow-

Joined: Dec 27, 2007
Posts: 30
|
Posted:
Thu Dec 27, 2007 2:44 pm |
|
ok into the admin lol im getting a mysql error now
[12-27-07 01:44:05 pm][2](Line:430) mysql_free_result(): supplied argument is not a valid MySQL result resource [/home/nukedes/public_html/includes/db/mysql.php]
[12-27-07 01:44:05 pm][2](Line:430) mysql_free_result(): supplied argument is not a valid MySQL result resource [/home/nukedes/public_html/includes/db/mysql.php] |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Dec 27, 2007 2:51 pm |
|
That error doesn't come from the shop, but the shop is what is causing the error to show up. To fix that, open up modules/Digital_Shop/lib/constants.php and find the line for SHOP_DEBUG and change it to false.
| php: |
define('SHOP_DEBUG', false);
|
|
| |
|
|
 |
pittbull-dow-

Joined: Dec 27, 2007
Posts: 30
|
Posted:
Thu Dec 27, 2007 2:58 pm |
|
thanks alot man very helpful all good now |
| |
|
|
 |
|
|