I have placed the cache files again to look for the errors this is what comes up:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 523800 bytes) in /domains/website.eu/DEFAULT/core/xpdo/xpdo.class.php on line 2045
-
☆ A M B ☆
- 427 Posts
Sounds like PHP got updated or simply has a misconfiguration...
Try editing the appropriate php.ini and change
magic_quotes_gpc = Off
I tried with
php_value magic_quotes_gpc off
in htaccess but no luck must wait until host hast changed the ini
I also did put a backup from the host it self but it changed nothing still blank pages, I really do not know what to do now
-
☆ A M B ☆
- 427 Posts
You deleted the entire core/cache folder contents correct?
Not all hosts allow localized .htaccess files, and some limit what is allowed in those files.
Try creating a simple php file on the server:
info.php
Point a browser to it and see if it loads. I have seen some host companies update apache and php and forget to make sure php is still being loaded in the apache restart.
-
☆ A M B ☆
- 3,141 Posts
Does look like your host is messing around to me..
The host have switched php version to see if that was the issue.
The host placed a backup from them self and now it works again no more blank pages.
I want to delete some extras and got the following errors
Could not transfer package getresourcefield-1.0-beta1.transport.zip to /domains/website.eu/DEFAULT/core/packages/.
Could not transfer package getresourcefield-1.0-beta1.transport.zip to /domains/website.eu/DEFAULT/core/packages/.
MODX could not download the file. You must enable allow_url_fopen, cURL or fsockopen to use remote transport packaging.
MODX could not download the file. You must enable allow_url_fopen, cURL or fsockopen to use remote transport packaging.
modManagerLog: Attempt to set NOT NULL field item to NULL
Package successfully uninstalled with signature: getresourcefield-1.0-beta1
Package found. Preparing to uninstall.
Finding package with signature: getresourcefield-1.0-beta1
Could not open file for reading: getresourcefield-1.0-beta1.transport.zip?revolution_version=Revolution-2.1.0-rc4
Could not open file for reading: getresourcefield-1.0-beta1.transport.zip?revolution_version=Revolution-2.1.0-rc4
From system info:
allow_url_fopen: ON
allow_url_include: Off
The 2.1 rc-4 is working well, but found some errors in error log:
[2011-05-25 20:47:29] (ERROR @ /domains/website.eu/DEFAULT/core/model/modx/modscript.class.php : 116) PHP warning: include(/domains/website.eu/DEFAULT/core/cache/includes/elements/modplugin/7.include.cache.php) [<a href=’function.include’>function.include</a>]: failed to open stream: No such file or directory
[2011-05-25 20:47:29] (ERROR @ /domains/website.eu/DEFAULT/core/model/modx/modscript.class.php : 116) PHP warning: include() [<a href=’function.include’>function.include</a>]: Failed opening ’/domains/website.eu/DEFAULT/core/cache/includes/elements/modplugin/7.include.cache.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’)