You can download the new beta clicking here.
Please read carefully the docs you find in the installation.
I need TESTING, please help me downloading the beta and let me know of any problem you find; for a list of
the new features please refer to the docs or read previous posts of this blog.
Please read carefully the docs you find in the installation.
I need TESTING, please help me downloading the beta and let me know of any problem you find; for a list of
the new features please refer to the docs or read previous posts of this blog.
Categories:
AVBlog
|
19:37:42 |
Admin
27 luglio 2006 09:30:14
>Was receiving an error on initial page load. Debug output was showing me that it was coming
>from [root]\cfc\db\blog.cfc line 248. I could not find 'HOWMANYPOSTS' in the
>'ARGUMENTS' scope. Turned out that your argument was 'HOWMANY', which you later
>applied to the local var 'HOWMANYPOSTS'. I changed it to 'ARGUMENTS.HOWMANY', and it now works fine.
Thanks for the info, better change from arguments.HOWMANYPOSTS to only HOWMANYPOSTS; it should work fine too.
>I have somehow lost an entire gallery of photos (the thumbnails appear, but the large image never shows).
>This is only odd because it is only doing it to a single gallery.
Strange indeed, the images are still presents in the user/photoblog/galleries/galleryname/big?
In case try to see the xml of the gallery if it's corrupted or lacks some information.
>Do you plan on releasing some documentation to go over all of the different areas of the config xml?
Yes, by the release of the 1.5 version i'll provide documentation all over the config.xml options.
>Or is the entire thing handled through the admin?
>(terrible initial load, but quite fast afterwards. Have you tried Flex 2.0 yet?)
Tha admin covers all over the config.xml and i know it's slow. I've got a try on Flex2 and it could
be an option but first i'll have an AJAX Dojo based admin.
Thanks for you info and for testing AVBlog.
Bye
>from [root]\cfc\db\blog.cfc line 248. I could not find 'HOWMANYPOSTS' in the
>'ARGUMENTS' scope. Turned out that your argument was 'HOWMANY', which you later
>applied to the local var 'HOWMANYPOSTS'. I changed it to 'ARGUMENTS.HOWMANY', and it now works fine.
Thanks for the info, better change from arguments.HOWMANYPOSTS to only HOWMANYPOSTS; it should work fine too.
>I have somehow lost an entire gallery of photos (the thumbnails appear, but the large image never shows).
>This is only odd because it is only doing it to a single gallery.
Strange indeed, the images are still presents in the user/photoblog/galleries/galleryname/big?
In case try to see the xml of the gallery if it's corrupted or lacks some information.
>Do you plan on releasing some documentation to go over all of the different areas of the config xml?
Yes, by the release of the 1.5 version i'll provide documentation all over the config.xml options.
>Or is the entire thing handled through the admin?
>(terrible initial load, but quite fast afterwards. Have you tried Flex 2.0 yet?)
Tha admin covers all over the config.xml and i know it's slow. I've got a try on Flex2 and it could
be an option but first i'll have an AJAX Dojo based admin.
Thanks for you info and for testing AVBlog.
Bye
comment sent by Andrea Veggiani
27 luglio 2006 22:27:47
My blog has been updated into AVBlog 1.5 Beta 2.
http://www.demirkapi.net/avblog/
http://www.demirkapi.net/avblog/
comment sent by Oğuz Demirkapı
31 agosto 2006 00:14:59
Hi Andrea,
First of all great blog. I just installed the latest beta for setting up a personal blog.
I found a small problem in the MYSQL5.sql script. iIn the table library you create a column named file while in your library.cfc you try to access the column using sfile. I updated the libray table and doing some tests now. If anything should come up, I'll repost a comment.
Cherrs,
Steve
First of all great blog. I just installed the latest beta for setting up a personal blog.
I found a small problem in the MYSQL5.sql script. iIn the table library you create a column named file while in your library.cfc you try to access the column using sfile. I updated the libray table and doing some tests now. If anything should come up, I'll repost a comment.
Cherrs,
Steve
comment sent by Steve Willems
31 agosto 2006 01:05:59
Hi Andrea,
Another problem with MYSQL5.sql script. There's a right bracket missing before ENGINE
Create table spamlist (
item Char(200)) ENGINE = MyISAM;
Regards,
Steve
Another problem with MYSQL5.sql script. There's a right bracket missing before ENGINE
Create table spamlist (
item Char(200)) ENGINE = MyISAM;
Regards,
Steve
comment sent by Steve Willems
31 agosto 2006 00:19:37
Hi Andrea,
Another small error I had. Somewhere you access a table comments using a capital C. Apparently this gives an error to me. I changed the table in the Db to Comments with a capital C. This has to be investigated but it can be a setting from the provider or a problem with the jdbc for accessing MYSQL.
Greetz
Another small error I had. Somewhere you access a table comments using a capital C. Apparently this gives an error to me. I changed the table in the Db to Comments with a capital C. This has to be investigated but it can be a setting from the provider or a problem with the jdbc for accessing MYSQL.
Greetz
comment sent by Steve Willems















![Validate my RSS feed [Valid RSS]](/images/rssvalid.gif)
![Validate my Atom 1.0 feed [Valid Atom 1.0]](/images/atomvalid.png)


I have somehow lost an entire gallery of photos (the thumbnails appear, but the large image never shows). This is only odd because it is only doing it to a single gallery.
Do you plan on releasing some documentation to go over all of the different areas of the config xml? Or is the entire thing handled through the admin? (terrible initial load, but quite fast afterwards. Have you tried Flex 2.0 yet?)