| User | Post |
|
2:42 pm May 9, 2008
| Kent
Guest
| | | |
|
| |
|
|
So, the server I am on was having some major trouble and in the midst of them fixing it, my wordpress installation stopped working properly. I went ahead and re-uploaded the files and upgraded my installation and it started working almost as good as new. I am having some problem with a few plugins now. Whenever I try to change a setting in AWP I get the following error
Warning: fopen(…/ajaxd-wordpress/modules/core_cache/core.cache.js) [function.fopen]: failed to open stream: Permission denied in …/core_cache/core_cache.php on line 55
I don’t know what has happened, and now the ajaxed comment form is screwed up as well, it won’t let you click anywhere inside of it. Maybe I just need to uninstall completely and do a completely new install… I don’t know. Thanks!
|
|
|
2:56 pm May 9, 2008
| Aaron
Admin
| | | |
|
| posts 247 |
|
|
Disable the “Javascript and CSS Core Cache” module, your server has features it requires disabled.
If you can’t get to the admin panel to disable it, delete the ajaxd-wordpress/modules/core_cache folder.
You can re-enable it after the server is completely repaired.
|
|
|
3:13 pm May 9, 2008
| Kent
Guest
| | | |
|
| |
|
|
That worked perfect, no more errors, I hope they get this fixed on the server, I reported it to them. I still am not able to use the comment form Here is an example page. Thanks for the help!
|
|
|
8:42 pm May 9, 2008
| Aaron
Admin
| | | |
|
| posts 247 |
|
|
Remove z-index:-1; from your theme’s style.css line 312-ish. The CSS is taking the entire div and hiding it, to the browser, behind everything else.
|
|
|
11:09 pm May 9, 2008
| Kent
Guest
| | | |
|
| |
|
|
Beautiful, that fixed it, thank you so much!!! I made that template from scratch and am really pretty new to CSS and PHP so it has been a long road. Thanks!
|
|