Page 1 of 1

Daily Message, updated for Joomla! 1.5

Posted: Wed Aug 22, 2007 6:27 pm
by jlleblanc
A copy of the Daily Message component tutorial for Joomla! 1.5 is now available at http://www.jlleblanc.com/joomla/Tutoria ... mla_1%115/ . An installable copy of the component is available for download so you can click through as you read along. Much like the original tutorial, it takes you through a complete create, read, update, delete component along with some configuration parameters.

Feedback is welcome!

Re: Daily Message, updated for Joomla! 1.5

Posted: Wed Aug 22, 2007 6:32 pm
by matthewhayashida
Great! Thanks for your work!!!

Re: Daily Message, updated for Joomla! 1.5

Posted: Sun Aug 26, 2007 4:58 am
by jalil
jlleblanc wrote:A copy of the Daily Message component tutorial for Joomla! 1.5 is now available at http://www.jlleblanc.com/joomla/Tutoria ... mla_1%115/ . An installable copy of the component is available for download so you can click through as you read along. Much like the original tutorial, it takes you through a complete create, read, update, delete component along with some configuration parameters.

Feedback is welcome!


thanks much for this. it'll go a long way to help many coders, i'm sure.

Re: Daily Message, updated for Joomla! 1.5

Posted: Tue Aug 28, 2007 9:59 pm
by cynazem
Thank you very very much for these... just bought your book, my new best friend (your book, barely know you... :laugh:)

Now, seriusly, thanks a lot!

Re: Daily Message, updated for Joomla! 1.5

Posted: Wed Sep 05, 2007 5:15 am
by mroswell
Why do I get:

        * Warning! - Failed to move file

Unable to find install package

I've set permissions on components to 777, which is excessive, and still no luck...

I see I'm not the only one with this general problem:
http://forum.joomla.org/index.php?topic ... .msg975597

Re: Daily Message, updated for Joomla! 1.5

Posted: Wed Sep 05, 2007 1:19 pm
by jlleblanc
Thanks for pointing this out. I had it working on RC1, but when I try to install it on RC2, it's giving me a file permission error as well; it can't read the XML file. It appears that regardless of the permissions of the tmp folder and the permissions of the files in the .zip, the XML file permissions get reset to 0640. This could be the server setup, or it could be something else.

Re: Daily Message, updated for Joomla! 1.5

Posted: Sat Sep 08, 2007 3:23 pm
by jlleblanc
I tried it again and it seems to work when I upload it without the FTP layer, but with writable components directories. The bizarre thing is that the FTP isn't doing it right even though I'm using username that owns all of the files in the directory. Could be an FTP configuration issue  :-\

Re: Daily Message, updated for Joomla! 1.5

Posted: Sat Sep 08, 2007 10:19 pm
by jalil
interesting. maybe the ftp itself is not having enough authory level to do its job ? would the joomla ftp layer be having the same access level as the host installed FTP ? i don't think so and this is probably what the ftp layer is facing.