- Posts: 13
COMMUNITY FORUM
SIG not installed in K2? Please help......
- Lynn Heighton
- Topic Author
- Offline
- New Member
Less
More
15 years 2 months ago #71884
by Lynn Heighton
SIG not installed in K2? Please help...... was created by Lynn Heighton
Hi,
I'm a newbie to Joomla and am currently building an education website using Joomla, and K2 is being used for all of the full time and part time course listings (www.bishopcollege.co.uk).
When I add an item (part time course for example) and click on the 'Image Gallery' tab, I get the following error message: Please install JoomlaWorks Simple Image Gallery (Free/Pro) plugin if you want to use the image gallery features of K2!
I've installed SIG, uninstalled and re-installed but its still not working!
Any ideas? Thanks in advance, Andrea
I'm a newbie to Joomla and am currently building an education website using Joomla, and K2 is being used for all of the full time and part time course listings (www.bishopcollege.co.uk).
When I add an item (part time course for example) and click on the 'Image Gallery' tab, I get the following error message: Please install JoomlaWorks Simple Image Gallery (Free/Pro) plugin if you want to use the image gallery features of K2!
I've installed SIG, uninstalled and re-installed but its still not working!
Any ideas? Thanks in advance, Andrea
Please Log in or Create an account to join the conversation.
- Manny Santos
- Offline
- Senior Member
Less
More
- Posts: 49
15 years 2 months ago #71885
by Manny Santos
Replied by Manny Santos on topic SIG not installed in K2? Please help......
Make sure you are using SIG pro because the free version is not yet supported. The cost is very minimal but works great.
Please Log in or Create an account to join the conversation.
- Vathanakone Prakosay
- Offline
- New Member
Less
More
- Posts: 4
15 years 1 week ago #71886
by Vathanakone Prakosay
Replied by Vathanakone Prakosay on topic SIG not installed in K2? Please help......
Hi Sharky,
this is a great solution!
Thanks a lot :)
sharky said:change lign 686 administrator/components/com_k2/models/item.php if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {
by
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {
this is a great solution!
Thanks a lot :)
sharky said:change lign 686 administrator/components/com_k2/models/item.php if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {
by
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {
Please Log in or Create an account to join the conversation.
- rashmani
- Offline
- New Member
Less
More
- Posts: 10
15 years 2 days ago #71887
by rashmani
Replied by rashmani on topic SIG not installed in K2? Please help......
Yeah Sharky!
Great solution, thanks!
rashmani
sharky said:change lign 686 administrator/components/com_k2/models/item.php if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {
by
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {
Great solution, thanks!
rashmani
sharky said:change lign 686 administrator/components/com_k2/models/item.php if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {
by
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {
Please Log in or Create an account to join the conversation.
- Chirag
- Offline
- New Member
Less
More
- Posts: 1
15 years 1 day ago #71888
by Chirag
Replied by Chirag on topic SIG not installed in K2? Please help......
If you do not want to edit any code, simply go to your plugins directory and rename jwsig.php to jw_sig.php. It is a lot easier than making code changes to core files!
Cheers
Cheers
Please Log in or Create an account to join the conversation.