Page 1 of 1

Errors on Extension Site - Alphabetical Listing

Posted: Thu Jun 01, 2006 11:27 am
by breadnbutter
When you go to all categories and click on the alphabetical menu you get this php error


Warning: listalpha_cache(/includes/pageNavigation.php): failed to open stream: No such file or directory in /home/ext/public_html/components/com_mtree/mtree.php on line 937

Fatal error: listalpha_cache(): Failed opening required '/includes/pageNavigation.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ext/public_html/components/com_mtree/mtree.php on line 937

just thought i'd let you know. 

I was looking for a content find and replace extension, anyone know of one.

Happy June everyone  :P

Re: Errors on Extension Site - Alphabetical Listing

Posted: Thu Jun 01, 2006 11:30 am
by ot2sen
Hi breadnbutter,

Thanks for reporting this !
We will send in a mechanic a.s.a.p.  :)

Re: Errors on Extension Site - Alphabetical Listing

Posted: Fri Jun 02, 2006 1:01 am
by fabs
when going to extension site and going to list all categories and click on letter "a" i get these error messages on a blank page:

Warning: listalpha_cache(/includes/pageNavigation.php): failed to open stream: No such file or directory in /home/ext/public_html/components/com_mtree/mtree.php on line 937

Fatal error: listalpha_cache(): Failed opening required '/includes/pageNavigation.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ext/public_html/components/com_mtree/mtree.php on line 937


cheers
fabs

Re: Errors on Extension Site - Alphabetical Listing

Posted: Fri Jun 02, 2006 1:04 am
by brad
Mod note: Threads merged.

Re: Errors on Extension Site - Alphabetical Listing

Posted: Fri Jun 02, 2006 3:04 am
by dknight
Thanks for reporting this guys. The mechanic (me) has fixed the bug.

Re: Errors on Extension Site - Alphabetical Listing

Posted: Wed Aug 09, 2006 12:59 pm
by knutot
And how was this fixed? Do everything need to be upgraded to 1.59?
I am running Joomla 1.0.10

Thanks!

Re: Errors on Extension Site - Alphabetical Listing

Posted: Thu Aug 10, 2006 1:09 am
by dknight
Whether you're having the error or not, we strongly advise our customers to upgrade to the latest version of Mosets Tree 1.59.

Re: Errors on Extension Site - Alphabetical Listing

Posted: Tue Aug 22, 2006 3:49 pm
by knutot
Hello!
Yes, I am going to upgrade asap.
Found the fix anyway, wanted it to work before I upgraded.

global $mosConfig_absolute_path is not set in mtree.php
------------------------------------------------------------------------------

inf file /components/com_mtree/mtree.php line 841

Replace this code:  global $database, $savantConf, $_MT_LANG, $Itemid, $mosConfig_offset, $mainframe;
With this one: global $database, $savantConf, $_MT_LANG, $Itemid, $mosConfig_offset, $mainframe, $mosConfig_absolute_path;

Re: Errors on Extension Site - Alphabetical Listing

Posted: Wed Aug 23, 2006 12:56 am
by dknight
knutot wrote:Hello!
Yes, I am going to upgrade asap.
Found the fix anyway, wanted it to work before I upgraded.

global $mosConfig_absolute_path is not set in mtree.php
------------------------------------------------------------------------------

inf file /components/com_mtree/mtree.php line 841

Replace this code:  global $database, $savantConf, $_MT_LANG, $Itemid, $mosConfig_offset, $mainframe;
With this one: global $database, $savantConf, $_MT_LANG, $Itemid, $mosConfig_offset, $mainframe, $mosConfig_absolute_path;
This has been fixed in 1.59