Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Shipping Modules not showing up


  • You cannot reply to this topic
26 replies to this topic

#21 Grzldvt

  • Community Member
  • 16 posts
  • Real Name:Steve Paski

Posted 06 October 2008, 16:06

I just want to add that this post helped me out. I have been battling with missing modules after a server move, and everything looked legitimate. After studying this post I went back to my configure file and found a missing "/" that should have been in front of "home/xxxxx/public_html"
I am now working again
Thanks!!!!

#22 shrthnd

  • Community Member
  • 8 posts
  • Real Name:Joseph Daddario

Posted 06 February 2009, 14:59

I corrected my admin/includes/configure.php and it worked like a charm.

Thanks for the help guys.

#23 davywap161

  • Community Member
  • 4 posts
  • Real Name:David Chapman

Posted 14 July 2009, 07:17

View Postrloberto, on Apr 12 2008, 04:32 PM, said:

Ok, I've fixed it !!!!

On the live server I went into the Admin page, then into Tools > Server Info.

I searched for "DOCUMENT_ROOT" then copy and pasted the value for that field into

admin/configure.php and added the catalog directory onto the end of it.

define('DIR_FS_CATALOG', '/home2/www/public_html/catalog/');

This fixed both the images folder issue and the modules issue. I have tested installing/removing modules and it's all working ok.

I have noticed I am getting an error for the Backup directory not existing, it does exist, and it's listed correctly in the configure.php, but I'm too tired to try and fix it now.

I actually had to register for this forum just to thank you. I've been trying absolutely everything for the past 2 days to try and fix this problem, and your solution is the one that worked. Obviously you wrote this about 18 months ago and will probably never see this, but I had to thank you anyway.

#24 ateetagrawal

  • Community Member
  • 1 posts
  • Real Name:ateet agrawal

Posted 21 September 2010, 19:22

My problem is still not solved.

It shows "Module Directory: /httpdocs/tshirt/includes/modules/payment/"

I can't see any of the modules.

Please help.

Regards,
Atit Agrawal

#25 ffl

  • Community Member
  • 25 posts
  • Real Name:David Surgi

Posted 12 October 2010, 22:22

I really screwed up. I am trying to make a new add on or modify my programs for a shipping problem I have. I copied my files from my hosting company back to my local machine that I do my coding and testing on. I over wrote the configure.php files. I have spent 2 days trying to get it to work and I have gotten the admin to work again. However there is no shipping, order total or payment options in the configuration panel. After searching this forum I have found this thread and one other that I thought would help. However they don't. What is happening is that the values in the configuration table keeps getting overwritten by one of the modules. I suspect it is the modules.php file. The files are there but they don't show up.

here is my admin/configure.php file


// define our webserver variables
// FS = Filesystem (physical)
// WS = Webserver (virtual)
define('HTTP_SERVER', 'http://192.168.2.254/secure/store/'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTPS_SERVER', 'https://192.168.2.254/secure/store/'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'http://192.168.2.254/secure/store/');
define('HTTPS_CATALOG_SERVER', 'https://192.168.2.254/secure/store/');
define('ENABLE_SSL_CATALOG', '1'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', 'https://192.168.2.254/secure/store'); // where your pages are located on the server.
define('DIR_WS_ADMIN', 'admin/');
define('DIR_FS_ADMIN', 'admin/');
define('DIR_WS_CATALOG', '');
define('DIR_FS_CATALOG', 'secure/store/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', '../includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
//define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_IMAGES', 'images/'); // modified by dcs
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

Edited by ffl, 12 October 2010, 22:27.


#26 j2holdings

  • Community Member
  • 2 posts
  • Real Name:JJ

Posted 07 February 2011, 17:44

View Postsurender, on 01 October 2008, 05:31, said:

Thanks.....I got the same issue for admin modules didn't display ...
but it worked when I changed DIR_FS_CATALOG value in admin/includes/configure.php as specified above
Thanks again....


This worked perfectly!! Neither of the 3 modules were showing up in the admin until I went to the server info in admin, copied and pasted the exact path into the DIR_FS_CATALOG info in the catalog/admin/includes.

Thanks again!!

#27 macmaster

  • Community Member
  • 5 posts
  • Real Name:Vincent-Brian: [Bodie]

Posted 17 November 2011, 22:09

I have followed the advice of changing the root path that has worked for so many others, but I still don't have any modules showing. This site was recently moved from another host.

During the move, a lot of attempts were made to get other aspects of the site functioning, including modifications to files like .htaccess and php.ini. I'm not exactly proficient with these types of modifications (others made them and now I'm kind of on my own).

The modules do exist in the directories at the path shown in the Admin page (example: /home/~user/public_html/catalog/includes/modules/payment/)

Any ideas about what I should be looking for? I'm lost and this site needs to be up yesterday.