Hi, I am trying to install Magic-SEO-URL for phpBB3 on a Midphase Apache 1.3xx hosted forum. I have confirmed that Zend Optimizer 3.30 is enabled and I believe that mod rewrite is enabled (I have confirmed that it can be enabled and have inserted the necessary string in the .htaccess file).
During install, at step 6 (Display at least once main page of your board (the content of www/.htaccess file will be generated)), I am running into the following error:
Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Optimizer expects 2 in /home/*****/public_html/work-in-canada-discussion/includes/magic_seo_url.php on line 0
When I remove the line from step 3 (if(!defined('ADMIN_START')) include($phpbb_root_path . 'includes/magic_seo_url.'.$phpEx);) from the common.php file, the error goes away, but the www/.htaccess file is not generated.