XenForo is a commercial Internet forum software package written in the PHP programming language using the Zend Framework. The software is developed by a team led by former vBulletin lead developers Kier Darby and Mike Sullivan.
Questions tagged [xenforo]
131 questions
13
votes
2 answers
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
I'm getting this error:
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
When trying to access my XenForo installation at forums.domain.com in my PHP error log.
It happens every time, and I think it's causes PHP…

user3163221
- 143
- 1
- 2
- 6
7
votes
1 answer
User authentication in Laravel from xenforo database with using several tables
I have 2 databases: one from Laravel and other from XenForo 2. On Laravel, registration should not take place, but only on the forum in order to reduce data duplication and eliminate the out of sync if it happens for some reason.
There are 2 tables…

Vladimir Gonchar
- 203
- 5
- 16
4
votes
2 answers
PHP Notice: A non well formed numeric value encountered in /var/www/zephyr/library/XenForo/Application.php on line 1534
[Sat Aug 12 02:21:28.993810 2017] [php7:notice] [pid 20352] [client :14302] PHP Notice: A non well formed numeric value encountered in /var/www/zephyr/library/XenForo/Application.php on line 1534
/**
* Gets the current memory limit.
*
*…

Its Dezi
- 41
- 3
4
votes
0 answers
Insert text to xenforo editor with redactor api
With document.ready event I want add a string = 'bla bla bla' to redactor editor in xenforo
i'm try
$('#ctrl_message_html').redactor('set', 'Your text goes here');
$('#ctrl_message_html').redactor('inserttext', 'Your text goes here');
but it don't…

user2169679
- 201
- 1
- 2
- 5
3
votes
0 answers
How to use XenForo's caching mechanism in add-on?
I'd like to reuse XenForo's internal caching features within the add-on I've written for it. More precisely, I want to cache some string I am outputting within a 'template_hook' listener code.
I tried to let the listener class extend several…

Sebastian Zartner
- 18,808
- 10
- 90
- 132
3
votes
1 answer
Xenforo 1.4.5 Icon Error
I am trying to assign some of the new 4.3 icons to my forum nodes.
Here is the forum link: enter link description here
The problem I am having is the older icons show up just fine, but the new icons show up as a square white box.
Here is some…

Kosuki07
- 31
- 2
3
votes
2 answers
How to get checkboxes to repopulate using xenforo options
Im using the following function in XenForo and the checkboxes are created for each node and the chosen options are saved in the db, but when the option is reloaded, the saved values are not being repopulated in the form.
Option:
3
votes
1 answer
Change where the browser thinks the top of the page is?
I couldn't think of a good title, sorry!
I have a website, with a floating (fixed) navigation/header bar. This works fine, however there are several anchors on the page, which allow for quick navigation and/or direct permalinking.
The issue arises…

Liam W
- 1,193
- 1
- 26
- 46
3
votes
1 answer
2
votes
0 answers
Getting an error when trying to make a resource thread with Xenforo
I've been looking for an answer and I can't seem to find it so I'm asking here.
I'm currently using Xenforo v2.2.7 patch 1 and the plugins I'm having trouble with is [XFA] RM Marketplace 4.3.4 and XenForo Resource Manager 2.2.3. When I try to make a…

AlphineGhost
- 23
- 1
- 1
- 7
2
votes
1 answer
Xenforo on Azure App Service (Linux) performance issue
I'm trying to install Xenforo (Forum software) on a Linux Azure Web App (App Service) which has been setup with:
PHP 7.2
Premium P1V2 Plan
It's also connected to an Azure MySQL Database (Version 5.7) with Basic 2 vCore (5 GB).
Xenforo version:…

ALFA
- 1,726
- 1
- 10
- 19
2
votes
1 answer
XF 2.0 Admin panel path change
2.0 Library is Empty How to change Admin Panel Path?
Or
hello is there a way to rename the route from admin.php to something else? if so is there a video i can watch or do so i can rename it please?

Khalid
- 31
- 4
2
votes
0 answers
xenforo login authentication software
I want to create a third party login application and for that I need to match the hash of password to the one entered by the user. as far as I know xenforo use
sha1(sha1(password) . salt)
or:
sha256(sha256(password) . salt)
but how can I achieve…

Utsav Singh
- 31
- 3
2
votes
0 answers
FastCGI: incomplete headers (0 bytes) received from server caused by idle timeout
Hi guys im having this issue on my server i get
Internal Server Error
afther i reach more than 550 users online on my xenforo forum im owning a powerfull Dell PowerEdge R530 server it comes w 32 core Xeon and 30 GB ram 2 TB SAS HDD.SO: Debian
this…

Tokio_Alive
- 21
- 1
- 3