# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Forum performance
|
15 Relevance |
8 years ago |
Robert |
How-to and Troubleshooting |
|
I sent you The log in details per e-mail.
We fixed most of issues. There was conflict with Auto-optimizer plugin. Please make sure you don't have plugins which conflicts with wpForo (ignore SEO plugins). All list is here:
However The main problem comes from your server. It's in very bad condition and it can't work well with your website. i think The resources are very weak or website is heavy. You should change your hosting service or make it more powerful. We're getting internal 500 server error on each second page load. it doesn't mean you're in Dashboard, on front-end or on forum page. Your server can't perform this site requests, it's to weak or incorrectly configured.:
wpForo works fine and fast if The cache plugin is disabled. I think The cache plugin tries to work with server with mod_fcgid of your server. It doesn't work well and The cache plugin becomes slower and gets stuck. |
|
RE: 504 Error when publishing a message
|
15 Relevance |
6 years ago |
maxelio42 |
How-to and Troubleshooting |
|
I thought that The time necessary for POST SMTP to treat a large quantity of emails and send Them to The SMTP server could be a part of The problem, and so that this problem could find a solution locally (perhaps a SMTP plugin more efficient or a CRON service, or a parameter to change in WPForo), am I wrong?
Concerning The SMTP route, I don't know, I suppose I should ask my provider (INFOMANIAK)...
You talk about a "slow way", do you know faster ways to send this notification emails, that could solve my issue?
And by The way, how is THIS forum managed concerning The sending of These emails? |
|
RE: I have a really BIG SMF forum... so...?
|
14 Relevance |
4 years ago |
Robert |
SMF |
|
@diegolyanky, The Go2wpForo tool will do that, but it may take one or more days. The attachments should be copied to The correct place. in most cases, SMF stores attachments without extensions, so They are corrupted when you download and upload using some FTP client. Make sure The transfer type is set "Binary" when you do that. If The attachments are located on The same server, just move Them without downloading and uploading.
If The migration stops, just refresh The page, and it'll continue from The stopped point. |
|
Call to member function error???
|
14 Relevance |
3 years ago |
TRWL |
How-to and Troubleshooting |
|
My forum is behind a paywall, using Membermouse, so you won't be able to look at it, but I was getting help from Membermouse and They ran a diagnostic to see if They could find The origin of some random 504 errors I was getting while testing my forum set up (they aren't fatal, They just need a refresh), and he found this instead:
12-03-2022 18:47:18 (likely GMT -0700)Uncaught Error: Call to a member function get_option_items_per_page() on null in /home4/debfillm/public_html/thereasonwelearn/wp-content/plugins/wpforo/wpforo.php:796Stack trace:#0 /home4/debfi ... |
|
RE: 504 Error when publishing a message
|
14 Relevance |
6 years ago |
Robert |
How-to and Troubleshooting |
|
@maxelio42 and @anonymous20
When you submit The post wpForo calls wp_mail() function for all subscribers, There is no any delay in wpForo core, The whole delay come from wp_mail(). So when you click on submit button you have to wait wp_mail() function. Submitted form and The page cannot be refreshed until all emails are not sent via wp_mail() function. This is The 90 sec delay point.
wp_mail() delay based on hosting email server and on other plugins which hook this function and do something with email sending processes. The problem fixing points is one:
1. Don't call wp_mail() function for all subscribers when post is submitted. Call it partial using cron-job or some other solution.
If you could find other solutions please post it here.
Thank you! |
|
RE: 504 Error when publishing a message
|
14 Relevance |
6 years ago |
Anonymous20 |
How-to and Troubleshooting |
|
That make some sense, but even so it is a hosting problem. A slow "way" to send emails. Smtp sends directly The emails or routes Them to a mail server ? |
|
RE: WPforo does not show in origina community slug -and short code looks super wierd.to work just fine
|
13 Relevance |
1 year ago |
glut |
Bug Reports |
|
Dear @sofy
it still does not work. i used The short code with elementor short codes as well as dircetly inserted when The page is created but it still does not work. if it is a problem with short code, community slug should work atleast. but it does not work as well. i used to work fine for few hourst but it suddenly stoped, i deactive all The plugins and keep elementor and wp foro only it yet still The problem exist.
here are my server details
erver architecture
Linux 4.18.0-513.24.1.lve.el8.x86_64 x86_64
Web server
Apache
PHP version
7.4.33 (Supports 64bit values)
PHP SAPI
litespeed
PHP max input variables
1000
PHP time limit
30
PHP memory limit
128M
PHP memory limit (only for admin screens)
256M
Max input time -1
Upload max filesize
32M
PHP post max size
32M
cURL version
7.87.0 OpenSSL/1.1.1w
Is SUHOSIN installed?
No
Is The Imagick library available?
Yes
Are pretty permalinks supported?
Yes
.htaccess rules
Custom rules have been added to your .htaccess file.
Current time
2024-06-14T03:05:01+00:00
Current UTC time
Friday, 14-Jun-24 03:05:01 UTC
Current server time
2024-06-14T03:04:57+00:00
Kindly help me with this. im also planning to buy some wpforo addons to improve The user experince. but if it is keep crashing i dont think it would be a good idea. |
|
RE: 502 bad gateway. Problem with log in
|
13 Relevance |
5 years ago |
Anonymous20 |
How-to and Troubleshooting |
|
This 99% of The time is a hosting problem. Usually a slow server or database, a dns problem and many others all related to hosting.
Sometimes it is plugin problem.
What do your hosting company says? There is a lot of information about Wordpress and that error on The net. |
|
RE: sub-forum / slugs showing empty page after migration to new server
|
13 Relevance |
10 months ago |
ITSupport |
How-to and Troubleshooting |
|
I'll share resolution:
Elementor was unable to identify The currently used page. I removed The unnecessary /index.php from The URL permalink structure, and everything is now working fine. The entire website is functioning correctly.
P.S. You still need to remove /index.php from all custom manually written URLs.
====== in WordPress, The /index.php in The URL typically appears due to The way permalinks are configured. Here are a few reasons why it might be There:
1.
Permalink Structure: If you see /index.php in your URLs, it might be because your permalink settings are not configured correctly. By default, WordPress uses a URL rewriting system that hides /index.php, but if this isn’t set up correctly, you might see it.
2.
.htaccess File: WordPress uses an .htaccess file to handle URL rewriting. If this file is missing or incorrectly configured, /index.php might show up in your URLs.
3. server Configuration: Your server might not support URL rewriting or might not have The necessary modules enabled. For example, on Apache servers, The mod_rewrite module must be enabled for pretty permalinks to work.
4.
Custom Permalinks: If you’re using a custom permalink structure or certain plugins, They might require /index.php to be part of The URL.
Hopefully this will help. Thanks for The support GV team |
|
RE: Where do you store user uploaded files/images? Server or External storage?
|
13 Relevance |
1 year ago |
Sofy |
General Discussions |
|
The data is stored on The server, not on external services.
If a forum member upload HD images or big files, thats going to hurt The server.
You can limit The uploaded file size using The "Maximum upload file size" option. It's located in The "Posting & Editor Settings" tab in each board settings section. |
|
Where do you store user uploaded files/images? Server or External storage?
|
13 Relevance |
1 year ago |
Roel Developer |
General Discussions |
|
Do you guys just store user uploaded images/files in The server or in external service like Amazon S3?
If a forum member upload HD images or big files, thats going to hurt The server. |
|
RE: Stop server looking for 'discussions that may have what you're looking for'
|
13 Relevance |
2 years ago |
JorgeW |
How-to and Troubleshooting |
|
Hi @vanessa,
I tried The hook on our forum and it does indeed prevent suggestions from being displayed, however The server is still "Working..." looking for Them. Does this happen on your forum?
Hi @robert,
Is There a way to avoid this server load at all?
Thanks |
|
Stop server looking for 'discussions that may have what you're looking for'
|
13 Relevance |
2 years ago |
vanessa |
How-to and Troubleshooting |
|
Is There a way to stop The server from doing work as a user types The title to try and show The dialog that shows 'discussions that may have what you're looking for' that shows up as a user enters a title?
I know I can hide it by setting
.wpf-suggested-topics-list {
display: none!important;
}
But I'd like to avoid The server doing any work at all to calculate this.
We have a fairly busy forum, and want to streamline this. |