1 click updater also for commercial extensions. - Joomla! Forum - community, help and support
what joomla make updater work commercial extensions is:
1. allow vars send along call updateserver
updateserver.php?user=name&pass=encryptedpass&extension=56&token=hgv659ykjghv
(i managed workaround)
2. make possible call dynamic download link (download_update.php) , install returning zip package.
currently when try gives error
and php error:
the installer seems use filename in url thing install. i'm sending url, returning zip, seems problem.
1. allow vars send along call updateserver
updateserver.php?user=name&pass=encryptedpass&extension=56&token=hgv659ykjghv
(i managed workaround)
2. make possible call dynamic download link (download_update.php) , install returning zip package.
currently when try gives error
-1 - error has occurred.
copy failed
and php error:
code: select all
php warning: file_put_contents(sitename\tmp\index.php?option=com_updateserver&(more vars here)) [<a href='function.file-put-contents'>function.file-put-contents</a>]: failed open stream: no such file or directory in sitename\libraries\joomla\filesystem\file.php on line 418the installer seems use filename in url thing install. i'm sending url, returning zip, seems problem.
Comments
Post a Comment