fjelsten Posted June 25, 2003 Posted June 25, 2003 Version: 28/3, Server: Windows NT, PHP: 4.3.1. Problem: If I go into my admin module and select "modules", none of the modules show up. I get "Module Directory: /catalog/includes/modules/order_total/ Module Directory: /catalog/includes/modules/payment/ Module Directory: /catalog/includes/modules/shipping/" instead of the modules themselves. I also had to add them to the database again (i.e. the "link" to the *.php files). They seem to work in the shop. Does this have anything to do with permissions on NT? And if yes, what should they be? I so hope that OSC would be easier to run on NT: the setting of file permissions remotely is not possible with NT and to contact your hosting service to have them change XX files, is not really an option, is it?.
gopher Posted July 5, 2003 Posted July 5, 2003 I had the exact same problem. OsCommerce was looking for the path inetpubcatalogadminincludesconfigure.php . I had it directly under inetpub. That's why in the installation instructions it mentions something about you don't have to have the admin folder under the catalog folder, however manual configuration might be required. I did the same thing and I just now figured it out.
fjelsten Posted July 6, 2003 Author Posted July 6, 2003 I ran my site exactly the same way local as it is running now: I just copied the whole site to the server. There were no problems local, only on the server. How did you fix it?
Guest Posted July 6, 2003 Posted July 6, 2003 Make sure you have the following at the beginning of your include path in php.ini: .;
fjelsten Posted July 6, 2003 Author Posted July 6, 2003 Make sure you have the following at the beginning of your include path in php.ini: .; OK, thanks. I'll ask my hosting company to add this to their php.ini Thank you.
Guest Posted July 6, 2003 Posted July 6, 2003 Hmmm... I thought you were running your own NT server..? Just run phpinfo to see whether its correct or not :shock:
fjelsten Posted July 6, 2003 Author Posted July 6, 2003 Hmmm... I thought you were running your own NT server..? Just run phpinfo to see whether its correct or not :shock: OK I just did: .;c:php4pear Is what it looks like any other suggestions?
Guest Posted July 6, 2003 Posted July 6, 2003 Yes, that is correct. Personally, I wouldn't run live on a Win box... each to their own I suppose :shock: Check the catalog directory setting in admin/includes/configure.php
fjelsten Posted July 7, 2003 Author Posted July 7, 2003 The configure.php in catalog/includes, and admin/includes is exactly the same - and it looks OK.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.