elkuku / EasyCreator

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

Update ziper.php #20

Closed deianmotov closed 11 years ago

deianmotov commented 11 years ago

Fix on line 782 $src = $files[0]->path; To make packaging possible under Joomla 3.

elkuku commented 11 years ago

I have to admit that I have spent very little time lately on this project. I'll do my best to find some spare time in the next couple of days/weeks, hopefully...

Thanks a bunch for fixing this.

deianmotov commented 11 years ago

Hi Nikolai,

It's ok, I actually saw the fix in a thread and decided to share it with the others. There is one more manual fix i found for the issue with the driver being "sql" instead of "mysql", again found on a thread. It's not very elegant though, that's why I have not suggested it even though it works.

It's this: helpers>project>manifest.php

After like 306: $driver = array_pop($parts);

Added this: if($driver=="sql") $driver = "mysql"; //sql to mysql fix

Both of the fixes are from other users I can't take credit for any of them. Decided to suggest them though :) Can't remember the guys usernames at the moment.

Thank you for this great extension! I already rated it 5 stars, it's such a time saver!

Best Regards,

Deian Motov

motov.NET - Advanced Web Solutions

http://motov.net http://motov.net/livezilla/chat.php Skype: bbh2k3 MSN (Windows Live Messenger): bbhsoft@hotmail.com Yahoo Messenger: bbhsoft@yahoo.com Google Talk: deian@motov.net Phone: +359 899 185 695 SkypeIn: +44 20 8133 7376 CV: http://motov.net/cv.pdf

On Thu, Aug 15, 2013 at 4:03 AM, Nikolai Plath notifications@github.comwrote:

I have to admit that I have spent very little time lately on this project. I'll do my best to find some spare time in the next couple of days/weeks, hopefully...

Thanks a bunch for fixing this.

— Reply to this email directly or view it on GitHubhttps://github.com/elkuku/EasyCreator/pull/20#issuecomment-22679006 .