Search found 8311 matches

by AdamR
Tue Oct 14, 2014 8:56 pm
Forum: Extension Writers Discussion
Topic: Submitting posts
Replies: 7
Views: 1277

Re: Submitting posts

Still no luck, though I doubt your suggestion was intended to solve the issue. I originally had it being included inside of the method, but moved it to the namespace scope just for giggles to see if it changed anything. I'm also running on the develop-ascraeus branch, but checked out release-3.1.0-R...
by AdamR
Tue Oct 14, 2014 3:01 am
Forum: Extension Writers Discussion
Topic: Submitting posts
Replies: 7
Views: 1277

Re: Submitting posts

And if it at all helps, here's my route: adamr_application_submit: pattern: /apply/submit defaults: { _controller: adamr.application.controller:application_submit } methods: [POST] services: services: adamr.application.controller: class: adamr\application\controller\main_controller arguments: - @aut...
by AdamR
Tue Oct 14, 2014 1:07 am
Forum: Extension Writers Discussion
Topic: Submitting posts
Replies: 7
Views: 1277

Re: Submitting posts

The file is getting included. submit_post does, in fact, get called. The error is being triggered somewhere along its path. Edit: I thought it might be some obscure combination of PHP and MySQL 5.6 locally on Windows, so I tried it on my *nix box with MySQL 5.5. Same issue. :( Per prototech in #phpb...
by AdamR
Tue Oct 14, 2014 12:09 am
Forum: Extension Writers Discussion
Topic: Submitting posts
Replies: 7
Views: 1277

Re: Submitting posts

Thanks for moving the topic. /me slaps whoever turned off deleting own posts :P
by AdamR
Tue Oct 14, 2014 12:05 am
Forum: Extension Writers Discussion
Topic: Submitting posts
Replies: 7
Views: 1277

Submitting posts

Howdy folks! :D Haven't touched 3.1 until this weekend. Converting my hardcoded modifications to extensions. Yada yada. So far I've managed to do pretty much everything I need to do, except figure out how to submit posts. Either I'm blind, or there isn't a "new" way to do it. I tried the h...
by AdamR
Thu Oct 02, 2014 3:55 am
Forum: [3.0.x] Support Forum
Topic: phpBB on Windows server
Replies: 10
Views: 7875

Re: phpBB on Windows server

While I haven't done any benchmarks, I don't think you have to worry about running into any issues with the buffer cache maxing out, even with numerous simultaneous connections. In terms of load on a server of the capability, phpBB is basically trivial and isn't even a blip on the radar compared to ...
by AdamR
Tue Sep 30, 2014 2:00 am
Forum: [3.0.x] Support Forum
Topic: phpBB on Windows server
Replies: 10
Views: 7875

Re: phpBB on Windows server

The Web Platform Installer is fine for installing PHP. However, it does tend to lag behind in terms of updates. I would recommend installing it initially via the platform installer, then installing the latest version of 5.4 binaries from php.net. That's just based on my experience. Any issues that y...
by AdamR
Mon Sep 29, 2014 9:40 pm
Forum: [3.0.x] Support Forum
Topic: phpBB on Windows server
Replies: 10
Views: 7875

Re: phpBB on Windows server

The guide you linked in your original post, after a quick glance, appears to cover the key things you need to do to get everything up and running on Windows server. As Mick said, support for getting PHP itself working and/or SQL Server/IIS is outside the bounds of phpBB.com, but it's fairly straight...
by AdamR
Mon Sep 29, 2014 3:58 am
Forum: [3.0.x] Support Forum
Topic: phpBB on Windows server
Replies: 10
Views: 7875

Re: phpBB on Windows server

phpBB will absolutely work on a Windows Server, running IIS, with SQL Server (MS SQL), and it will run just as well as on a LAMP stack. The majority of phpBB installations out there use Linux, Apache, and MySQL, so naturally the majority of bugs that are found and fixed occur that platform. That bei...
by AdamR
Thu Sep 18, 2014 11:08 pm
Forum: General Discussion
Topic: Speedtest
Replies: 56
Views: 64369

Re: Speedtest

Image

If only there were more competition in the Tampa market, I'd leave Verizon in a heartbeat. The ISP situation in the US is abysmal, and unfortunately it doesn't look like it'll be getting any better in the near future.
by AdamR
Sun Sep 14, 2014 3:46 pm
Forum: phpBB Discussion
Topic: Windows or Linux for web hosting?
Replies: 16
Views: 2631

Re: Windows or Linux for web hosting?

It should be noted many popular web software projects like phpBB and Wordpress have been programmed with Linux (and other *nixes) in mind. So they usually work a lot better due to strange issues that can appear with Windows Yes and no. You'll find that in many cases, phpBB works on Windows much bet...
by AdamR
Sun Sep 14, 2014 3:24 pm
Forum: phpBB Discussion
Topic: User Vs ...
Replies: 20
Views: 2080

Re: User Vs ...

The only "code" that would need to be changed for this to happen would be the strings in the language files. There are a lot of them that you'd have to go through, but it wouldn't break much in terms of forward compatibility. The best way to accomplish it would be to duplicate the English ...
by AdamR
Fri Jul 25, 2014 4:37 pm
Forum: phpBB Discussion
Topic: posting and pagination - how do they work?
Replies: 2
Views: 810

Re: Where can I find?

1) posting.php calls the submit_post function: submit_post Raw code: https://github.com/phpbb/phpbb/blob/develop-olympus/phpBB/includes/functions_posting.php#L1650 There are a few other things that it does as well, but submit_post handles almost all of it. 2) There's a few things which control the p...
by AdamR
Fri Jul 25, 2014 4:29 pm
Forum: [3.0.x] Support Forum
Topic: .htaccess on IIS7 for phpbb3
Replies: 1
Views: 1508

Re: .htaccess on IIS7 for phpbb3

.htaccess is exclusively for use in Apache web servers (or other servers such as Lighttpd which support Apache's htaccess). IIS uses a web.config file to accomplish similar things. phpBB has come with this file, by default, for several years now. You can view the raw file here: https://raw.githubuse...
by AdamR
Thu Jul 24, 2014 9:05 pm
Forum: General Discussion
Topic: GPL copyright abuse
Replies: 20
Views: 60550

Re: GPL copyright abuse

A modification that implements the same basic functionality as a version written for a different major version of the software does not automatically constitute a derivative work. The table structure, while sharing some "similar" field names, again does not automatically constitute a deriv...

Go to advanced search