Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules not showing in admin


Guest

Recommended Posts

Even though the all the files are there, when I go into Modules in admin, all I get is

'Module Directory: includes/modules/payment/'

I've tried searching the forums for a suggestion, deleting & reloading the module directory, changing the permissions, & now I've run out of ideas.

If I try to place an order, I can get as far as the delivery information page & under shipping method it says

'This is currently the only shipping method available to use on this order.' but doesn't offer any options. (understandable since I haven't been able to activate any in admin!) Clicking on continue just reloads the delivery page, with no error messages to give me a clue where to look next. :(

 

HELP! If I can't get this bit to work, I'm going to have to look at alternative software & I dont want to have to resort to that. :cry: I haven't found anything else that could give me a setup as good as osCommerce, but if I can't take orders, I'm stuck!

 

If there's anything else you need to know to come up with a suggestion, please ask.

 

L

Link to comment
Share on other sites

If you do a search on modules not showing ... you will find a number of threads where many examples of what causes this are written.

 

If you have in fact loaded the modules and they are not show ...

 

Check your configure.php files and if using $DOCUMENT_ROOT rather than the actual path in your definition statements you will want to edit this.

 

If you have Admin access, go to Tools ... Server Info ... Search for DOCUMENT_ROOT without the $ and that is your actual path that you should use in the definitions.

 

This should make all the modules show.

Link to comment
Share on other sites

Thanks for the suggestion Lynda. I changed those settings, but it doesn't seem to have worked.

 

I also found this bit, which I think should have been changed?

define('DIR_FS_DOCUMENT_ROOT', '<HOMEDIR>'); // where the pages are located on the server

 define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required

 define('DIR_FS_ADMIN', '<SCRIPTPATH>admin/'); // absolute pate required

 define('DIR_WS_CATALOG', '/shop/'); // absolute path required

 define('DIR_FS_CATALOG', '<SCRIPTPATH>'); // absolute path required

 define('DIR_WS_IMAGES', 'images/');

 

I tried changing the <> paths, but now I'm getting an error message -

Warning: Cannot send session cache limiter - headers already sent (output started at /home/bfnmama/public_html/shop/admin/includes/configure.php:48) in /home/bfnmama/public_html/shop/admin/includes/functions/sessions.php on line 67

 

When I do a search on the forums, it will only let me see the first page of resultsIf I try to move on to the next page I get a no results message. Is this just me, or is there a problem with the search?

 

thanks

L

Link to comment
Share on other sites

I decided to have one last try, so I reloaded the old configure.php files, went through & changed the paths again & this time it worked!!!

:D :D :D

Only problem is I'm still getting the error message

Warning: Cannot send session cache limiter - headers already sent (output started at /home/bfnmama/public_html/shop/admin/includes/configure.php:48) in /home/bfnmama/public_html/shop/admin/includes/functions/sessions.php on line 67

and in the payment module I'm getting an error when I try to change the staus of the payment methods.

Fatal error: Call to undefined function: tep_cfg_pull_down_order_statuses() in /home/bfnmama/public_html/shop/admin/modules.php(204) : eval()'d code on line 1

 

or

 

Warning: call_user_func() expects first argument, 'tep_get_order_status_name', to be a valid callback in /home/bfnmama/public_html/shop/admin/includes/functions/general.php on line 1232

 

but at least they're later on in the process. :) (determined to find a bright side even if it kills me!)

 

Suggestions please where to start looking? I've searched under tep_get_order_status_name' & tep_cfg_pull_down_order_statuses, but so far I've only found other posts from people who've had this problem, but no solutions other than the https. I've checked the https in the configure.php files & its not that.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...