PDA


View Full Version : database error after vBadvanced CMPS v2.1.0 uninstalled


Cybernetec
01-29-2006, 12:40 AM
When users try to submit new thread they get this error message:

Warning: Unknown(./includes/vba_cmps_plugin_newpost.php): failed to open stream: No such file or directory in /includes/functions_newpost.php(477) : eval()'d code on line 1

Fatal error: (null)(): Failed opening required './includes/vba_cmps_plugin_newpost.php' (include_path='.:/usr/share/php') in /home/www/********/includes/functions_newpost.php(477) : eval()'d code on line 1

And when they try to submit new reply they get this error:

Warning: Unknown(./includes/vba_cmps_plugin_newpost.php): failed to open stream: No such file or directory in /includes/functions_newpost.php(477) : eval()'d code on line 1

Fatal error: (null)(): Failed opening required './includes/vba_cmps_plugin_newpost.php' (include_path='.:/usr/share/php') in /home/www/********/includes/functions_newpost.php(477) : eval()'d code on line 1

What to do now?
I don't wish to use vBadvanced CMPS, just need to fix this. :(

Cybernetec
01-29-2006, 12:42 AM
Note:

I uninstalled vBadvanced CMPS by running vbacmps_install.php and choosing "UNINSTALL".
After that I deleted all uploaded files from server.
Is that all I needed to do?

Cybernetec
01-29-2006, 01:11 AM
Fixed by removing this manually from database> datastore > pluginlist:

";s:11:"style_fetch";s:85:"if (defined('VBA_PORTAL')) { require_once('./includes/vba_cmps_include_top.php'); }
";s:15:"parse_templates";s:88:"if (defined('VBA_PORTAL')) { require_once('./includes/vba_cmps_include_bottom.php'); }
";s:16:"newpost_complete";s:57:"require_once('./includes/vba_cmps_plugin_newpost.php');


Please fix this.