Cannot install snippet
MyckolaPetrychko opened this issue · 6 comments
I have this error when I am trying to install Wayfinder using Extras:
/manager/index.php?id=2&a=112&method=fast&action=install&cid=161&name=Wayfinder Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I have noticed that this script is trying to download the snippet using that url:
$url = "http://modx-store.com/get.php?get=file&cid=".$id;
But this domain doesn`t have a resource get.php.
Can anyone provide a url to errorless download a snippets?
Thank you.
Modx: 1.2.2
dmi3yy: Can you provide a url to errorless download a snippets?
I have downloaded an extras from url that you had provided. But it contains the same url: Modx-store.com.
And the file update.php is looks like:
$url = "http://modx-store.com/get.php?get=file&cid=1"; $newfname = 'update.zip'; ................
Thank you!