Category tree problems

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Category tree problems

Post by izzlik »

hello. i was trying to install the "category tree" sidebar plugin when i got this message "Please install PEAR package HTML_TreeMenu to enable this plugin."

where can i find it ? cant se it in the Plugins / Templates sections.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Category tree problems

Post by garvinhicking »

Hi!

This is a PEAR module you need to fetch from pear.php.net - either ask your server provider to install it, or you need to put that into the bundled-libs directory of yours, or into the sidebar plugin directory. Be sure to use the proper directory name "HTML/TreeMenu.php" and not "HTML_TreeMenu/" or other things that contain version numbers.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Re: Category tree problems

Post by izzlik »

garvinhicking wrote:Hi!

This is a PEAR module you need to fetch from pear.php.net - either ask your server provider to install it, or you need to put that into the bundled-libs directory of yours, or into the sidebar plugin directory. Be sure to use the proper directory name "HTML/TreeMenu.php" and not "HTML_TreeMenu/" or other things that contain version numbers.

Regards,
Garvin
My provider installed the module and now i dont have the text anymore in the plugin window in the sidebar, however the sidebar window is blank, do you know why? http://img85.imageshack.us/img85/3522/79609408zg0.jpg

i have created categorys and i have post in the catergorys.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Category tree problems

Post by garvinhicking »

Hi!

A completely blank sidebar could mean that a fatal PHP error includes (like when the PEAR files are not readable). Maybe you can check your provider's PHP error log?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Post by izzlik »

these was the onlu errors in the log, do you know if this has anyting to do with it?

===========
[18-mar-2008 04:00:18] PHP Warning: Division by zero in /home/rizz/public_html/bundled-libs/Smarty/libs/plugins/function.math.php(65) : eval()'d code on line 1
[18-mar-2008 04:00:18] PHP Warning: Division by zero in /home/rizz/public_html/bundled-libs/Smarty/libs/plugins/function.math.php(65) : eval()'d code on line 1
[18-mar-2008 06:56:52] PHP Warning: parse_url(/index.php?plugin=http://veldega-tour.ru/.log/idscan3.txt??) [function.parse-url]: Unable to parse URL in /home/rizz/public_html/include/functions_permalinks.inc.php on line 713
[18-mar-2008 06:56:52] PHP Warning: parse_url(/index.php?plugin=http://veldega-tour.ru/.log/idscan3.txt??) [function.parse-url]: Unable to parse URL in /home/rizz/public_html/include/functions_permalinks.inc.php on line 713
[18-mar-2008 07:24:13] PHP Warning: parse_url(/index.php?plugin=http://www.compassoc.com/themes/ca/images/echo.txt?) [function.parse-url]: Unable to parse URL in /home/rizz/public_html/include/functions_permalinks.inc.php on line 713
===========
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Post by izzlik »

do you have nay ideas about how i could fix this ? :/ above was the only errors in the logg :/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

What's your URL?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Post by izzlik »

garvinhicking wrote:Hi!

What's your URL?

Regards,
Garvin
it's running on http://rizzler.se/

the plugin is loaded in the right sidebar and currently at the bottom.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

The HTML source of your page tries to open this URL:

http://rizzler.se/plugins/serendipity_p ... reeMenu.js

But the File does not exist; this should however either be part of the PEAR package, or you can specify a different URL for that file in the config of the plugin...

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Post by izzlik »

now it's working! thanks you very very much! :)
garvinhicking wrote:Hi!

The HTML source of your page tries to open this URL:

http://rizzler.se/plugins/serendipity_p ... reeMenu.js

But the File does not exist; this should however either be part of the PEAR package, or you can specify a different URL for that file in the config of the plugin...

HTH,
Garvin
Post Reply