2011-07-08, 03:10:56
hi,
whenever I add/edit a news, the plugin give me the chmod error even if I set data/backups to 0777.
I've tried to remove nm_update_cache() in this passage (plugins/news_manager/inc/posts.php):
so I save and the success message appears.
but I have to manually refresh to see the modified content (so I can't see news added without refreshing the page).
this problem doesn't occurs on another GS installation, different domain.
I have no problems in adding/editing normal pages.
could you help me to find what's the problem with that? I believe it's something related with the cache functions..
whenever I add/edit a news, the plugin give me the chmod error even if I set data/backups to 0777.
I've tried to remove nm_update_cache() in this passage (plugins/news_manager/inc/posts.php):
Code:
# write data to file
if (@XMLsave($xml, $file) && nm_update_cache())
nm_display_message(i18n_r('news_manager/SUCCESS_SAVE'), false, @$backup);
else
nm_display_message(i18n_r('news_manager/ERROR_SAVE'), true);
so I save and the success message appears.
but I have to manually refresh to see the modified content (so I can't see news added without refreshing the page).
this problem doesn't occurs on another GS installation, different domain.
I have no problems in adding/editing normal pages.
could you help me to find what's the problem with that? I believe it's something related with the cache functions..