error while updating cache
error while updating cache
Upgrade from RC4 27-8 TO 1.1.9 DEV
Have set cache_timeout to 0 in config.inc.php as suggested in another thread but am still getting the following errors.
1. When editing articles the changes take effect but the notice within the backend reads 'error while updating cache'
2. When editing structure level in Admin, after I send category data, changes take place but arrive at an error page that reads as'error while updating cache' and have to back browser to arrive at corrected admin page.
I don't see anyone else with this, so was wondering where I have gone wrong?
Have set cache_timeout to 0 in config.inc.php as suggested in another thread but am still getting the following errors.
1. When editing articles the changes take effect but the notice within the backend reads 'error while updating cache'
2. When editing structure level in Admin, after I send category data, changes take place but arrive at an error page that reads as'error while updating cache' and have to back browser to arrive at corrected admin page.
I don't see anyone else with this, so was wondering where I have gone wrong?
Cyrus
you can empty the cache by empting the cashe field in the database....
http://www.studmed.dk Portal for doctors and medical students in Denmark
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Try if the following SQL query results in an error direct in phpmyadmin:
If you have a prefix for table names use:
Oliver
Code: Select all
UPDATE phpwcms_cache SET cache_timeout='0';
Code: Select all
UPDATE MYPREFIX_phpwcms_cache SET cache_timeout='0';
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact: