Elxis CMS Forum

Extensions => Components => Topic started by: mmarch on July 01, 2007, 12:53:24

Title: PHP WARNING with component for Joomla.
Post by: mmarch on July 01, 2007, 12:53:24
Hi!!!


I found very interesting component -  UHP2

UHP2 is a component developed for the Joomla! Content Management System. It enables the creation of mini-sites which are displayed and managed within the Joomla environment.

Website owners can give their users the capability to create their own site with a variable number of pages but to also retain complete control over publishing if required. No special permissions are required for the users and they do not need access to the Joomla Administration system.

Users can create and manage their own site, complete with automatically generated navigation and a selection of builtin page types


. After installation i get error message -


PHP WARNING
PHP: gzuncompress() [function.gzuncompress]: data error
uri: index.php?option=com_uhp2&Itemid=68
path: /components/com_uhp2/uhp2.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/bernunam/public_html/administrator/components/com_uhp2/uhp2.class.php(124) : eval()'d code(2) : runtime-created function, line 1

Fatal error: Call to undefined function: uhp_err() in /home/bernunam/public_html/components/com_uhp2/uhp2.php on line 37


Also from admin area in configuration page -

Fatal error: Call to undefined function: uhp_access_list() in /home/bernunam/public_html/administrator/components/com_uhp2/admin.uhp2.html.php on line 637

Is there poibilities to do with it or no???
Title: Re: PHP WARNING with component for Joomla.
Post by: Ivan Trebješanin on July 02, 2007, 19:16:45
DON'T EVER INSTALL JOOMLA COMPONENTS WITHOUT READING THE CODE CAREFULLY! Most of the times it is not hard to convert simple joomla component into elxis (utf-8) component, but component you have described doesn't sound like simple one. If you are interested in converting some component to elxis, you should try and find some more info, even install it on joomla and THEN try to figure out what it does and how. I am very interested in converting components, but I wouldn't even try to convert this comp0onent until I have converted at least 50 components before.