after installation I get a lot of errors when I go to index.php. I've installed the database, all files included, htaccess etc. Server runs PHP 4.3.9
Please help.
Notice: Undefined index: bPreview in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 11
Notice: Undefined index: bPopup in c:\localhost\www\mailinglist\mycampaignmanager\includes\html\template_header.php on line 13
Notice: Undefined variable: RequestObject in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 22
Notice: Undefined variable: RequestObject in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 22
Warning: loadobjectclass(C:\localhost\www\mailinglist\myCampaignManagerincludes/SmartObjects/Objects/CampaignManager/SignIn.class.php): failed to open stream: No such file or directory in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 45
Warning: loadobjectclass(): Failed opening 'C:\localhost\www\mailinglist\myCampaignManagerincludes/SmartObjects/Objects/CampaignManager/SignIn.class.php' for inclusion (include_path='.;c:\php4\pear') in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 45
Fatal error: Cannot instantiate non-existent class: signin in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 35
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
after installation I get a lot of errors when I go to index.php. I've installed the database, all files included, htaccess etc. Server runs PHP 4.3.9
Please help.
Notice: Undefined index: bPreview in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 11
Notice: Undefined index: bPopup in c:\localhost\www\mailinglist\mycampaignmanager\includes\html\template_header.php on line 13
Notice: Undefined variable: RequestObject in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 22
Notice: Undefined variable: RequestObject in c:\localhost\www\mailinglist\mycampaignmanager\index.php on line 22
Warning: loadobjectclass(C:\localhost\www\mailinglist\myCampaignManagerincludes/SmartObjects/Objects/CampaignManager/SignIn.class.php): failed to open stream: No such file or directory in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 45
Warning: loadobjectclass(): Failed opening 'C:\localhost\www\mailinglist\myCampaignManagerincludes/SmartObjects/Objects/CampaignManager/SignIn.class.php' for inclusion (include_path='.;c:\php4\pear') in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 45
Fatal error: Cannot instantiate non-existent class: signin in c:\localhost\www\mailinglist\mycampaignmanager\includes\SmartObjects\SmartObjectBrain.class.php on line 35
Figured it out my self. Had to make changes to php.ini
What changes did you make? Do you remember?