Daily Message, updated for Joomla! 1.5
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
- jlleblanc
- Joomla! Apprentice
- Posts: 30
- Joined: Fri Aug 19, 2005 12:37 am
- Location: Washington, DC / NoVA
- Contact:
Daily Message, updated for Joomla! 1.5
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!
Feedback is welcome!
Joseph L. LeBlanc: http://www.jlleblanc.com
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
- matthewhayashida
- Joomla! Enthusiast
- Posts: 114
- Joined: Sat Feb 10, 2007 8:26 pm
- Location: Abbotsford, BC
- Contact:
- jalil
- Joomla! Enthusiast
- Posts: 128
- Joined: Wed Jul 04, 2007 4:54 am
- Location: Kuala Lumpur, Malaysia
- Contact:
Re: Daily Message, updated for Joomla! 1.5
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.
- cynazem
- Joomla! Apprentice
- Posts: 6
- Joined: Tue Feb 06, 2007 6:12 pm
- Location: Niterói - RJ
- Contact:
Re: Daily Message, updated for Joomla! 1.5
Thank you very very much for these... just bought your book, my new best friend (your book, barely know you... )
Now, seriusly, thanks a lot!
Now, seriusly, thanks a lot!
Re: Daily Message, updated for Joomla! 1.5
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
* 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
- jlleblanc
- Joomla! Apprentice
- Posts: 30
- Joined: Fri Aug 19, 2005 12:37 am
- Location: Washington, DC / NoVA
- Contact:
Re: Daily Message, updated for Joomla! 1.5
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.
Joseph L. LeBlanc: http://www.jlleblanc.com
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
- jlleblanc
- Joomla! Apprentice
- Posts: 30
- Joined: Fri Aug 19, 2005 12:37 am
- Location: Washington, DC / NoVA
- Contact:
Re: Daily Message, updated for Joomla! 1.5
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
Joseph L. LeBlanc: http://www.jlleblanc.com
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
- jalil
- Joomla! Enthusiast
- Posts: 128
- Joined: Wed Jul 04, 2007 4:54 am
- Location: Kuala Lumpur, Malaysia
- Contact:
Re: Daily Message, updated for Joomla! 1.5
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.