FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

[SOLVED] comment plugin using SQLite3 and frog_095 and more...

Feed 1 posts, 2 voices

Avatar
1 posts

Hi, I have, finally, successfully solve all problems with my frog installation, comment plugin and SQLite3 .
So, u have to do the adove steps to successfully use the comment plugin in version _095.

1. Set_magic_quotes_runtime not supported in PHP 5.3

Go and edit with your favorite editor , in frog/Framework.php, line 67 where is a check for a PHP version 6, the function is deprecated.

So change

if (PHP_VERSION < 6)

to

if (PHP_VERSION < 5.3)

2. If u see an error “Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed:…”
Into plugins panel, then go to config.php and change

define('CHECK_UPDATES', true); 

to

define('CHECK_UPDATES', false); 

3. enable SQLite 3 plugin from “administration”
This will allow the archive plugin to work better.

4. download the corrected plugin files and replace all the old files.

5. enable plugin and follow the instructions

enjoy
Gasx

 
Avatar
1 posts

ok! that’s what im looking for months!!

Thank you gasx!

i love frog CMS but, those issues with comment plugin and sqlite have stopped me from installing the site.

Now im able to proceed!

tnx again!