Reason why include() or require() could fail?
Posted: Wed Sep 10, 2003 2:40 pm
I have a page that adds a task to a message board type thingamajig.
if all of the variables are passed correctly, it adds the message and sends an email to all people subscribed to that task. Probably 80% of the time everything works perfectly, the other 20% the MIME.class file required for the sending of the email messages fails to load.
error:
Warning: Failed opening 'MIME.class' for inclusion (include_path='') in /usr/www/users/tealab/fus/lib/mailsubscribers.php on line 21
Fatal error: Cannot instantiate non-existent class: mime_mail in /usr/www/users/tealab/fus/lib/mailsubscribers.php on line 82
What are the causes of this? I don't get it.
Thanks for any help.
if all of the variables are passed correctly, it adds the message and sends an email to all people subscribed to that task. Probably 80% of the time everything works perfectly, the other 20% the MIME.class file required for the sending of the email messages fails to load.
error:
Warning: Failed opening 'MIME.class' for inclusion (include_path='') in /usr/www/users/tealab/fus/lib/mailsubscribers.php on line 21
Fatal error: Cannot instantiate non-existent class: mime_mail in /usr/www/users/tealab/fus/lib/mailsubscribers.php on line 82
What are the causes of this? I don't get it.
Thanks for any help.