Questions tagged [flarum]

Flarum is forum software written in PHP and mithril written by Toby Zerner, a med school student from Australia. Originally Flarum was created as a successor to esoTalk, a mockup of version two with the new name was entered in a design competition in 2013. A failed kickstarter did not become a setback as development continued.

Now, a few years later Flarum has three active core developers while using many components of the widely acclaimed Laravel framework. Although no stable version has yet been released, already adoption of the extensible forum software is gaining a lot of traction with over 1 million downloads of Flarum related packages, 370 extensions and many sites using it in production.

12 questions
3
votes
0 answers

Flarum SSO with CodeIgniter

I'm trying to build out the requirements for the Flarum SSO PHP plugin with CodeIgniter as the SSO provider, and I feel like I'm really close - but it just doesn't quite work. I can see that the credentials pass to Flarum on user login, but when…
James
  • 834
  • 7
  • 27
3
votes
1 answer

Simplify multiple subqueries in UPDATE statement

I want to make my Flarum forum update its discussion records after manual intervention into the database. (Flarum is still in beta and still lacks many features, so fixing things manually isn't that uncommon.) I managed to compose the following…
firegurafiku
  • 3,017
  • 1
  • 28
  • 37
2
votes
1 answer

I have php file in the directory, but there still get (No such file or directory) Error

After I installed the Flarum, and then access the index.php, qa.demo.xyz/index.php there is 404 error in browser's network, and in the browser page there shows: Cannot GET http://qa.demo.xyz/index.php and in there I get the error in the…
qg_java_17137
  • 3,310
  • 10
  • 41
  • 84
1
vote
0 answers

Installing Flarum (Laravel framework forum) on my ubuntu 16.04

I was following this guide to install Flarum https://www.rosehosting.com/blog/install-flarum-on-an-ubuntu-14-04-vps/ Everything almost went quite smooth, but when it prompted me to make new php-fpm pool for my user, i kind of got lost, and…
Mikk
  • 21
  • 6
1
vote
2 answers

Missing fastcgi_params

I'm using NGINX from nginx-extras and Ajenti V with ajenti-v-nginx and ajenti-v. I have PHP 5.6 installed. However when I execute this code from Flarum Installation: location ~* \.php$ { fastcgi_split_path_info ^(.+.php)(/.+)$; fastcgi_pass…
dat tutbrus
  • 204
  • 4
  • 12
1
vote
1 answer

Flarum Homestead Laravel subdirectory 404

I am trying to set up Flarum in a subdirectory of Laravel. The installation went fine, but I have a few problems. If I try to access admin panel -> NotFoundHttpException in RouteCollection.php line 161: Notifications -> 404 Not Found GET GET…
Mike
  • 552
  • 3
  • 18
0
votes
0 answers

Flarum connection timeout after installing Let's Encrypt SSL certificate

After installing Let's Encrypt SSL certificate on my forum.mydomain.com ubuntu 20.04 server, which is running a LAMP stack (Linux, Apache, MySQL, PHP) and Ubuntu 20.04. I have followed the instructions on the Flarum documentation, but when I try to…
Omar VR
  • 19
  • 1
0
votes
1 answer

Composer multiple projects?

I am trying composer on some projects and wondering... actually I have installed a CodeIgniter 4 by composer in my httpdocs/ folder. Now I would like to install Flarum (forum) as well to have it referenced in my project (like domain.tld/forum links…
flth
  • 5
  • 3
0
votes
0 answers

nginx.service - The nginx HTTP and reverse proxy server

● nginx.service - The nginx HTTP and reverse proxy server Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Fri 2022-09-16 13:01:56 +03; 22s ago Process: 51304…
0
votes
1 answer

PHP redis session save_handler not being used

I've installed the php7-redis extension in an alpine container running in k8s. Added a conf ini file that enables redis and sets the host. This shows up in phpinfo's output but the app being deployed (flarum) doesn't seem to be saving its sessions…
zcourts
  • 4,863
  • 6
  • 49
  • 74
-2
votes
1 answer

how can i fix composer

` - Downloading flarumtr/flarum-ext-mobile-search (v1.2) Downloading itnt/flarum-uitab (v0.4.2) 0/2 [>---------------------------] 0% Failed to download itnt/flarum-uitab from dist: The…
-2
votes
1 answer

PHP Memory Error error? Installing Flarum

I am getting the following error when I run setup for Flarum Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in **[redacted]/flarum/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php** on line 497 This is…
Eforen
  • 271
  • 1
  • 12