CodeIgniter Forums
Strange problem with Doctrine and Windows (PHP 5.2.9-1) and Linux (PHP 5.2.6) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Strange problem with Doctrine and Windows (PHP 5.2.9-1) and Linux (PHP 5.2.6) (/showthread.php?tid=20578)



Strange problem with Doctrine and Windows (PHP 5.2.9-1) and Linux (PHP 5.2.6) - El Forum - 07-14-2009

[eluser]Unknown[/eluser]
Hi,

I've recently been learning how to use both Doctrine and CI and have been overhauling my website using both tools... all has been absolutely awesome up until the following issue(s) occurred:

Essentially it would seem that either PHP, CI or Doctrine can't find my Base classes unless I explicitly require/include them in the corresponding model's class?

EG: Fatal error: Class 'BaseServiceCatagory' not found

My live site is sitting on a Linux box with PHP 5.2.6 and my dev site is on Windows with PHP 5.2.9-1. It works perfectly fine on Windows but the live site continually gives me the error posted above.

I'm hoping that someone here might have had similar problem before and might have some suggestions regarding what might be the cause.

Thanks in advance


Strange problem with Doctrine and Windows (PHP 5.2.9-1) and Linux (PHP 5.2.6) - El Forum - 05-18-2011

[eluser]Unknown[/eluser]
bump. aren't there any fixes for this problem yet? i'm currently experiencing the same problems and this appears to be the first item that pops out in google when i lookup 'code igniter doctrine linux fatal error base class'