Search found 44 matches

by Lady_G
Mon Feb 20, 2017 1:31 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-15097 - Board statistics page should show PHP version
Replies: 32
Views: 89439

Re: PHPBB3-15097 - Board statistics page should show PHP version

This update creates two new variables 'SOFTWARE_HEADING' and 'PHP_VERSION' not present in the existing language packs (other than the supplied British English). My default language is American English, which displays the variables literally. I've updated the bug tracker (and github) with my comments.
by Lady_G
Sun Oct 16, 2016 3:07 pm
Forum: General Development Discussion
Topic: Development wiki - Manual software testing
Replies: 1
Views: 8093

Development wiki - Manual software testing

The 3.1.10 release discussion has generated an interest to understand software testing from a user's perspective. There was a request to create a wiki page, which I have done. I started a new topic in the support forum: Wiki - Testing phpBB software Following a discussion in Re: Discuss: phpBB 3.1.1...
by Lady_G
Wed Apr 20, 2016 2:56 am
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
Replies: 8
Views: 25731

Re: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)

Has there been any further development to handle disapproval messages > 4,000 characters?
by Lady_G
Sun Mar 27, 2016 2:00 am
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
Replies: 8
Views: 25731

Re: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)

In hindsight, I see that I did misunderstood your point. Thank you, I will wait for the correct solution.
by Lady_G
Fri Mar 25, 2016 12:26 am
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
Replies: 8
Views: 25731

Re: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)

This is my first board as a moderator (and site admin), so I have no prior experience on what "seems right". Perhaps my board operates differently than the majority of users, but the action of creating a disapproval notice > 4000 characters has triggered an error. Asking a moderator to che...
by Lady_G
Thu Mar 24, 2016 10:08 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
Replies: 8
Views: 25731

Re: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)

As an aside what are you saying about disapproving a post that takes so many characters? I doubt that I have ever gone over 100! This is the critical point to answer. I agree the disapproval message itself can be less than 100 characters, but my board tries to help people. As a courtesy, we always ...
by Lady_G
Thu Mar 24, 2016 3:13 am
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)
Replies: 8
Views: 25731

[PHPBB3-14556] Disapproving posts with notification causes postgreSQL error (> 4,000 characters)

When a moderator disapproves a post > 4000 characters with notification ([X] Notify poster about disapproval?), postgreSQL triggers an error: SQL ERROR [ postgres ] ERROR: value too long for type character varying(4000) [] SQL INSERT INTO notifications (item_id, notification_type_id, item_parent_id,...
by Lady_G
Fri Mar 11, 2016 2:28 am
Forum: [3.x] Discussion
Topic: Possible bug in acp features before acp login?
Replies: 7
Views: 14203

Re: Possible bug in acp features before acp login?

Your description helped. I have reproduced your problem with the 3.1.x repository install (latest). I have updated the steps: Login as administrator Purged Cache. Logged out, cleared all browser cookies Went to board index. Logged into forum as administrator, check "Remember me" box. Went ...
by Lady_G
Fri Mar 11, 2016 1:40 am
Forum: [3.x] Discussion
Topic: Possible bug in acp features before acp login?
Replies: 7
Views: 14203

Re: Possible bug in acp features before acp login?

In addition to cookie settings, I would suggest purging the system cache. This will ensure both the server-side and browser caches start from a known (clean) setting.
by Lady_G
Wed Mar 09, 2016 2:43 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13264 - Editing an unapproved post as a moderator/admin approves it
Replies: 6
Views: 15628

Re: PHPBB3-13264 - Editing an unapproved post as a moderator/admin approves it

Yes, the updated Pull Request has properly taken care of the $url construction. I have tested the file change on both the GitHub 3.1.x repository and my 3.1.8 production test area. Moderator actions, logging, and notifications work as expected. My testing included reapproval : - A visible (previousl...