Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

PHP errors

More
16 years 4 months ago #3427 by jhooks
Replied by jhooks on topic Re: PHP errors
I have just realised that Vinikey aka George Chouliaris (one of the developers) has posted the same fix at forum.joomlaworks.net/index.php?topic=1266.msg4637

However, this is the thread which I found first from Google and look at the number of views I think this is the post most other people tend to find too.  So if anyone wanted independent verification of the bug, see Vinikey's post.

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

More
16 years 4 months ago #3428 by jhooks
Replied by jhooks on topic Re: PHP errors
Line 286 also need changing
"src="'.$tempfolder.md5($_images_dir_.$name).".".$format.'

Should be
"src="'.$mosConfig_live_site.$tempfolder.md5($_images_dir_.$name).".".$format.'

Otherwise if you have Joomla installed in a subdirectory of your document root (configured by editing $mosConfig_live_site and $mosConfig_absolute_path) sigpro will not create the correct links.

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


Powered by Kunena Forum