Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,350 topics in this forum
-
- 1 follower
- 1 reply
- 427 views
Hello ! I'm using Apache Prefork MPM on my server (Centos, 12 processors, 64 Gb ram) but I don't know if Prefork MPM is appropriate for my server which is used only for two Invision Power Community suites. I read this about Prefork and Worker but I don't understand what it means exactly : What should I use in your opinion : Prefork or Worker ? Will it make a difference if I use Worker instead of Prefork ? Thank you !
Last reply by ASTRAPI, -
- 1 follower
- 0 replies
- 249 views
Hello, long time ago i moved datastore to tmpfs, and while that should be fast i wonder if i can gain any performance moving it my ideas are MySQL or a temporary MySQL table, but the last option would have locks What do you people think, anyone tried?
Last reply by Luis Manson, -
- 7 replies
- 486 views
I'm currently reviewing my hosting. My site atm is on a KVM SSD VPS with the following specs: CentOS 6 4 Cores 4GB Memory 80GB SSD Storage 4TB Data I'm wanting to move to CentOS 7 but not sure whether the current specs are an overkill or not. That and should I look at a OpenVZ VPS solution rather than a KVM? What are others running and what's your server load like?
Last reply by IveLeft..., -
- 1 reply
- 341 views
hi, i've just upgraded tot PHP 7, my wordpress is OK but not my IPS4 look like this
Last reply by Rhett, -
- 1 follower
- 36 replies
- 962 views
I'm just moved my site on a semi-dedicated hosting plan with 2 CPU cores, 3 GB of RAM, 10Mbps IOPS and 60 concurrent connections (it's not a VPS, it's a shared plan for sites that have high resource needs), but my forum is still not loading fast. It's true, I have a slider with the latest gallery images on the homepage, but even so, I was expecting faster speed on this new hosting plan. Can any of you help me improve my forums' speed?
Last reply by m@t, -
- 1 follower
- 8 replies
- 360 views
Before switching from http to https we doing some test so, i want my Website to be accessible as well with http as https. Currently the Website is working fine with http://recifalnews.fr, but with https://recifalnews.fr the webpages are not fully with https. The ‘https’ page contains some menus and images url, for example, with the ‘http’ protocol. The page content is supposed to use the same protocol as the calling page : http when calling with http and https when calling with https. Another possibility is to have all the pages starting with / (without prococol or domain). How to do have http & https working properly?
Last reply by opentype, -
- 1 reply
- 307 views
I'm trying to install Polish language on my forum, but there seems to be a problem with locale code. My hosting provider claims it should be pl_PL.UTF-8, but it doesn't work. Any ideas?
Last reply by Michal Mroz, -
- 10 replies
- 484 views
i'm currently running my board in 4.1.14.1 i use php 7.0.10 and mysql 5.6.30, after installing php 7 memcache was not able to works i have switched back to no caching, as now i have to wait for it to be ok : but he remaining question is what i gain from switching from File Systems ( i using this for now) to Mysql database, did i need to take care of details, pay attention in certain settings ?
Last reply by m@t, -
- 7 replies
- 444 views
Hi, im french How to install a plugin in my IPB AC ? i have upload a file in my Filezilla, and i dont install plugin where is in AC? please
Last reply by MADMAN32395, -
- 1 follower
- 8 replies
- 371 views
Hello ! I've just upgraded to version 4.1.14 and now I'm getting errors : I also have this message in the ACP : I already have memory_limit set to 128 M. Should I set it to 256 M ? Thank you !
Last reply by ASTRAPI, -
- 2 followers
- 15 replies
- 842 views
Is file data storage or mysql best. also i have installed memcached on server but cant select it in ipb admin,box is there & not greyed out but cant select anything but no caching. Is there anything else i need to do to use memcache
Last reply by The Old Man, -
- 2 followers
- 2 replies
- 265 views
Hello ! My mysql slow queries log file is full of lines like these ones : Is there a solution to this problem ? Thank you !
Last reply by SecondSight, -
- 2 replies
- 347 views
Researchers have discovered a serious security vulnerability in the Transmission Control Protocol (TCP) used by Linux since late 2012 that allows attackers to compromise users' internet communications remotely. According to a research study published by researchers from the University of California, Riverside, the flaw could potentially be used by threat actors to "launch targeted attacks that track users' online activity, forcibly terminate a communication, hijack a conversation between hosts or degrade the privacy guarantee by anonymity networks such as Tor." Although most internet users do not use Linux directly, the software does run on internet servers, And…
Last reply by ASTRAPI, -
- 0 replies
- 251 views
Hi all, I have the following query appearing very frequently in the slow query log: # Time: 160819 19:41:51 # Query_time: 0.565665 Lock_time: 0.000026 Rows_sent: 1 Rows_examined: 246907 # Rows_affected: 0 SET timestamp=1471653711; /*??*/ SELECT ipb_id FROM `convert_link_topics` WHERE foreign_id=56575 AND ( type='topics' OR type='forums_topics' ) AND app=2; I realize that 0.5-0.7 seconds isn't a huge deal, but it is somewhat more important because of the frequency. I'm interested in what this table does for one thing. Another item is that it appears this query isn't using indexes properly. Notice that it is examining about a quarter mi…
Last reply by Ghan, -
- 0 replies
- 350 views
Hello. I'd like to enable friendly urls, but i already have a .htaccess. which runs important rules for my external website. Combining it doesn't work. My current code: Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule ^([a-z0-9\_\-]+)\/([a-z0-9\_\-]+)/?$ index.php?action=$1&sub1=$2 [NC,L] RewriteRule ^([a-z0-9\_\-]+)/?$ index.php?action=$1 [NC,L] I made it to work for the whole website and forums except ACP. Going to /admin/ ends with The page you requested does not exist. How can I make it to work?
Last reply by Michal Mroz, -
- 1 follower
- 3 replies
- 254 views
Greetings! So I've been doing some looking around at our board's performance and one of the things I've noticed comes from the slow query log. I see queries like this appearing frequently in the slow query log: SELECT msg_id FROM `core_message_posts` WHERE msg_topic_id=1269 ORDER BY msg_date desc LIMIT 0,1; When I run an EXPLAIN against this query, the engine returns a very reasonable result that makes me wonder why it is appearing in the slow log (> 10 seconds needed for execution). However, the slow log tells a completely different story: # Query_time: 11.201518 Lock_time: 0.000019 Rows_sent: 1 Rows_…
Last reply by RevengeFNF, -
- 1 follower
- 1 reply
- 223 views
Hello ! I have this error on my boards : [[Template forums/front/index/forumRow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Running the support tool doesn't fix it. According to support, the problem looks to be that mbstring that is on the system at the moment does not support the charset within my database. html_entity_decode(): charset `utf8mb4_unicode_ci' not supported, assuming utf-8 Does someone know how to fix this, or a way to get rid of this error ? I use WHM/Centos 7. Thank you !
Last reply by SecondSight, -
- 1 follower
- 4 replies
- 401 views
Hello ! Yesterday, my server stopped working... It freezed (I no longer had SSH access, etc.) and when I rebooted nothing worked... Then I rebooted in rescue mode and it was impossible to mount partitions... I asked my server management company to have a look but they didn't manage to have the server back online... So, I decided to migrate my community to a new server : partition server, re-install files and database, fix a few errors, and I I thought I had made it. But if the index page shows the list of topics, when I click on a forum link or a topic link, I get a blank page : http://forums-enseignants-du-primaire.com/ Can you help m…
Last reply by SecondSight, -
- 2 followers
- 2 replies
- 367 views
Hello ! I've moved my board to a new server. Now I can no longer login to the ACP. I get this message : My Name is André and it appears like this : André How can I fix this ? Thank you !
Last reply by SecondSight, -
- 1 follower
- 7 replies
- 641 views
Hey everyone, I'd like to know how you handle your site backups, because I need to figure something out for my site. My main site is secured with BackWPup by the german company MarketPress (I can recommend this plugin for everyone who's running a WordPress site. Happy to hear from you!
Last reply by ASTRAPI, -
- 1 reply
- 368 views
Hello IPB community I hope with this topic to explain the basics on how we can plan everything related to end up with a super fast forum ! After telling you something very common that you must not use many addons and try to not use resources from other pages as that will cause delay on loading we can go forward Lets start with VPS servers: We must know what kind of hardware the provider is using and what kind of network connection and the limits that they may have.... Users look for example: typical vps setup company 1: 1vcore, 1gb ram, 20GB disk, 1000Mbit connection shared 10$ typical vps setup company 2: 1vcore, 1gb ram, 20GB …
Last reply by IPSIntNewb, -
- 1 follower
- 4 replies
- 309 views
Hi, I have been using IPS Cloud Hosted since 2012. While I am satisfied with the service, I am paying U$70 a month just to use a Forum (I don't use any other plugin)... with 2-3 months payment I can buy a license to host the forum on a much cheaper place. My question is: Is it easy to do? Is it usually a smooth change? Does IPS offer this kind of migration service? To give you a background on my knowledge, I am the IT guy of a service provider, but while I can do anything related to infrastructure (routers, servers, etc) and have little knowledge on SQL and PHP. Thanks Rafael EDIT: I already ran the tool to test if my server is suitable to run I…
Last reply by Boomer12, -
Hi peoples I have memcache installed on my server, but how do i go about configuring it tow work beautifully alongside IPB ? memcache memcache support => enabled memcache.allow_failover => 1 => 1 memcache.chunk_size => 8192 => 8192 memcache.default_port => 11211 => 11211 memcache.default_timeout_ms => 1000 => 1000 memcache.hash_function => crc32 => crc32 memcache.hash_strategy => standard => standard memcache.max_failover_attempts => 20 => 20 Registered save handlers => files user mm memcache I'm not advaned or intermediate in this so please be patient
Last reply by scatteredbomb, -
- 1 follower
- 0 replies
- 162 views
In Google webmaster Tools , i have a lot of 404 errors with the url of the forum with double bar... (ok, but urls works perfectly) www.website.com/forum//topic/12345-comment-in-forum Any idea about this? In conf_global I have: $INFO['board_url'] = 'https://www.website.es/forum'; In forum .htaccess I changed RewriteBase /forum/ for RewriteBase /forum
Last reply by pequeno, -
- 1 follower
- 8 replies
- 524 views
Hi! in past i've used APC cache+opcache, but now i've switch to php 7, and with this seems to exist some problem with apc and ipb. i can downgrade (via cpanel/phpselector) to 5.6 and come back to apcu+opcache, or xcache+opcache, but... can i use "only opcache" with php7 and enable in ipb? if i have fine understood, opcache, if exist, exist also for ipb and nothing is required in ipb panel. but.... i need to setup as database? filesystem? and, in cache system, i need to setup "none" in cache system? php 5.6 (+opcache): php 7.* (even, + opcache): is best one or other? thanks in advance, S.N…
Last reply by m@t,