Greetings.
I’ve installed the Scheduler 2.0 on a fresh and still empty WP3.01 Installation.
Installing the scheduler went fine. But in frontend and backend I get a fatal error:
Fatal error: Class ‘EventMaster’ not found in /home/System/http/vm_blog/wp-content/plugins/event-calendar-scheduler/codebase/connector/base_connector.php on line 191
it seems that the call of the EventMaster-Class fails, because the required tools.php isn’t included as expected. The Inclusion of the tools.php itself throws no error.
Commenting line 191 out leads to the the same fatal error regarding the AccessMaster-Class.
I quadruple-checked the existence an availability of the tools.php, and of course it is there and ready to be included…
I tested the configuration on a local system, and it works like charm.
So i assume the error to be related to the server configuration of the live system.
wich are:
php version 5.2.13 (instead of 5.2.9 on the working test-system)
virtualDirectory support disabled (instead of enabled the working test-system)
both run on Apache2
php-calendar-function not enabled on live-system (instead of enabled the working test-system)
Any ideas are appreciated, even the ones that show what a fool i am not realizing my obvious failure… thanks in advance,
Lars
EDIT AND RESOLVING:
ok, i didnt really solved the problem, but at least i got it running again.
my solution is to rename the tools.php to tools_.php and to require this tools_.php within the base_connector.php. seems to be some filename-conflict.
anyway, if ever someone might stumble about an similar problem… this might help then.
thanks all, and good night.