Daily Message, updated for Joomla! 1.5

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
User avatar
jlleblanc
Joomla! Apprentice
Joomla! Apprentice
Posts: 30
Joined: Fri Aug 19, 2005 12:37 am
Location: Washington, DC / NoVA
Contact:

Daily Message, updated for Joomla! 1.5

Post by jlleblanc » Wed Aug 22, 2007 6:27 pm

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!
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

User avatar
matthewhayashida
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 114
Joined: Sat Feb 10, 2007 8:26 pm
Location: Abbotsford, BC
Contact:

Re: Daily Message, updated for Joomla! 1.5

Post by matthewhayashida » Wed Aug 22, 2007 6:32 pm

Great! Thanks for your work!!!
-Matt Hayashida

User avatar
jalil
Joomla! Enthusiast
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

Post by jalil » Sun Aug 26, 2007 4:58 am

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.

User avatar
cynazem
Joomla! Apprentice
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

Post by cynazem » Tue Aug 28, 2007 9:59 pm

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!

mroswell
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Aug 04, 2007 3:03 am

Re: Daily Message, updated for Joomla! 1.5

Post by mroswell » Wed Sep 05, 2007 5:15 am

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

User avatar
jlleblanc
Joomla! Apprentice
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

Post by jlleblanc » Wed Sep 05, 2007 1:19 pm

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

User avatar
jlleblanc
Joomla! Apprentice
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

Post by jlleblanc » Sat Sep 08, 2007 3:23 pm

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

User avatar
jalil
Joomla! Enthusiast
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

Post by jalil » Sat Sep 08, 2007 10:19 pm

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.


Post Reply