It looks like you're new here. If you want to get involved, click one of these buttons!
Whenever I enable this addon, all I get is white page with all links and texts. There seems to be no CSS or JS. No theme after enabling this addon.
@S Please look into this.
I have the same problem with aery and seems there no solution for this?
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?
aery said: it is on production server. I do have internet connection and was testing it. Should I show you the screenshot?
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/
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
<head>
$Configuration['Debug'] = TRUE;
4. Check page source
The cache/ps folder is empty.
aery said: The cache/ps folder is empty.
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.
S said: aery said: The cache/ps folder is empty. It shouldn't be...
S said:
Then what should I do?
On viewing source
<link rel="stylesheet" type="text/css" href="/forum/cache/ps/applications.732465870.css" media="all" /> <link rel="shortcut icon" href="/forum/themes/daone/design/favicon.png" type="image/x-icon" /> <link rel="canonical" href="http://www.gtricks.com/forum/dashboard/settings/plugins/all" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script> <script src="/forum/cache/ps/library.4108050209.js" type="text/javascript"></script> <script src="/forum/cache/ps/applications.1960177809.js" type="text/javascript"></script></head>
all the script source are empty.
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.
file_put_contents()
How to check whether PHP is in safe mode or not?
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.
sound like a problem I had before with the filepath. What version of pagespeed are you using?
The latest one, version 1.88 with latest vanilla and useful functions.
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?
- Spam
- Abuse
0 · Insightful Awesome LOL ·it is on production server. I do have internet connection and was testing it. Should I show you the screenshot?
- Spam
- Abuse
0 · Insightful Awesome LOL ·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
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·check cache/ps/
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·<head>tag$Configuration['Debug'] = TRUE;There some trigger_error() in plugin, maybe it helps to determine an error.- Spam
- Abuse
0 · Insightful Awesome LOL ·4. Check page source
- Spam
- Abuse
0 · Insightful Awesome LOL ·The cache/ps folder is empty.
- Spam
- Abuse
0 · Insightful Awesome LOL ·It shouldn't be...
- Spam
- Abuse
0 · Insightful Awesome LOL ·As soon as I enable the addon, the dashboard becomes CSSless with no theme. I have not implemented any settings yet.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Then what should I do?
On viewing source
all the script source are empty.
- Spam
- Abuse
0 · Insightful Awesome LOL ·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.- Spam
- Abuse
0 · Insightful Awesome LOL ·How to check whether PHP is in safe mode or not?
- Spam
- Abuse
0 · Insightful Awesome LOL ·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.
- Spam
- Abuse
0 · Insightful Awesome LOL ·sound like a problem I had before with the filepath. What version of pagespeed are you using?
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·The latest one, version 1.88 with latest vanilla and useful functions.
- Spam
- Abuse
0 · Insightful Awesome LOL ·