stampinbetty Posted April 30, 2008 Share Posted April 30, 2008 I keep getting this error message when I check my store. Warning: I am able to write to the configuration file: /home/thescra5/public_html/store/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. Sorry if I seem stupid, but I have no idea where or how to change the permission on this file. I also can't figure out how my store site can be attached to my web site. Again, I just might be missing the obvious. Thanks stampinbetty Link to comment Share on other sites More sharing options...
FIMBLE Posted April 30, 2008 Share Posted April 30, 2008 hello you will need to; via FTP or your web site control panel change the file permissions from 777 to 444 to do this locate two files store/includes/configure.php & store/admin/includes/configure.php if you ar eusing a n FTP program single click to select and then right click this brings up a menu, select CHMOD then a window will appear you should see three numbers either 755 or 777 just over write them by putting 444 if this does not work then try 644. Its basically the same with the file manager on your Control panel. To link to the store you need to set a link on the index page of your web site site. www.stampinbetty.com (or whatever). If you want to set up a redirect use this code below to create an index.php page <?php header ("Location: http://www.stampinbetty.com/store/index.php"); ?> make sure i have the name right for your web site tho, you could also move the directory out of the folder "store" and move it to your root directory. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
stampinbetty Posted April 30, 2008 Author Share Posted April 30, 2008 Thanks Nic! I did what you said but now I get this error message: Fatal error: Cannot redeclare class soapclient in /home/thescra5/public_html/store/includes/classes/nusoap.php on line 7239 Sorry to be a pain. Link to comment Share on other sites More sharing options...
FIMBLE Posted April 30, 2008 Share Posted April 30, 2008 line 7239??? That must be one heck of a script! you sure that right? What is you URL please so i can take a peek? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
stampinbetty Posted April 30, 2008 Author Share Posted April 30, 2008 http://thescrapbookingroom.com/store/ Link to comment Share on other sites More sharing options...
FIMBLE Posted April 30, 2008 Share Posted April 30, 2008 Is your configure.php set correctly? and what is this nusoap file in classes ? any idea? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
stampinbetty Posted April 30, 2008 Author Share Posted April 30, 2008 Nic's suggestion did not work I still have the same error message...help again anyone Link to comment Share on other sites More sharing options...
BryceJr Posted April 30, 2008 Share Posted April 30, 2008 Nic's suggestion did not work I still have the same error message...help again anyone This might help. http://www.oscommerce.com/forums/index.php?showtopic=300482 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.