Loading...
 
Features / Usability

Features / Usability


phplayermenu crashed my tikiwiki

posts: 1

Hi all!

I tried to add a menu into my tikiwiki as a new module but instead now my tikiwiki makes fatal error in every page load.

Heres the error messages:
Warning: smarty_function_phplayers(lib/phplayers/lib/PHPLIB.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 25

Warning: smarty_function_phplayers(): Failed opening 'lib/phplayers/lib/PHPLIB.php' for inclusion (include_path='lib/pear:lib/adodb:lib/pear:lib:.:/usr/lib/php') in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 25

Warning: smarty_function_phplayers(lib/phplayers/lib/layersmenu-common.inc.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 26

Warning: smarty_function_phplayers(): Failed opening 'lib/phplayers/lib/layersmenu-common.inc.php' for inclusion (include_path='lib/pear:lib/adodb:lib/pear:lib:.:/usr/lib/php') in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 26

Warning: smarty_function_phplayers(lib/phplayers/lib/treemenu.inc.php): failed to open stream: No such file or directory in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 27

Warning: smarty_function_phplayers(): Failed opening 'lib/phplayers/lib/treemenu.inc.php' for inclusion (include_path='lib/pear:lib/adodb:lib/pear:lib:.:/usr/lib/php') in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 27

Fatal error: Cannot instantiate non-existent class: treemenu in /var/www/localhost/htdocs/tikiwiki/lib/smarty_tiki/function.phplayers.php on line 30


What can I do now? Is there a way to remove the broken module without using the GUI (which isn't working)?


Thanks in advance everybody!



posts: 1

Warning, I don't know what hell this will cause


You can delete the module out of the mysql database. It's in the table tiki_modules. If you drop that record, the module goes away. It worked for me fine, and tiki still seems to go, but do it at your own risk.


posts: 1001 Canada

Hi,there's no risk in performing the DB operation you mentioned.
If you're using 1.8.1 the above problem is expected, but not anymore in 1.8.2.

posts: 2881 United Kingdom

> Chealer9:
> Hi,there's no risk in performing the DB operation you mentioned.
> If you're using 1.8.1 the above problem is expected, but not anymore in 1.8.2.

I think it can occur in 1.8 if you use CVS code, without a seperate checkout of phplayers.

For those that are interested read damian.css and see phplayers in action on http://tikigod.org and also the damian.css in action on http://tikigod.org/tiki18/

Enjoy !


posts: 2881 United Kingdom

> Chealer9:
> Hi,there's no risk in performing the DB operation you mentioned.
> If you're using 1.8.1 the above problem is expected, but not anymore in 1.8.2.

I think it can occur in 1.8 if you use CVS code, without a seperate checkout of phplayers.

For those that are interested read damian.css and see phplayers in action on http://tikigod.org and also the damian.css in action on http://tikigod.org/tiki18/

Enjoy !