Page 1 of 1

MODPHPBB# and 3.0.5

Posted: Fri Jun 05, 2009 11:31 am
by pawmarks
Is there a timeframe we can expect for the new 3.0.5 to show up in the modphpbb3 install package?

Thx!

Re: MODPHPBB# and 3.0.5

Posted: Fri Jun 05, 2009 2:23 pm
by LDM
Normally current installations just update and merge mods via auto-update package (for vanilla phpBB)

All the versions of ModphpBB3 have merged very easily but I haven't tried 3.0.5 yet and will plan to do that in the next few days.

I may change the version in downloads but if not, I will send you a copy if you are having problems updating phpBB version.

Re: MODPHPBB# and 3.0.5

Posted: Fri Jun 05, 2009 3:25 pm
by pawmarks
thanks so much LDM!

Re: MODPHPBB# and 3.0.5

Posted: Tue Jun 30, 2009 11:53 pm
by pawmarks
Did anyone have trouble upping modphpbb to v 3.0.5?

Re: MODPHPBB# and 3.0.5

Posted: Wed Jul 01, 2009 12:11 pm
by LDM
It's easy with auto-updater but you must check the correct boxes on update for it to run smoothly. i.e. merge modifications but use code in modified block option, so the new code doesn't overwrite the changes in files.

I have a 3.0.5 running here http://www.modphpbb3.com/newversion/index.php

You are quite welcome to the files if yours went wrong, but remember just to update the database with the auto updater?

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 7:01 pm
by DaveMurray
i have problems to the updating proccess.....

I have follow the instructions from the picture, about merging mods, and the others, but when i press chek files again, i have fatal errors.....

i have fresh installation of modphpbb3 portal.....

but i cannot upgrade.....

can, anyone make a premodded ready modphpbb3 portal with phpbb3.0.5 ?

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 7:08 pm
by LDM
If you merge them correct as of here http://www.modphpbb3.com/viewtopic.php?f=5&t=1368#p3370 It will work a treat. This is 3.0.5 via auto updater with portal http://www.modphpbb3.com/newversion/

What error message are you getting?

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 8:03 pm
by DaveMurray
when i finish to make the required changes as the picture describes, im pressing "Check files again" ?

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 8:12 pm
by LDM
No, it first checks files then gives that edit file option as per image, choose the options as shown, then it will give you a zip to download and overwrite the files with. Backup first just in case but should be fine.

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 8:13 pm
by DaveMurray
i have corrected the errors.... your instruction for the cmod it was wrong.... the require folders must have 777, not 755..... i change them to 777, and the proccess was fine....

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 8:19 pm
by LDM
It is not wrong, it is just how your server is set-up, some servers won't accept write on 755 and so need 777 permissions instead.

Good you're sorted now :good:

Re: MODPHPBB# and 3.0.5

Posted: Sun Aug 09, 2009 8:23 pm
by DaveMurray
oh, yeah, my mistake :(

Its working now, like a charm :) :yahoo: :yahoo:

Your package, it so great, light, and not so heavy than portal xl (lite or premod)

Finally i can continue setup the site from my radio show!!!

Thanks A lot LDM :)

(im guessing when i want add some mods, i can use automod rc2)

i will try to translate it for greek users.....(notepad++ i think, utf8 without bom)

Re: MODPHPBB# and 3.0.5

Posted: Fri Sep 18, 2009 1:44 am
by rhacieboy
Yes, it smoothly upgraded from 3.0.4 to 3.0.5. I did it. the're was just a problem in the arcade and gallery but I was able to reinstall and fixed the arcade thru sql and updated it to latest version. My only concern today is the gallery. I cant find way to fix it. I cant add new album. any suggestion?
here's the error:
General Error
SQL ERROR [ mysql4 ]

Field 'album_last_image_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb_gallery_albums (album_name, parent_id, album_parents, album_type, album_desc_options, album_desc, album_user_id, album_last_username, album_image, album_desc_uid, album_desc_bitfield, left_id, right_id) VALUES ('test', 0, '', 1, 7, '', 0, '', '', '', '', 3, 4)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/acp/acp_gallery.php
LINE: 884
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_gallery.php
LINE: 38
CALL: acp_gallery->create_album()

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

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()