I install 1.1.4 version on gallery 1.1.6, and it's working. But this errors still showing. I just remove line // www.phpBB-SEO.com SEO TOOLKIT BEGIN $phpbb_seo->prepare_url('pic', $lastimage_name, $lastimage_image_id, $phpbb_seo->seo_url['album'][$row['album_id']]); // www.phpBB-SEO.com SEO TOOLKIT ...
Fix myself, this line from premod package. If anybody has this bug also, open file phpbb_seo/phpbb_seo_meta.php Find static $filter = array('`&(amp;)?[^;]+;`i', '`[[:punct:]]+`', '`[0-9’]+`', '`[\s]+`'); Replace static $filter = array('`&(amp;)?[^;]+;`i', '`[[:punct:]]+`', '`[0-9]+`', '`[\s]...
Hello. I found small bug in phpBB SEO Dynamic Meta Tags mod. If words have not latin characters, meta tag keywords stripped words not correctly. Please fix it. Regards.
If debug turn on errors come on gallery index page [phpBB Debug] PHP Notice: in file /gallery/index.php on line 96: Undefined index: 10 [phpBB Debug] PHP Notice: in file /gallery/index.php on line 96: Undefined index: 700 [phpBB Debug] PHP Notice: in file /gallery/index.php on line 96: Undefined ind...
I have problem after update to premod 3.0.9 Url domain.ltd/blog/ show white blank page, but domain.ltd/blog.php works Apache rules for blog mod (nothing change from install file of mod) Rewriterule ^blog/(.+)/(.+).html$ ./blog/view/blog.php?page=$1&mode=$2 [NC] Rewriterule ^blog/(.+).html$ ./blo...