5 posts / 0 new
Last post
#1 Wed, 05/07/2014 - 10:06
Doyley

Zend

Hi guys,

I have an issue with a site I'm migrating from cPanel. The site runs with Zend. Me and Zend usually keep our distance, I try and steer clear, but in this case I have to deal with it.

So, I've migrated the site and installed Zend. I'm now getting a white screen on the site. The error logs show the following which I cannot decipher.

[Wed May 07 14:39:47 2014] [error] [client 194.73.180.36] PHP Warning: file_put_contents(): Only 0 of 10093 bytes written, possibly out of free disk space in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 187 [Wed May 07 14:39:47 2014] [error] [client 194.73.180.36] PHP Fatal error: Class 'Proxies\__CG__\App\Model\Page' not found in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 102 [Wed May 07 14:39:48 2014] [error] [client 194.73.180.36] PHP Warning: file_put_contents(): Only 0 of 6196 bytes written, possibly out of free disk space in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 187 [Wed May 07 14:39:48 2014] [error] [client 194.73.180.36] PHP Fatal error: Class 'Proxies\__CG__\App\Model\User' not found in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 102 [Wed May 07 14:39:48 2014] [error] [client 194.73.180.36] PHP Warning: file_put_contents(): Only 0 of 10093 bytes written, possibly out of free disk space in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 187 [Wed May 07 14:39:48 2014] [error] [client 194.73.180.36] PHP Fatal error: Class 'Proxies\__CG__\App\Model\Page' not found in /home/site/library/Doctrine/ORM/Proxy/ProxyFactory.php on line 102

The drive has plenty of space, and I've tried setting 777 permissions on the entire lot of folders to ensure I've not missed anything (I'll fix that when launching). But I'm still getting the same errors.

Any ideas?

Thanks

Wed, 05/07/2014 - 10:29
andreychek

Howdy,

It looks like you're receiving space-related errors.

Is it possible that account has reached it's quota limit?

You may want to try bumping up the quota and see if that helps.

-Eric

Wed, 05/07/2014 - 10:36
Doyley

Hi .. Thanks for taking the time to reply.

That account is set to unlimited :(

Do you have any other ideas?

Thanks again.

Wed, 05/07/2014 - 12:53
andreychek

Can you try changing the quota anyhow -- perhaps just choosing a particularly high number? It's possible that the set quota is somehow out of sync with what Virtualmin thinks it should be.

-Eric

Thu, 05/08/2014 - 04:19
Doyley

Still no joy unfortunately. I've even tried removing the migrated site and reimporting it, with no joy. I'm wondering if there's something missing from the Zend install, as I say I'm unfamiliar with it. I have installed Doctrine.

Topic locked