[RC] phpBB Blog

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Ideas Centre
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

bliTz413 wrote:
Unknown Bliss wrote: Which logs did you check?
from the acp i went to the "Maintenance" tab. On the left-hand side of the page, I looked under forum logs. Under the error log, I have found no errors since August 24th, and none of the errors that are in the log have the word "blog" in them.

Thats the only error log I know of.
Do you have cPanel, or Kloxo or Plesk or something similar?
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [ALPHA]phpBB Blog

Post by keith10456 »

Is there a time-frame for the Beta? I'm not asking for a release date or anything close to it. I'm just curious as to the "about" time for the Beta. I want to start a Blog on my site and have my eyes on this one.
p@@t
Registered User
Posts: 23
Joined: Wed Dec 22, 2010 8:38 pm

Re: [ALPHA]phpBB Blog

Post by p@@t »

A live demo
User avatar
Neuropass
Registered User
Posts: 1163
Joined: Fri Apr 17, 2009 2:02 pm
Location: SciTE4AutoIt3

Re: [ALPHA]phpBB Blog

Post by Neuropass »

I don't know why it's so difficult to post a link demo or screenshots...
I believe it should be a standard requirements exactly like the modx... :roll:

A lot of people asked for that too... :x

Here's the demo link:

phpbbdevelopers.net
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [ALPHA]phpBB Blog

Post by keith10456 »

Neuropass wrote:I don't know why it's so difficult to post a link demo or screenshots...
I believe it should be a standard requirements exactly like the modx... :roll:

A lot of people asked for that too... :x

Here's the demo link:

phpbbdevelopers.net
It probably wasn't done because it's in Alpha.

Thanks for the demo... :D
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Anyway, there is 1 bug to fix before it goes into beta where it will receive some features, then move into RC. I'm hoping to get his all done ASAP.

I have been busy with other things and haven't had a chance to setup a demo. Normally I don't take screenshots until the MOD is validated.

phpbbdevelopers.net is running imkingdavid's original version, not this modification. However you can get an idea of what it is from there although some bugs will be on his, not mine and vice versa.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: [ALPHA]phpBB Blog

Post by Hippie459MN »

Just installed this and I can access the 'Overview' and 'Blog Setting' in the ACP but when I try to go to 'Manage Categories' i get this error

Code: Select all

SQL ERROR [ mysqli ]

Table 'hippie74_hydrostream.BLOG_CATS_TABLE' doesn't exist [1146]

SQL

SELECT COUNT(cat_id) AS num_cats FROM BLOG_CATS_TABLE

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_blog.php
LINE: 284
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_blog->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
The install didnt report any errors or anything. Any ideas. Maybe something just named wrong somewhere?
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Just checked this and I'm not reproducing this. Try un-installing with UMIL and then re-installing?
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: [ALPHA]phpBB Blog

Post by Hippie459MN »

I tried to uninstall and reinstall using the UMIL and no change. The blog_install.php from the download in the first post does not have any table labeled BLOG_CATS_TABLE in it anywhere so I am assuming that it doesnt create an entry with that name and I dont see it in the phpMyAdmin anywhere either and the UMIL says everything is installed successfully as I selected to show output when I ran the install script.
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: [ALPHA]phpBB Blog

Post by Hippie459MN »

Would anyone have an idea on this? http://www.phpbb.com/community/viewtopi ... #p12930881

It also gives the the same error when I goto

Code: Select all

http://www.siteurl.com/blog.php
Going to try to do an install and some more trouble shooting once again and if no go then I will have to pass on this one. :)

EDIT: Some reason It works perfect on an old test board I have that is still running phpBB 3.0.4 but I get the error when I install it on a 3.0.8 board. Hmmm...
vortexhlp
Registered User
Posts: 195
Joined: Fri Jan 09, 2009 7:51 pm

Re: [ALPHA]phpBB Blog

Post by vortexhlp »

Thank you Bliss, I'm looking forward for the RC of this mod! It worked great back in November, I'm not sure what has been fixed since then but I will come back once there's a RC and give it a sexy test run haha
SilentDeath1226
Registered User
Posts: 135
Joined: Tue May 04, 2010 12:30 am

Re: [ALPHA]phpBB Blog

Post by SilentDeath1226 »

Hippie459MN wrote:Just installed this and I can access the 'Overview' and 'Blog Setting' in the ACP but when I try to go to 'Manage Categories' i get this error

Code: Select all

SQL ERROR [ mysqli ]

Table 'hippie74_hydrostream.BLOG_CATS_TABLE' doesn't exist [1146]

SQL

SELECT COUNT(cat_id) AS num_cats FROM BLOG_CATS_TABLE

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_blog.php
LINE: 284
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_blog->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
The install didnt report any errors or anything. Any ideas. Maybe something just named wrong somewhere?
I get the same problem.
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

I'm looking into it.
EDIT: Tracker Ticket Link
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [ALPHA]phpBB Blog

Post by keith10456 »

Bliss - Are you running the Alpha on your phpBB Communities site? It looks really good.
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.

Re: [ALPHA]phpBB Blog

Post by Ashley.S. »

keith10456 wrote:Bliss - Are you running the Alpha on your phpBB Communities site? It looks really good.
I think they are just running EXreaction's User Blog Mod
Regards,
-Ashley.S. [ PurephpBB Founder ]

Return to “[3.0.x] MODs in Development”