Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,348 topics in this forum
-
- 8 replies
- 393 views
Hello, I am looking to change hosts from the one I am currently on however I would like to move my database to the other host and before I do it I would just like to make sure I have a few things correct. So I've exported my Database onto my computer (everything seems to be there) so would I just import that using myPHPadmin on a blank database then install the forums to using that database and keep all my things from old forums? >_<
Last reply by 3DKiwi, -
- 3 replies
- 395 views
Hello Is it possible to use Nginx as front end of Apache and xcache under Suphp? Thank you
Last reply by Bono, -
- 4 replies
- 332 views
Hello Using mysqltuner i got the above recomendations: 1) Total fragmented tables: 13 2) Query cache is disabled 3) Sorts requiring temporary tables: 95% (1M temp sorts / 1M sorts) 4) Thread cache is disabled 5) Table cache hit rate: 0% (64 open / 47K opened) 6) Table locks acquired immediately: 93% And as recomendations i got: General recommendations: Where are those variables to adjust? Thank you Run OPTIMIZE TABLE to defragment tables for better performance Enable the slow query log to troubleshoot bad queries Set thread_cache_size to 4 as a starting value Increase table_cache gradually to avoid file descriptor limits Optimi…
Last reply by ASTRAPI, -
- 0 replies
- 215 views
Hello I am ready to try this configuration: Nginx as front end of Apache and xcache and i want to ask if you think that is good configuration for a big forum? I found about xcache: and start causing you problems because if your temp directory is full your site will act like the hard drive is full in other words every time it needs to do something even just making a post you'll get an error cause it doesn't have the room in the temp directory to work like it's supposed to. How can i do that? Thank you
Last reply by ASTRAPI, -
- 2 replies
- 308 views
Hello I found the Mod by Prolag about sphinx and i want to ask please about what is the newest version of sphinx that works for Ipb v2.3.x with that mod? Do i have to be care after installation to get it work without any problems? I want to use also the method live updates Delta runing every minute. Thank you
Last reply by ASTRAPI, -
- 1 reply
- 424 views
Hello I want the easiest way to convert my database from latin1 to utf8 and what other settings i must do to my system ex:php.ini , my.cnf to have full utf8? Thank you
Last reply by MindTooth, -
- 1 reply
- 212 views
Hello I was wondering for huge forums do you use special partitioning on the disk for better performance and if the difference is very big. For example: /var 50gb /usr 50gb /root 50gb /tmp (/dev/shm : 10 GB) /swap 16gb /home the rest of the disk Or you use the disk with the default installation from Datacenter? Thank you
Last reply by Bono, -
- 14 replies
- 450 views
Hello! I´m trying to duplicate a forum board. I have copied the folder and it´s content of the original forum and renamed it as forum2, I´ve also renamed the database and imported it for forum2. This is the error message I´m getting. What have I done wrong? Fatal error: Uncaught exception 'Exception' with message 'Could not initiate the registry, the settings cache is empty or missing' in /home/xxxxxx/public_html/forum2/admin/sources/base/ipsRegistry.php:1683 Stack trace: #0 /home/xxxxxx/public_html/forum2/admin/sources/base/ipsRegistry.php(498): ipsRegistry->setUpSettings() #1 /home/xxxxxx/public_html/forum2/admin/sources/base/ipsController.php(75): ipsRegistry::i…
Last reply by MindTooth, -
- 1 reply
- 200 views
Hello, Has anyone on this board done table partitioning to improve performance? I have theoratical knowledge about table partitioning but never attempted it so far. I want to parition the existing 'member' and 'post' tables to get first-hand experience with partitioning mysql table. So, if anybody has already done this can come forward to share their experience. Would be very helpful for myself and others. Thanks in advance.
Last reply by ref_san_atom, -
- 1 reply
- 163 views
Hi, I used to have some code on my site that allowed me not to have to update the date in my copyright line on the bottom of my website. I had some cgi code in the date that replaced the second value with code to automatically update the present date, but can't remember how to do it. ex ---> (2001-code?) I'm updating some pages right now and want to fix the copright - but only once. :D
Last reply by Mat Barrie, -
- 2 replies
- 536 views
Since I've converted to IPB from VB I've been getting this error from time to tome Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 791 bytes) in /home/mysite/public_html/forum/admin/sources/classes/bbcode/core.php on line 856 How can I fix this?
Last reply by rct2·com, -
- 6 replies
- 596 views
Hi, what is doing xCache and what is doing memcache if both are enabled in global_conf.php? for sure xcache is caching php code what is doing memcache in that time? Are You using both? What is the impact on the server? Regards YacentY
Last reply by crafty55, -
- 6 replies
- 316 views
Hi everybody! I'm upgrading to a VPS hosting and would like to know some info about VPS hosting that I don't know... I'll install 10 IPB forums with some add-ons aproximately... The busiest board I have in this moments is a 100.000 messages and 15.000 users with 50-100 simultaneously, the others are starting so the databases and traffic are small at this moment... I've seen RAM guaranteed and RAM burstable, which is the difference and in which of both is most important ? Another thing I have seen is the given Private IP Adresses... what advantage has an IP Address ??? what does this mean is it speed way, is this better for the google spiders ??? If the reccomm…
Last reply by crafty55, -
- 3 replies
- 254 views
Hi, I am trying to enable Memcache on my server. So ive installed memcached, and lauched the server on localhost:11211 Added the php5-memcache module to apache2 And added in conf_global.php $INFO['use_memcache'] = '1'; $INFO['memcache_server_1'] = 'localhost'; $INFO['memcache_port_1'] = '11211'; I dont know if my cache is working well, i just have : Used Cache Size 180.7 KBytes Hit Rate 21.08 cache requests/second The problem is that my skins are not working, ive tried to recache all the skins, and rebuild all the cache. Still not working Thx if somebody have an idea
Last reply by Nickaard, -
- 2 replies
- 368 views
The folder hierarchy and file naming convention totally escapes me - i realize there is a great deal of abstraction but what would help me immensely to get familiar with the site is to get to know from the back end what each and every file's purpose. I would like to see a something more than a terse phrase for each file in every folder of the hierarchy ( images are obvious ) FOLDER - general description & purpose -- FILENAME - general description & purpose -- FILENAME - general description & purpose -- FOLDER - general description & purpose --- FILENAME - general description & purpose Or even if at all possible an excell spread sheet…
Last reply by rct2·com, -
- 3 replies
- 358 views
I have apache deflate enabled on the server so should I disable GZIP encoding in ACP ?
Last reply by Will Munny, -
- 0 replies
- 230 views
Hello, Do You know what are and what is the source of "D" processes in the htop application? Recently I had notticed that in the peak time from time to I get about 10 to 30 mysql processes marked as "D" - then load goes from 20 to 40 and when D processes are runing only 4 processes are active and CPU usage is about 50-60% then just after the ammount of D processes goes to 0 then I see about 90-120 active processes and CPU usage is 100% on every core of QUAD processor. What could be done to avoid these "D" processes. Have You notticed such problem? I read that it could be caused by huge disk access needs by mysql process, but during this time - mysql disk access i…
Last reply by yacenty, -
- 4 replies
- 1k views
A very frequent topic discussion that I see come up involves resource usage. Questions like "My server isn't responding well" and "What can I do to improve performance" are very specific, but often times there are general guidelines you can follow that can help a lot. We've decided to open a forum dedicated to optimizing your site, your server, the software on your server, and the like. Use this forum to ask specific questions about how to optimize Apache, why your processlist seems to be showing some active processes that shouldn't be, and so on. To start the discussion off, note that there are already some articles available here that can help you tune your site. …
Last reply by bfarber, -
- 6 replies
- 422 views
Hello guys! I just bought new server which is unmanaged. I have everything that i need to run ipb 3.0.x but everything is with default values. So i would love to hear some tips on how to optimize apache, what modules to install, what to do with php like should i use some php accelerator... :) Why am i asking this? Well on my previus server which was managed, page load time for portal was 0.18 sec, and now it is like 0.5-0.7sec so i would love to what ever i can to speed that up a bit.
Last reply by Will Munny, -
- 1 reply
- 272 views
Hello ! :) My new server'name is ns6998.ovh.net and the hostname and DNS have been configured this way by a server management company : ns1.enseignants-du-primaire.org 91.121.126.84 ns2.enseignants-du-primaire.org 91.121.127.84 Please go to your registrar and register the following dns. If you'd like for us to do this for you please provide us with your registrar's login details. The hostname has been changed to server.enseignants-du-primaire.org Please also ask your datacenter to update your Reverse DNS entry at their end as follows 91.121.126.84 server.enseignants-du-primaire.org As for the reverse DNS, I know how to do it. But I don't understand very well what …
Last reply by Keith J Kacin, -
- 1 reply
- 156 views
Hello ! :) I'm sending an email to all of my board's members using the ACP bulk mail tool. I've sent 79 750 emails up to now and there are still 2 949 emails to be sent (50 each minute). So it's nearly finished I think... But : - I received many emails saying "Mail delivery failed : returning message to user". - I also received emails saying : "Email queue size alert - The exim delivery queue size is 3013". Since I don't know anything about all this (I'm reading about it at the moment anyway), I would like to ask you a few questions : - Should I delete all the messages in queue ? - Do you think the messages in queue correspond to non valid email adresses ? - Ho…
Last reply by rct2·com, -
- 2 replies
- 240 views
Hi I asked in the ipboard forum and didn't get much response, and no solution... so I am hoping you can help. Live board was copied and placed on a test server running Apache 2 on Linux (Cent OS), php 5.2.11, MYSQL 5.0.86 The board basically works, the only problem seen so far is that the sidebar on the main index is not displaying. The space is there, the minimise button is there (and works) but the content isn't. The column is blank except for the button. Just now there is no obvious clues as to if it is server config (which has changed in respect of the forum) or invision board configuration. The template contents for the sidebar is there. The obvious thing wou…
Last reply by teraßyte, -
- 11 replies
- 602 views
Hello ! :) I'm going to change server and I wonder if IPB works well on 64 bits server or if it's better to use a 32 bits server... Can you tell me about it ? Thank you ! :)
Last reply by SecondSight, -
- 3 replies
- 510 views
Hi looking for a way to prune back my database as ive just noticed from within my host its reached its limit of 114 MB & says "your database has now reached its limit & is write protected" :o so what happens now.? is 114 MB big for a forums database..? i dont have a very busy site & prob only get 2 dozen new posts per day if i delete old posts will this bring it down.? or is there some other way thanks for any help.
Last reply by Alex K., -
- 5 replies
- 396 views
Hello, I am experienced web programmer and quite new to IPB. As I have to modify some conversion scripts and develop some custom applications, I need API. Where can I get it? My actual question is, how to temporary change sql_tbl_prefix in the script? I need to change the sql_tbl_prefix only once while conversion to get data from the tables with another prefix. I do not need new DB connection, as there is the same DB, but just another table prefix. Once I've got the data I will reset the prefix back to default. I would not post this question here, if I had API :) Thank you, Sonya ipsRegistry::DB('mykey')->?????
Last reply by Sonya*,