Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
No theme after enabling this addon
aery
✭✭✭
Answers
Is this localhost or remote server?
Plugin PageSpeed requires internet connection to add jQuery/jQueryUI from Google CDN and to compress JavaScript.
Dou you have it?
it is on production server. I do have internet connection and was testing it. Should I show you the screenshot?
There was an error rendering this rich post.
Check in page source, did you have correct URL to Jquery, it should look like:
http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
check cache/ps/
grep is your friend.
<head>
tag$Configuration['Debug'] = TRUE;
There some trigger_error() in plugin, maybe it helps to determine an error.
4. Check page source
The cache/ps folder is empty.
There was an error rendering this rich post.
It shouldn't be...
As soon as I enable the addon, the dashboard becomes CSSless with no theme. I have not implemented any settings yet.
There was an error rendering this rich post.
Then what should I do?
On viewing source
all the script source are empty.
There was an error rendering this rich post.
I see that you run vanilla in directory, maybe that is problem. But I tested plugin for directory but it was a long time ago.
Also, I know that PHP in safe mode cant create files. Your PHP in safe mode?
I dont know what to do, enable debug mode,
file_put_contents()
should generate an error if it fails.How to check whether PHP is in safe mode or not?
There was an error rendering this rich post.
I have enabled debug mode from config file but could not find any details.
Can you please explain this sentance -
Enable DebugMode $Configuration['Debug'] = TRUE; There some trigger_error() in plugin, maybe it helps to determine an error
After 2 hours I had some files in PS folder but unfortunately CSS files are empty, though JS files are compressed. here is the snapshot.
There was an error rendering this rich post.
sound like a problem I had before with the filepath. What version of pagespeed are you using?
grep is your friend.
The latest one, version 1.88 with latest vanilla and useful functions.
There was an error rendering this rich post.
I have the same problem with aery and seems there no solution for this?