DomsAdmin Posted January 21, 2011 Share Posted January 21, 2011 Hello forum!I’m currently running prestashop version 1.3.3.0. I recently installed the drupal FAQs module v7. The module shows up in the modules folder, but does not show up in backoffice.What can be done? Link to comment Share on other sites More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 1. check the folder and files of new module permissions are set the same as other modules?2. set 'display_errors' to 'on' in /config/config.inc.php file, to see if there any error appears, it will give you some clue.3. check if there is following lines exists on the top of your module class file /modules/modulename/modulename.phpPlease you find these line, try to comment it out and see if it will appears or not. if (!defined('_CAN_LOAD_FILES_')) exit;above is what I can consider at this moment. Link to comment Share on other sites More sharing options...
DomsAdmin Posted January 21, 2011 Author Share Posted January 21, 2011 Shokinro:Thank you for your reply.1. Where can you find the permissions? I don't know alot about programming.2. I set the 'display_errors to 'on'. No errors are reported.3. i found the 'faq.module file i don't know if it's php file?Here is the drupal faq module below faq-6.x-1.11.zip Link to comment Share on other sites More sharing options...
Patric Posted January 21, 2011 Share Posted January 21, 2011 Topic's title modified to comply with the forum's rules.And please, stop posting everyone of your topics twice. Thanks. Link to comment Share on other sites More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 1. Where can you find the permissions? I don’t know alot about programming. You can check it by any ftp client tool or at your site file manager.3. I did not find the module class file/faq/php folder. Sorry it is a typo of mine, I have corrected my previous post. It should be file name /modules/faq/faq.php Link to comment Share on other sites More sharing options...
DomsAdmin Posted January 21, 2011 Author Share Posted January 21, 2011 Shokinro, first thank you for helping! I've uploaded the drupal module zip file. Maybe you can have a look. I couldn't find the faq.php file. I did locate the faq.module file. I don't know if that is the right one... faq-6.x-1.11.zip Link to comment Share on other sites More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 I checked the package, it seems that the module is not for PrestaShop, so it is nature it doesn't work.I should noticed that you have mentioned "drupal"at your first post. This FAQ module only works drupal.You need to download FAQ module that works for PrestaShop if you are using it for PrestaShop.By the you can download one from here.http://www.freeprestashopmodules.com/2009/11/06/faq-frequently-asked-questions-module/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now