Fatal error - can't instantiate non-existent class - ugh...
Posted: Wed Aug 27, 2008 11:27 am
Hey guys,
So I am getting this error and I can't figure out for the life of me what is up.
This is also running in php4 but I don't see why it wouldn't be working.
Here are my include paths. They are fine as far as I can tell.
I got the code from here (http://www.swiftmailer.org/wikidocs/v3/ ... /form2mail)
Whats up with this?
Thanks guys.
So I am getting this error and I can't figure out for the life of me what is up.
Code: Select all
Fatal error: Cannot instantiate non-existent class: swift_connection_smtp in /nfs/c01/h03/mnt/32879/domains/prakprint.com/html/sendQuote.php on line 111
Here are my include paths. They are fine as far as I can tell.
Code: Select all
require_once("swift/Swift.php");
require_once("swift/Swift/Connection/NativeMail.php"); //There are various connections to use
Whats up with this?
Thanks guys.