- Posts: 198
- Thank you received: 0
Getting warnings eg. "Could not parse http://updates.sparkyframework.com ..."
-
Danimeeka
Active member - Topic Author
- Member
Less
More
4 years 11 months ago #47684
by Danimeeka
Getting warnings eg. "Could not parse http://updates.sparkyframework.com ..." was created by Danimeeka
Hi,
This week I downloaded and installed Hot Paradise at sykes-turner.com/siren/ . When I check for updates in the Administration update manager I get the following warnings:
Warning
Update: :Extension: Could not parse updates.sparkyframework.com/tpl_sparky_framework.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_sparkyonsave.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_responsivelightbox.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_retinaimages.xml
What does this mean and is there something I can do to rectify the situation? I would like to be able to use update manager to install Sparky framework updates when they are available.
Thanks,
Julia.
This week I downloaded and installed Hot Paradise at sykes-turner.com/siren/ . When I check for updates in the Administration update manager I get the following warnings:
Warning
Update: :Extension: Could not parse updates.sparkyframework.com/tpl_sparky_framework.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_sparkyonsave.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_responsivelightbox.xml
Update: :Extension: Could not parse updates.sparkyframework.com/plg_retinaimages.xml
What does this mean and is there something I can do to rectify the situation? I would like to be able to use update manager to install Sparky framework updates when they are available.
Thanks,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
4 years 11 months ago #47685
by milos
Replied by milos on topic Getting warnings eg. "Could not parse http://updates.sparkyframework.com ..."
Hello,
Please edit file /templates/sparky_framework/templateDetails.xml and remove this:
Next, edit file /plugins/content/responsivelightbox/responsivelightbox.xml and remove this:
Next, edit file /plugins/content/retinaimages/retinaimages.php and remove this:
Finally, edit file /plugins/system/sparkyonsave/sparkyonsave.php and remove this:
If you still have problems after these edits, you will need to re-download the template package from our site and re-install it.
Best regards,
Milos
Please edit file /templates/sparky_framework/templateDetails.xml and remove this:
Code:
<updateservers>
<server type="extension" priority="1" name="Sparky Template">http://updates.sparkyframework.com/tpl_sparky_framework.xml</server>
</updateservers>
Next, edit file /plugins/content/responsivelightbox/responsivelightbox.xml and remove this:
Code:
<updateservers>
<server type="extension" priority="1" name="Sparky Plugin - Responsive Lightbox">http://updates.sparkyframework.com/plg_responsivelightbox.xml</server>
</updateservers>
Next, edit file /plugins/content/retinaimages/retinaimages.php and remove this:
Code:
<updateservers>
<server type="extension" priority="1" name="Sparky Plugin - Retina Images">http://updates.sparkyframework.com/plg_retinaimages.xml</server>
</updateservers>
Finally, edit file /plugins/system/sparkyonsave/sparkyonsave.php and remove this:
Code:
<updateservers>
<server type="extension" priority="1" name="Sparky Plugin - Sparky On Save">http://updates.sparkyframework.com/plg_sparkyonsave.xml</server>
</updateservers>
If you still have problems after these edits, you will need to re-download the template package from our site and re-install it.
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.160 seconds