Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Warning Message : getimagesize

More
10 years 5 months ago #3347 by pharweb
Warning Message : getimagesize was created by pharweb
Hello,

I transferred a website with akeeba, from a 1 & 1 server on a OVH server
Before everything worked fine with your component, but now I get an error:

Warning: getimagesize(www.cashnowmobile.com/plugins/content/ar...hicons-halflings.png) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /homez.534/cashnowm/www/libraries/syw/image.php on line 90

Thanks for your help !

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago - 10 years 5 months ago #3348 by admin
Replied by admin on topic Re: Warning Message : getimagesize
Hello,
I just realized this is a bug.
In mod_latestnewsenhancedextended.php, line 281, the following code is incorrect (but would work if you had the plugin articledetails installed previously)
$image = new SYWImage(JURI::base().'plugins/content/articledetails/images/glyphicons-halflings.png');
I believe you should replace it with
$image = new SYWImage(JURI::base().'modules/mod_latestnewsenhancedextended/images/glyphicons-halflings.png');
.
You can make the change yourself or wait for the bug fix release.
Great catch!

Olivier.
Last edit: 10 years 5 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #3349 by pharweb
Replied by pharweb on topic Re: Warning Message : getimagesize
Thanks !!

It's perfect !

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #3350 by admin
Replied by admin on topic Re: Warning Message : getimagesize
Great! Sorry about the bug...

Olivier.

Please Log in or Create an account to join the conversation.