jmaster
Karma: 0
|
Re:Component remository error - 2006/10/20 11:49
Ok, I have added that line here:
// Don't allow direct linking if (!defined( '_VALID_MOS' ) AND !defined('_JEXEC')) die( 'Direct Access to this location is not allowed.' ); var_dump($_REQUEST);
Now when I try to access the remository link from outside of admin this is what I get:
array(6) { ["18dc5dc728bd45619247edb2916d9441"]=> string(32) "280d656fbb36079c817cd73f69be2a88" ["mosvisitor"]=> string(1) "1" ["6edda15d56fcd556bc8b8f6ba90f58c9"]=> string(32) "c5a68cacaa25f0faf1910d11948da97b" ["option"]=> string(14) "com_remository" ["Itemid"]=> string(2) "34" ["func"]=> string(2) "32" }
Notice: Component remository error: attempt to use non-existent class remository_32_Controller in /home/busnet/public_html/components/com_remository/remository.php on line 63
My link to the remository is this: http://homebusinessnetwork.co.za/remository/32.html
And yes, I am using 3rd party sef component by Artio Joomsef.
However, it should not be a problem because I am using it on my other site http://www.womensnet.co.za and I have the remository runnning there without problems. It seems like there are other things either needed by it, or conflicting with it at the current site.
Hope we can figure this out!
Thanks! Joan
|