Errors on Extension Site - Alphabetical Listing

Here you can contact the editors of our Extensions site, as well as access infomation relating to this site.

Moderators: tydust, LorenzoG, timothy.stiffler

Forum rules
Forum Rules
READ ME <-- please read before posting, this means YOU.
Post Reply
breadnbutter
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat Mar 04, 2006 8:28 pm

Errors on Extension Site - Alphabetical Listing

Post by breadnbutter » Thu Jun 01, 2006 11:27 am

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
Last edited by ot2sen on Sat Jun 03, 2006 11:03 am, edited 1 time in total.

User avatar
ot2sen
Joomla! Ace
Joomla! Ace
Posts: 1384
Joined: Thu Aug 18, 2005 9:58 am
Location: Hillerød - Denmark
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by ot2sen » Thu Jun 01, 2006 11:30 am

Hi breadnbutter,

Thanks for reporting this !
We will send in a mechanic a.s.a.p.  :)
Ole Bang Ottosen - http://www.ot2sen.dk
Danish Joomla! support site – http://joomladanmark.org

User avatar
fabs
Joomla! Apprentice
Joomla! Apprentice
Posts: 35
Joined: Mon Apr 03, 2006 4:04 pm
Location: Germany
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by fabs » Fri Jun 02, 2006 1:01 am

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
Please visit my personal website and leave many traces ;)
http://www.ffaabbiiaann.de
If you need webdesign services I can help you out:
http://www.webdesign2punkt0.de

User avatar
brad
Joomla! Hero
Joomla! Hero
Posts: 2212
Joined: Fri Aug 12, 2005 12:38 am
Skype: tested
Location: Sydney - Australia
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by brad » Fri Jun 02, 2006 1:04 am

Mod note: Threads merged.
Brad Baker - Joomla! Core Team, Sites & Infrastructure.
http://www.rochen.com - Managed Dedicated, Reseller & Multiple Domain Hosting.
http://www.joomlatutorials.com <-- Joomla! 1.5 & 1.0.x
^New Joomla 1.5 Tutorials are out!

User avatar
dknight
Joomla! Engineer
Joomla! Engineer
Posts: 467
Joined: Thu Aug 18, 2005 5:14 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by dknight » Fri Jun 02, 2006 3:04 am

Thanks for reporting this guys. The mechanic (me) has fixed the bug.
Lee - Mosets Consulting
Developer of Real Estate and Directory component for Joomla!
Website: www.mosets.com

knutot
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Apr 02, 2006 10:09 pm

Re: Errors on Extension Site - Alphabetical Listing

Post by knutot » Wed Aug 09, 2006 12:59 pm

And how was this fixed? Do everything need to be upgraded to 1.59?
I am running Joomla 1.0.10

Thanks!

User avatar
dknight
Joomla! Engineer
Joomla! Engineer
Posts: 467
Joined: Thu Aug 18, 2005 5:14 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by dknight » Thu Aug 10, 2006 1:09 am

Whether you're having the error or not, we strongly advise our customers to upgrade to the latest version of Mosets Tree 1.59.
Lee - Mosets Consulting
Developer of Real Estate and Directory component for Joomla!
Website: www.mosets.com

knutot
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Apr 02, 2006 10:09 pm

Re: Errors on Extension Site - Alphabetical Listing

Post by knutot » Tue Aug 22, 2006 3:49 pm

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;

User avatar
dknight
Joomla! Engineer
Joomla! Engineer
Posts: 467
Joined: Thu Aug 18, 2005 5:14 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Errors on Extension Site - Alphabetical Listing

Post by dknight » Wed Aug 23, 2006 12:56 am

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
Lee - Mosets Consulting
Developer of Real Estate and Directory component for Joomla!
Website: www.mosets.com


Post Reply