No popup image after updating

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Oct 30, 2014 1:45 pm
I have just updated News Show Pro GK5 on http://paumorales.riskyevents.com/index.php/ca/obra-passada, but now the popup window does not show the image.
User avatar
Fresh Boarder

teitbite
Sat Nov 01, 2014 10:05 am
Hi

Please send me an access to joomla panel and ftp. I need to check why is it happening.
User avatar
Moderator

teitbite
Sun Nov 02, 2014 12:35 pm
Hi

Problme is with:

Code: Select all
<base href="http://paumorales.riskyevents.com/index.php/ca/obra-passada">


it should not create such link becuase the image path is added to it. I've reported this to our programmers and joomla developers. Will let You know when someone will answer.
User avatar
Moderator

teitbite
Mon Nov 03, 2014 4:37 pm
Hi

Are You using some kind of cache on Your server ? Programmers informed me about the way to improve it even base url issue, but I cannot see any changes to site. And I've tried to function "exit;" which should stop displaying website at all.

Anyway a fix would be:

Edit file mod_news_pro_gk5/tmpl/portal_modes/portfolio2/controller.php than under line 139 add this code:

Code: Select all
if(stripos($url, JURI::base()) === FALSE) {
    $url = JURI::base() . $url;
}
User avatar
Moderator

GK User
Tue Nov 04, 2014 11:01 am
It still does not work :cry: I tried to change that code also in portfoliogrid folder.

I will change the server in a few days, maybe it will work better.
User avatar
Fresh Boarder

teitbite
Wed Nov 05, 2014 12:14 pm
Hi

Fix is working for sure. I've already used it to help another user. what I think is that your server has a cache which doesn't allow to update files. Or we both are working in a different location than files are being stored for th site online :)

Let's wait for new server than. Please let me know how it goes.
User avatar
Moderator

teitbite
Fri Dec 05, 2014 2:21 pm
Hi

I've updated NSP module for You and made some tests. Looks like new server has a strict permissions to not let create new files by scripts. You will have to edit each NSP module and disable creating thumbnail, so an original image will be used and no need to create new one.
User avatar
Moderator


cron