peterve
Member
Posted 2 months ago #
Hi,
after activating the plugin, I don't see anything under "settings"
I do get some entries in my php log :
PHP Fatal error: Call to undefined function add_filter() in /xxx/wpblog/wp-content/plugins/css-compress.php on line 73
what is wrong here ?
http://wordpress.org/extend/plugins/autoptimize/
peterve
Member
Posted 2 months ago #
please disregard my comment about the log entries - they are clearly not related to this plugin (but to another plugin)
Still, I'm not seeing anything under "settings"
What version of Autoptimize and Wordpress are you using? Can you use the settings link on the plugins page, in the Autoptimize row?
You can also try to access it using something like http://yourblog.com/wp-admin/options-general.php?page=autoptimize
Rendom
Member
Posted 2 months ago #
Same problem here. Can it because suPHP?
Rendom
Member
Posted 2 months ago #
Are you the blog administrator? You shouldn't have any problems accessing it. Can you access other plugins' settings pages?
Just in case, check the files permissions and see if suPHP can read and excecute them.
Well, with other users' reports I was able to track this down to the cache dir not being created. Your server must have some strict permission issues, so you must create [blog root]/wp-content/cache/autoptimize/ and chmod it 777 for Autoptimize to work.