Quote:
Originally Posted by Silver_Seagull
PHP has been updated on my host and I still receive the same error. I do not have "vBux" installed, or any other hack that would interfere. It throws the error on the default skin as well with all other hacks disabled.
Let me know if I can do anything else to help get this solved.
|
this error message
Quote:
Parse error: parse error, unexpected ')' in ***\httpdocs\forum\includes\class_dm_threadpost.ph p(772) : eval()'d code on line 4
|
is possible to it is caused by aws the system does use that datamanager
while this one
Quote:
Fatal error: Field vbbux is not defined in $validfields in class vB_DataManager_Post in \includes\class_dm.php on line 485
|
is impossible to come from the aws system that is as the error messages indicates a problem with vbux (evanoo post)
it is however possible you only get the first one because you don't have vbux installed
try this.Goto in your admincp => product system => plugins manager and temporarly disable the aws plugin at hook postdata_start (set it to inactive) then try again it the error message disappaers we know it's been caused by that plugin
edit
make sure the plugin phpcode for hook postdata_start is
PHP Code:
$this->validfields['title'][VF_CODE] = '$dm->set_info(\'orgtitle\', $data); return $dm->verify_title($data);';
$this->validfields['pagetext'][VF_CODE] = '$dm->set_info(\'orgmessage\', $data); return $dm->verify_pagetext($data);';
there is a difference in the package currently availible i will update it
package has been update with this change