Invalid manifest - No content returned
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 23
- Joined: Thu Apr 30, 2009 12:31 pm
Invalid manifest - No content returned
Hi,
I'm using Joomla 1.5.15 with the latest version of Google Gears for Firefox installed.
Whenever I click Update Gears in the Joomla backend, I get a pop-up error with the line "Local storage status: Error: Invalid manifest - No content returned"
I can't seem to remedy this error with a clean reinstall of Gears, cleaning the system cache etc.
Any ideas?
Neil
I'm using Joomla 1.5.15 with the latest version of Google Gears for Firefox installed.
Whenever I click Update Gears in the Joomla backend, I get a pop-up error with the line "Local storage status: Error: Invalid manifest - No content returned"
I can't seem to remedy this error with a clean reinstall of Gears, cleaning the system cache etc.
Any ideas?
Neil
-
- Joomla! Apprentice
- Posts: 6
- Joined: Mon Jul 13, 2009 7:49 pm
Re: Invalid manifest - No content returned
I'v found solution
After that Update Status is: Local storage status: Update completed.
Code: Select all
Index: /plugins/system/GoogleGears/gears-manifest.php
===================================================================
--- /plugins/system/GoogleGears/gears-manifest.php (revision 8)
+++ /plugins/system/GoogleGears/gears-manifest.php (revision 9)
@@ -76,6 +76,7 @@
}
private function _setJVersion() {
+ define ( 'JPATH_BASE', JPATH_ROOT );
require (JPATH_ROOT . DS . 'libraries/joomla/version.php');
$JVersion = new JVersion ( );
$this->JVersion = $JVersion->RELEASE . '.' . $JVersion->DEV_LEVEL;
- DirtyMonkey
- Joomla! Apprentice
- Posts: 15
- Joined: Thu Feb 28, 2008 8:08 am
- Location: United Kingdom
- Contact:
Re: Invalid manifest - No content returned
Thanks woodzu123 worked a treat, DM.woodzu123 wrote:I'v found solutionAfter that Update Status is: Local storage status: Update completed.Code: Select all
Index: /plugins/system/GoogleGears/gears-manifest.php =================================================================== --- /plugins/system/GoogleGears/gears-manifest.php (revision 8) +++ /plugins/system/GoogleGears/gears-manifest.php (revision 9) @@ -76,6 +76,7 @@ } private function _setJVersion() { + define ( 'JPATH_BASE', JPATH_ROOT ); require (JPATH_ROOT . DS . 'libraries/joomla/version.php'); $JVersion = new JVersion ( ); $this->JVersion = $JVersion->RELEASE . '.' . $JVersion->DEV_LEVEL;
Rocket IT Support - RocketITSupport.com | Custom Joomla Design/Development/Integration/Content Management/Marketing and SEO | Specialising in Quality Joomla Solutions, Remote Webmaster Services, Support and Consultancy.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 03, 2008 1:06 am
Re: Invalid manifest - No content returned
Can you tell me what file you edited and what lines?
-
- Joomla! Apprentice
- Posts: 6
- Joined: Mon Jul 13, 2009 7:49 pm
Re: Invalid manifest - No content returned
1. Go to plugins/system/GoogleGears/ in your Joomla dir,
2. look for file: gears-manifest.php
3. and after line 78 add:
as shown above
2. look for file: gears-manifest.php
3. and after line 78 add:
Code: Select all
define ( 'JPATH_BASE', JPATH_ROOT );
Re: Invalid manifest - No content returned
Did you share this with the plugin developer? Phil has a note about it, but it's in reference to people using PHP4 (which you can easily see by checking the system info part of the Joomla backend), not a code correction. I get this same problem on several sites now using PHP5 where the plugin used to work, so it must be due to a change in Gears.
-
- Joomla! Apprentice
- Posts: 9
- Joined: Wed Dec 02, 2009 1:47 pm
Re: Invalid manifest - No content returned
Perfect fix, thanks!
- PhilTaylor-Prazgod
- Joomla! Ace
- Posts: 1205
- Joined: Sat Aug 20, 2005 12:32 pm
- Location: Jersey, Channel Islands
- Contact:
Re: Invalid manifest - No content returned
I was aware of this - and fixed it ages ago :-)
see:
http://blog.phil-taylor.com/2009/11/22/ ... ort-turbo/
see:
http://blog.phil-taylor.com/2009/11/22/ ... ort-turbo/
Phil Taylor
Founder, Lead Developer
- https://mySites.guru - Manage Multiple Joomla/WordPress Sites In One Dashboard for Security, Audits, Backups and more....
- https://www.phil-taylor.com/ - My Twitter Streams
Founder, Lead Developer
- https://mySites.guru - Manage Multiple Joomla/WordPress Sites In One Dashboard for Security, Audits, Backups and more....
- https://www.phil-taylor.com/ - My Twitter Streams