Our dedicated server has remotely updated other extensions in the past, but we're unable to remotely update from RC6 to v.1.0 stable - we get the message "Your server doesn't seem to support remote update." If anyone can answer this, it would be greatly appreciated! (1) What needs to be changed on our server to permit such remote updates in the future, and (2) how is a manual update performed? Thanks!!
MJ uses joomla's JInstallerHelper::downloadPackage method to load install package. Seems that method is based in fopen, so "allow_url_fopen" php.ini's option should be enabled.
allow_url_fopen is set to "On".
Then, check server's firewall settings, maybe it blocks requests to mobilejoomla.com.
And check permissions of joomla's tmp directory.
And check permissions of joomla's tmp directory.
I will try that, thanks. What should the permissions be for the tmp folder, please?
Depends on its owner, usually:
755 if it's the same as webserver runner
775 if they are in the same group
777 otherwise (quite rare case)
But unlikely you have problem with tmp dir, because of in this case you cannot install joomla extensions at all.
755 if it's the same as webserver runner
775 if they are in the same group
777 otherwise (quite rare case)
But unlikely you have problem with tmp dir, because of in this case you cannot install joomla extensions at all.
Hello,
allow_url_fopen is ON, as well as I have whitelisted IP for mobiljoomla.com on server firewall. It is downloading fine and then unpacking shows this error.
tmp folder has correct permission , and this is not the only site, I have checked it on my test sites and all of them are showing the same result.
: (
allow_url_fopen is ON, as well as I have whitelisted IP for mobiljoomla.com on server firewall. It is downloading fine and then unpacking shows this error.
tmp folder has correct permission , and this is not the only site, I have checked it on my test sites and all of them are showing the same result.
: (
Hi,
Any additional thoughts on this. My install is also having this same issue. Other extensions update fine. Just not this one. Maybe your method should be changed? We have allow_url_fopen ON and permissions as you state. Still it does not work.
- Mike
Any additional thoughts on this. My install is also having this same issue. Other extensions update fine. Just not this one. Maybe your method should be changed? We have allow_url_fopen ON and permissions as you state. Still it does not work.
- Mike
"MJ uses joomla's JInstallerHelper::download Package"
Why? For people trying to update their Joomla 1.5 installations, this is a pain.
Where will I find "allow_url_fopen" in order to make sure it is ON?
Ted
Why? For people trying to update their Joomla 1.5 installations, this is a pain.
Where will I find "allow_url_fopen" in order to make sure it is ON?
Ted
PSSITed wrote:
PHP.ini file or check your PHP system info in your Joomla. At you using Joomla 1.5 or 2.5?
"MJ uses joomla's JInstallerHelper::download Package"
Why? For people trying to update their Joomla 1.5 installations, this is a pain.
Where will I find "allow_url_fopen" in order to make sure it is ON?
Ted
Why? For people trying to update their Joomla 1.5 installations, this is a pain.
Where will I find "allow_url_fopen" in order to make sure it is ON?
Ted
PHP.ini file or check your PHP system info in your Joomla. At you using Joomla 1.5 or 2.5?