MiniK2 portfolio: Image in first position doesn't display
- Posted by Tricia Karsay (2) Offline
Hello,
The image in the first position doesn't display anymore. When I first installed the module it was working perfectly (and beautifully, I might add!) and then today when I logged onto my site I noticed a helper.php error message and the first image missing. I updated all my software, Joomla 3.2, K2 2.6.7 and the most recent version of MiniK2, which I downloaded today. The error message is gone, but the first image is still not appearing.
I tried changing the image, changing the order, installing and reinstalling the minik2 module, removing all images from the minik2 folder under media and nothing seems to be working. I also removed the ' / ' from line 28 in the portfolio template default.php file, as I saw it worked for someone in this forum and that didn't do the trick either. The image does not show up for any item in that first position. It's very strange.
The module is on my home page:
triciakarsay.com/
Any help would be greatly appreciated.
Thanks!
11 years 1 month ago #1
by Tricia Karsay
The image in the first position doesn't display anymore. When I first installed the module it was working perfectly (and beautifully, I might add!) and then today when I logged onto my site I noticed a helper.php error message and the first image missing. I updated all my software, Joomla 3.2, K2 2.6.7 and the most recent version of MiniK2, which I downloaded today. The error message is gone, but the first image is still not appearing.
I tried changing the image, changing the order, installing and reinstalling the minik2 module, removing all images from the minik2 folder under media and nothing seems to be working. I also removed the ' / ' from line 28 in the portfolio template default.php file, as I saw it worked for someone in this forum and that didn't do the trick either. The image does not show up for any item in that first position. It's very strange.
The module is on my home page:
triciakarsay.com/
Any help would be greatly appreciated.
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
HEllo
Your updated to Joomla 3.2 might be the caused.
We never test this module with Joomla 3.2 as J3.2 is officially new and we still don;t have time to catch up with. So that could be a problem for you.
Sorry that you decided to upgrade without asking first to us or with any other extension developer.
11 years 1 month ago #2
by erwinschro
Your updated to Joomla 3.2 might be the caused.
We never test this module with Joomla 3.2 as J3.2 is officially new and we still don;t have time to catch up with. So that could be a problem for you.
Sorry that you decided to upgrade without asking first to us or with any other extension developer.
Please Log in or Create an account to join the conversation.
- Posted by Tricia Karsay (2) Offline
Hello,
Actually, the problem started in Joomla 3.1, so upgrading to 3.2 did not cause it. I was hoping it might fix it.
When I went to my site yesterday, there was the error message referring to the helper.php and the first image position showed a broken image link icon. I upgraded the module to the most current version and while that error message disappeared, the first position image still wasn't showing. I then uninstalled and reinstalled the module, and that didn't work. I then upgraded to K2 2.6.7 and when that didn't fix it, I upgraded to Joomla 3.2. So it definitely wasn't the upgrade to 3.2, the module wasn't working properly beforehand.
I also tried changing line 28 in default.php when 3.1 was still running and after I installed 3.2 and that didn't work.
Any other suggestions? I don't have many 3rd party extensions running on my site, just K2 and JCE and MiniK2 was working perfectly when I first installed it in April.
Thank you!
11 years 1 month ago #3
by Tricia Karsay
Actually, the problem started in Joomla 3.1, so upgrading to 3.2 did not cause it. I was hoping it might fix it.
When I went to my site yesterday, there was the error message referring to the helper.php and the first image position showed a broken image link icon. I upgraded the module to the most current version and while that error message disappeared, the first position image still wasn't showing. I then uninstalled and reinstalled the module, and that didn't work. I then upgraded to K2 2.6.7 and when that didn't fix it, I upgraded to Joomla 3.2. So it definitely wasn't the upgrade to 3.2, the module wasn't working properly beforehand.
I also tried changing line 28 in default.php when 3.1 was still running and after I installed 3.2 and that didn't work.
Any other suggestions? I don't have many 3rd party extensions running on my site, just K2 and JCE and MiniK2 was working perfectly when I first installed it in April.
Thank you!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Ouuh...ok...if that's so then there's nothing to do with Joomla 3.2 hopefully.
Please edit this file /modules/mod_minik2/image.php at about line 12
edit it to be
Then save it.
Do let us know if there's another issue, will you?
11 years 1 month ago #4
by erwinschro
Please edit this file /modules/mod_minik2/image.php at about line 12
public function getResizedImage($image, $newWidth, $newHeight, $option='crop', $quality='90')
{
edit it to be
public static function getResizedImage($image, $newWidth, $newHeight, $option='crop', $quality='90')
{
Then save it.
Do let us know if there's another issue, will you?
Please Log in or Create an account to join the conversation.