Search found 110 matches

by oddfish
Mon Apr 08, 2013 5:41 am
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 424877

Re: Dependency Management: Composer

As Arty already pointed out, 5.3.23 IS >= 5.3.3. You should review the PHP version history page if you're still confused or insist that it is not. Why not give an answer instead of pointing me to what I already have stated as knowing? Is this being constructive and useful? :roll: I could point you ...
by oddfish
Sun Apr 07, 2013 6:24 pm
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 424877

Re: Dependency Management: Composer

Arty wrote:5.3.23 is actually newer than 5.3.3. ".23" does not mean ".2.3"
5.3.2x is newer than 5.3.3 I know. That is not the issue as 5.3.2x is not >= 5.3.3.

Perhaps Phar should get a new abacus.

As I say, update to greater than or equal to 5.3.3 and you'll be good to go.
by oddfish
Sun Apr 07, 2013 12:36 am
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 424877

Re: Dependency Management: Composer

5.3.23 5.3.3

Update your php version to >=5.3.3 and you will be good to go.
by oddfish
Sat Apr 06, 2013 4:53 am
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 424877

Re: Dependency Management: Composer

Are you using >=php 5.3.3 and if so, does Phar appear in your phpinfo() ?
by oddfish
Fri Apr 05, 2013 10:37 pm
Forum: [3.x] Discussion
Topic: Dependency Management: Composer
Replies: 104
Views: 424877

Re: Dependency Management: Composer

You have composer.phar in phpBB's parent directory? If not, copy it from the root of the download file into the phpBB's parent folder. You can have composer.phar in the phpBB3 folder and install by php ./composer.phar install --dev (notice the ./ path instead of ../) EDIT For clarity: You download h...
by oddfish
Sun Mar 03, 2013 1:41 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] notification box
Replies: 331
Views: 549051

Re: [RFC|Merged] notification box

A couple of thoughts. 1. Remove read private messages from notifications or at least a Remove button next to Mark read? 2. Remove pagination from Manage notifications when empty which then brings it into line with Manage subscriptions/bookmarks/drafts/attachments? 1. Could you explain that again? I...
by oddfish
Sat Mar 02, 2013 11:35 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] notification box
Replies: 331
Views: 549051

Re: [RFC|Merged] notification box

A couple of thoughts.

1. Remove read private messages from notifications or at least a Remove button next to Mark read?

2. Remove pagination from Manage notifications when empty which then brings it into line with Manage subscriptions/bookmarks/drafts/attachments?
by oddfish
Fri Mar 01, 2013 7:35 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Migrations
Replies: 122
Views: 183052

Re: [RFC] Migrations

Done.

http://tracker.phpbb.com/browse/PHPBB3-11382

EDIT: the missing entry is for sending statistical information after install completes (thanks David).
by oddfish
Fri Mar 01, 2013 9:40 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Migrations
Replies: 122
Views: 183052

Re: [RFC] Migrations

Using today's build (notifications) .. Can install on apache. Can't install cleanly or update on nginx. An install runs up to sub-final when redeclare class phpbb_db_migration_data_30x_3_0_3_rc1 error is thrown. Ignoring the error, the board seems useable since the database is populated to a point. ...
by oddfish
Wed Feb 27, 2013 6:18 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Migrations
Replies: 122
Views: 183052

Re: [RFC] Migrations

EDIT: yes, running the latest from yesterday.

I'm thinking it is due to rc causing the issue which is why I suggested those changes initially.

Will keep combining rc's into each release to see if I can get a positive upgrade.