elkuku / EasyCreator

EasyCreator helps creating extensions for the Joomla! CMS
http://extensions.joomla.org/extensions/miscellaneous/development/5908
50 stars 23 forks source link

Error installing the component created #15

Open mitchie opened 11 years ago

mitchie commented 11 years ago

Congratulation for your EasyCreator! I just installed it.

Once created the component (a very simple one, just to test it), if I try to install it I get the following Joomla's error messages:

JInstaller: :Install: File does not exist /home/_/public_html/_/tmp/install_50a529b2633bb/install/install.php Component Install: Could not copy PHP install file.

    Error installing component

I've checkd it out and install.php file is in the install folder.

How can I fix it?

elkuku commented 11 years ago

Umm, that's really bad..

To get started, could you you please provide all possible version numbers of the software you encountered the error ? ;)

Most important EasyCreator and Joomla! of course.

Perhaps you could also provide the created package ? If you say "very simple" I would assume it does not contain any copyrighted code yet ;)

The first "diagnosis" so far would be, that EasyCreator messed up something with different Joomla! versions and install file handling - too smart..

mitchie commented 11 years ago

Yes, of course there isn't any copyrighted code ;) Joomla 2.5.7 and EasyCreator 0.0.18 running on Mac Lion 10.7.5 Please, let me know how to attach files (zip archive) and I will attach the created package and phpinfo() result. Thanks a lot!

mitchie commented 11 years ago

I've installed EC 0.0.19 on a totally new joomla 3.0.2 and (a very basic) component installation works fine.

However, I'm not able to generate params for the plugin. In parameters view, once selected the xml file, I have:

< + new group> < + new parameter> < save > once clicked on < + new group>, entered a description in the text field and clicked on I get: 1) an error (red background) message "Error no params?" 2) a warning (yellow background) message "No parameter defined" 3) the parameters group dropdown list in < + new parameters> is empty. Happens the same even if I fill in both group and parameter fields BTW. + add group and + add parameter don't work. Any hint?