Search found 1200 matches

by inveo
Sat Nov 19, 2016 6:08 am
Forum: PrestaShop Modules
Topic: [Swift Mailer] Swift Mailer lib files missing
Replies: 6
Views: 9884

Re: [Swift Mailer] Swift Mailer lib files missing

The Swift Mailer 5 for PrestaShop module is a wrapper that allows to use the original Swift Mailer library which is available at the link referenced inside the module: https://github.com/swiftmailer/swiftmailer/releases
by inveo
Wed Oct 19, 2016 7:41 am
Forum: PrestaShop Modules
Topic: [PrestaShop Theme Provider] PHP 7
Replies: 1
Views: 5463

Re: [PrestaShop Theme Provider] PHP 7

The current version of the PrestaShop Theme Provider module does not support PHP 7 - it is gonna be added within a next few months.
by inveo
Thu Oct 13, 2016 4:50 am
Forum: phpBB Extensions
Topic: [phpBB3] URL rewriting and Sitemaps
Replies: 5
Views: 8669

Re: [phpBB3] URL rewriting and Sitemaps

To add support of URL rewriting to the the recent version of this Sitemaps extension, please: Open /ext/shredder/sitemap/core.php file: Find: class core Replace with: define('MSU_LOAD_LIB_ONLY_BB', true); include(dirname(dirname(dirname(dirname(__FILE__)))).'/includes/magic_seo_url.php'); class core...
by inveo
Mon Oct 10, 2016 7:25 am
Forum: PrestaShop Modules
Topic: [BB2PS] Missing header
Replies: 5
Views: 8753

Re: [BB2PS] Missing header

Yes, this is the module that adds Shared runtime mode.
by inveo
Mon Oct 10, 2016 4:09 am
Forum: PrestaShop Modules
Topic: [BB2PS] Missing header
Replies: 5
Views: 8753

Re: [BB2PS] Missing header

It will highly likely resolve this problem. If it still persists, our technicians can help you to make it up and running.
by inveo
Fri Oct 07, 2016 4:06 am
Forum: PrestaShop Modules
Topic: [BB2PS] Missing header
Replies: 5
Views: 8753

Re: [BB2PS] Missing header

In order to resolve the issue you are having, please enable the "Shared runtime" in the phpBB Integration Extension.
by inveo
Fri Sep 30, 2016 4:04 am
Forum: Pre-Sales Questions
Topic: [WP2PS] Homepage of the website
Replies: 1
Views: 10952

Re: [WP2PS] Homepage of the website

You may try to add the following code:

Code: Select all

RewriteRule ^$ blog/?p=1 [L,QSA]


into the /public_html/.htaccess file. That should do the trick.
by inveo
Fri Sep 23, 2016 3:19 am
Forum: Troubleshooting
Topic: [WP Accelerator] How do I troubleshoot layout problems?
Replies: 1
Views: 6910

Re: [WP Accelerator] How do I troubleshoot layout problems?

The common reason for this issues are mal-formatted CSS files that break an all-in-one CSS file (i.e. it stops the CSS parser in the middle of the file). While Accelerator automatically fixes common CSS syntax errors, some of them need to be fixed manually. To resolve the issue: ⋅  Disable...
by inveo
Fri Sep 16, 2016 3:07 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Change the default HTTP 404 page
Replies: 1
Views: 5067

Re: [Zen Cart] Change the default HTTP 404 page

You may setup 404 Not Found page by using the ErrorDocument directive in your .htaccess file.
by inveo
Fri Aug 19, 2016 3:01 pm
Forum: Pre-Sales Questions
Topic: [BB2PS] Same login to Prestahop and phpBB
Replies: 1
Views: 6647

Re: [BB2PS] Same login to Prestahop and phpBB

phpBB Integration to PrestaShop (phpBB Integration extension + PrestaShop Theme Provider module) visually integrates phpBB into the PrestaShop. It will not connect phpBB or PrestaShop in any other way but since both these apps remain 100% compatible with their modules/extensions (there are no overri...