Page 1 of 1
Category tree problems
Posted: Sun Mar 16, 2008 4:05 pm
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.
Re: Category tree problems
Posted: Mon Mar 17, 2008 11:12 am
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
Re: Category tree problems
Posted: Tue Mar 18, 2008 3:21 am
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.
Re: Category tree problems
Posted: Tue Mar 18, 2008 10:13 am
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
Posted: Tue Mar 18, 2008 9:59 pm
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
===========
Posted: Fri Mar 21, 2008 3:55 am
by izzlik
do you have nay ideas about how i could fix this ? :/ above was the only errors in the logg :/
Posted: Fri Mar 21, 2008 11:31 am
by garvinhicking
Hi!
What's your URL?
Regards,
Garvin
Posted: Fri Mar 21, 2008 6:00 pm
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.
Posted: Fri Mar 21, 2008 6:31 pm
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
Posted: Fri Mar 21, 2008 8:10 pm
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