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.
There was an error rendering this rich post.
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/
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?
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?