So I managed to get a more precise error message to display after the usual “Success” page. Which is the following:
Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 409 Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 428 Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 409 Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 428 Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 409 Warning: Invalid argument supplied for foreach() in /usr/www/users/jagabrveye/dev/wordpress/wp-content/plugins/sqlite-integration/query.class.php on line 428 Warning: Creating default object from empty value in /usr/www/users/jagabrveye/dev/wordpress/wp-includes/capabilities.php on line 655 Warning: Creating default object from empty value in /usr/www/users/jagabrveye/dev/wordpress/wp-includes/capabilities.php on line 655
After I proceed from this page I am taken back to the WordPress Installation page where I have to re-enter the Site Title, User name, Password, etc.
Plugin Author
kjmtsh
(@kjmtsh)
Hi, jagabomb.
Thank you for reporting. It makes the problem very clear and helps me a lot. I committed the fix to subversion repository. Will you try the developer version? Download pdoengine.class.php file and replace it.
http://plugins.svn.ww.wp.xz.cn/sqlite-integration/trunk/
If user defined pcre.backtrack_limit value is big enough, the plugin will make use of it instead of default value * 10.
I hope it helps.
Thanks kjmtsh,
I have replaced the pdoengine.class.php file and it worked.
Thanks so much again.