jerloc Posted September 30, 2005 Posted September 30, 2005 Ive been wanting to add a shipping module to my oscommerce site, but none of them appear when i go into the module section of the admin feature, not even the default modules. Any info would be great.
Guest Posted October 1, 2005 Posted October 1, 2005 I have the same problem, my catalog was offline due to a server move and getting things sorted out again, everything works fine except all the modules (which are there) are no longer installed. When I click install nothing happens. I've checked the permissions and they are set to 755. Also I'm getting error messages telling me that the images, backup and other folders don't exist - but they do and images are showing up fine in the store, just not properlyin the Admin section. Any clues please?
Guest Posted October 2, 2005 Posted October 2, 2005 OS Commerce support this is called ... every time this problem is raised no one, NO ONE, gives an answer. It has to be so simple, but does anyone know the answer? Please?
Phantomhp Posted October 2, 2005 Posted October 2, 2005 Yeah, I have been working on this problem for almost a week now and still no luck. I have no modules and as well it says alot of my folders are not there yet they are. My file manager shows errors as well. I have no clue and it all happened when I went to Linux vs. Windows. Mike
Phantomhp Posted October 3, 2005 Posted October 3, 2005 Fixed what my problem was and it might be your same problem. The path was correct the entire time. Forgot that Linux is case sensitive. Use a small php file to find the absolute path. Anybody else who needs help try this: Put the text below in a text file and save it as path.php <?php$p = getcwd(); echo $p; ?> Then put it on your webserver where you want the path to be and go to that file (ex: www.yourdomain.com/path.php). This will display your absolute path. Mike
Guest Posted October 3, 2005 Posted October 3, 2005 Many MANY thanks I didn't think to check that the web server root had changed - the ISP moved the server twice and the second time they constructed the absolute path slightly differently and I didn't notice. This is the answer to anyone having the same problem with images or backup folder "doesn't exist" error messages in the admin console. All sweet again, I knew it would be something simple
Recommended Posts
Archived
This topic is now archived and is closed to further replies.