edo888 / jumi

Joomla! custom content extension
http://2glux.com/projects/jumi
1 stars 0 forks source link

Absolute Path is not loaded in J 1.6 version #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Set an absolute path to files in System plugin parameters.
2. Try to load a file via an article.

What is the expected output? What do you see instead?

The expected output would be the file's output.  Instead the div with the error 
message: ERROR_FILE will be displayed.

What version of the product are you using? On what operating system?

2.0.6 for J!1.6

Please provide any additional information below.

To fix this, on line 29 of the system plugin jumi.php replace:

      $plugin =& JPluginHelper::getPlugin('content', 'jumi');      

with:

      $plugin =& JPluginHelper::getPlugin('system', 'jumi');      

Original issue reported on code.google.com by j...@bluebridgedev.com on 11 Jul 2011 at 5:17

GoogleCodeExporter commented 9 years ago
Worked for me

Original comment by i...@puschl.dk on 7 Jan 2012 at 8:37