Search found 171 matches
- Sun Aug 16, 2015 5:52 pm
- Forum: [3.x] Discussion
- Topic: Enable / Disable Error Reporting from ACP
- Replies: 9
- Views: 35198
Re: Enable / Disable Error Reporting from ACP
Got it. Thank you David.
- Sun Aug 16, 2015 1:37 pm
- Forum: [3.x] Discussion
- Topic: Enable / Disable Error Reporting from ACP
- Replies: 9
- Views: 35198
Re: Enable / Disable Error Reporting from ACP
hmm... thats interesting. I have bridged phpbb together with Joomla. Although I dont see any errors in phpbb pages itself, this phpbb error reporting is showing in a Joomla page like this: [phpbb Debug] PHP Warning: in file /var/www/example/joomla/etc... on line 109: Invalid argument supplied for fo...
- Wed Aug 12, 2015 4:17 pm
- Forum: [3.x] Discussion
- Topic: Enable / Disable Error Reporting from ACP
- Replies: 9
- Views: 35198
Re: Enable / Disable Error Reporting from ACP
Why would you have debug enabled on a production site? Hi David, Thats the thing. I have not enabled debug on my production site. My config file already has the following lines commented: // @define('PHPBB_DISPLAY_LOAD_TIME', true); // @define('DEBUG', true); // @define('DEBUG_CONTAINER', true); Bu...
- Wed Aug 12, 2015 7:18 am
- Forum: [3.x] Discussion
- Topic: Enable / Disable Error Reporting from ACP
- Replies: 9
- Views: 35198
Enable / Disable Error Reporting from ACP
I think it will be very useful to Enable or Disable phpbb's PHP Error Reporting directly from ACP. I know some would say we are meant to fix the error reporting but its not always true. There are cases where some reportings are just warnings and not necessarily an error that needs any fix. Either wa...
- Fri Nov 14, 2014 10:00 pm
- Forum: [3.x] Discussion
- Topic: Remove Bookmarking
- Replies: 4
- Views: 11368
Re: Remove Bookmarking
oh okay.. separating the notification preferences seems like the main benefit having them 2 then. I understand now...
- Fri Nov 14, 2014 9:41 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Releasing 3.0.13
- Replies: 21
- Views: 129926
Re: Releasing 3.0.13
yay! cant wait... going to be bigger than 3.1!
- Fri Nov 14, 2014 9:39 pm
- Forum: [3.x] Discussion
- Topic: Remove Bookmarking
- Replies: 4
- Views: 11368
Remove Bookmarking
In 3.1, Bookmarking topics seems to work exactly the same way as Subscribing topic. Why do we need bookmark anymore? It seems redundant. 2 things doing the same tasks but on different names.
- Wed Oct 22, 2014 3:18 pm
- Forum: [3.x] Discussion
- Topic: MyISAM to InnoDB
- Replies: 30
- Views: 50484
Re: MyISAM to InnoDB
In MySQL's case, if the selected default DB engine is InnoDB, then phpBB could have optimized DB speeds for the multiple JOIN's it has. Currently, phpBB doesn't use that so JOIN's are way slower than how they could be. We can check on foreign key support on case-by-case basis for other DBMS. That i...
- Wed Oct 22, 2014 10:17 am
- Forum: [3.x] Discussion
- Topic: Feedback on 3.1.0-RC5
- Replies: 16
- Views: 31610
Re: Feedback on 3.1.0-RC5
I feel max-width approach is probably the most practical (and common) approach used in responsive design. The style itself is fluid but you add the max-width to it to control what is the maximum size you want it to go. When I create responsive design, I start maximizing the window until the styles s...
- Wed Oct 22, 2014 7:22 am
- Forum: [3.x] Discussion
- Topic: Feedback on 3.1.0-RC5
- Replies: 16
- Views: 31610
Re: Feedback on 3.1.0-RC5
I think max width is required mainly cuz it doesn't look super stretched on high resolution screens. However, I feel the max width used in phpbb site is too small. I will be increasing the max width on my site to something like 1100-1250px. Ymmv..