Bob110591
Forum Replies Created
-
Forum: Plugins
In reply to: WP 3.1 – pg4wp – Cannot redeclare class wpdbHi,
I’ve cleared all others except the fatal error.I tried changing the functions and caller functions of require_wp_db().
No change in the error function.I am guessing that because the dp.php file(using replace) is replacing the term mysql with pgsql and reading the class “wpdp”. The function require_wp_db() is also declaring the class wpdp. Thus class wpdp is being declared 2 times which is what I think is causing this problem.
Am I right?
Is there any way out?
I am desperately in need for a solution.Thanks in advance
Forum: Plugins
In reply to: WP 3.1 – pg4wp – Cannot redeclare class wpdbThanks davorj. Resolved this.
Now it gives me 2 warnings, 5 notices and 1 fatal error:
Warnings: No PostgreSQL link opened yet in driver_pgsql.php in line 318 and 319Notices:Constant EZSQL_VERSION,object,OBJECT_K,ARRAY_A,ARRAY_N already defined in wp-includes/wp-db.php
Fatal Error:Cannot redeclare class wpdb in wp-includes/wp-db.php
Though the error is similar to the one mentioned in the first post, the solution mentioned is not working.
Forum: Plugins
In reply to: WP 3.1 – pg4wp – Cannot redeclare class wpdbThank you.
Now it says
“Call to undefined function pg_query() in “wordpress/wp-content/plugins/pg4wp/driver_pgsql.php on line 318”Forum: Plugins
In reply to: WP 3.1 – pg4wp – Cannot redeclare class wpdbHi all,
I am using WordPress 3.2.1
There seems to be an issue with Pg4Wp plugin. I’ve followed all the instructions. But still I am getting not properly configured website error in the browser.
Should there be any code changes to be made?
All the files are in the correct places where they have to be.
What could be the possible problem?I am a beginner (for wordpress and postgreSQL)
Any help would be appreciated