Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,349 topics in this forum
-
- 2 replies
- 191 views
A little question ... when (or with which frequency) do you suggest to run this process? Because i think that is a very intensive process , or not?
Last reply by Matteo Sacco, -
- 1 follower
- 9 replies
- 587 views
Apparently IPB4 does not want to work with HHVM. It works fine on php5-fpm. This is what I get in the error log: Fatal error: Uncaught exception 'BadMethodCallException' with message 'Call to a member function fetch_fields() on a non-object (boolean)' in : Stack trace: #0 /home/forge/forums.animekyun.com/system/Db/Db.php(391): mysqli_stmt->store_result() #1 /home/forge/forums.animekyun.com/system/Db/Db.php(622): IPS\_Db->preparedQuery() #2 /home/forge/forums.animekyun.com/system/Session/Front.php(274): IPS\_Db->replace() #3 (): IPS\Session\_Front->write() #4 (): call_user_func() #5 (): __SystemLib\SessionForwardingHandler->write() #6 (): session_write_cl…
Last reply by ASTRAPI, -
- 2 replies
- 297 views
Is there a way to change the color of the pips to the color of the members group? I have seen this on other types of forums but just can't figure out how to do it on here.
Last reply by ZackL, -
- 1 follower
- 1 reply
- 244 views
I am using apache/mysql and thinking of moving to another server which uses LiteSpeed. They say LiteSpeed is an in-place replacement for apache but can IPB4 work with LiteSpeed out of the box? Anyone with hands-on experience on the matter?
Last reply by ASTRAPI, -
- 1 reply
- 213 views
So the attachment at the bottom does not import images, but it can import video from youtube and other website, it just does not import images. Has anyone else had this problem, and how do I fix it?
Last reply by broni, -
- 1 follower
- 3 replies
- 397 views
Someone keeps adding files into my forums root directory. I received emails from google and another country about phishing going on. I deleted all the suspicious files and folders and even turned the forums offline, in case there is an exploit related to actual posting or uploading or searching or whatever else. What else can I even do? So far no response from IPS, no response from my host, my host's support system is ridiculous, with buttons not even submitting tickets (until I finally found another place to submit from) and the password reset doesn't even work so I can't change my password sicne I don't remember my old one (I had it stored in the browser). This is a rea…
Last reply by Midnight Modding, -
- 0 replies
- 399 views
http://arstechnica.com/security/2015/07/major-flaw-could-let-lone-wolf-hacker-bring-down-huge-swath-of-internet/
Last reply by sasiko, -
- 0 replies
- 241 views
I have set 2GB to memcached to run IPS 4. The system is using all of it. How much RAM does IPS 4 needs not to hit the limit?
Last reply by sobrenome, -
- 1 follower
- 0 replies
- 319 views
Hello ! I've installed mod_security on my server. I'm afraid it may prevent people from using my board (it did a few years ago). For instance, I have dozens and dozens of line like this one the logs : Can you tell me how to prevent "false positives" (so to say) so that mod_security is compatible with IPB ? Thank you !
Last reply by SecondSight, -
- 6 replies
- 395 views
i have got the following mail from my webhost - Seeking help to make things secure... Thank Regards Saurabh This is a notice to make you aware of load problems on your container. Our monitoring system has clocked your vps load running much higher than average. This maybe something benign or a sign of a serious issue such as hack or ddos attack. In any case, we suggest that you take measures to look into this. If you have any questions do not hesitate to contact us.Server Version: Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4Server Built: Apr 23 2015 22:07:05__________________________________________________________________________________…
Last reply by IveLeft..., -
- 1 reply
- 260 views
using nginx i get bad gateway and upon checking fpm log i get this [23-Jul-2015 08:29:47] WARNING: [pool keiko] child 45773 exited on signal 7 (SIGBUS) after 109.507647 seconds from start [23-Jul-2015 08:29:47] NOTICE: [pool keiko] child 46307 started ive enabled coredump but for some reason it didnt produce any log, i made sure to restart fpm on fpm i have this commented rlimit_core = unlimited [root@server ~]# ls -l /tmp/core* ls: cannot access /tmp/core*: No such file or directory server services totally are commited of 27GB memory while my total memory is 32GB
Last reply by sasiko, -
- 1 follower
- 6 replies
- 323 views
My site is in trouble with server load reaching 9 for 4 cpu's Please suggest basic as well as advanced steps to take forward for reduction of server load and also the steps to analyse and make server secure... I am using VPS service...
Last reply by Makoto, -
- 1 follower
- 2 replies
- 289 views
Hi, I am currently upgrading my forum to 4.0.10 from 3.4.x. I performed this upgrade in my local machine once to simulate the upgrade. However, I was wondering if the forum could be moved from innodb to MyISAM. My forum's DB is almost 4GB and even I've read and I've been told that working with InnoDB could be a nightmare if my dedicated server is not powerful enough. Mine, indeed, is not that powerful and my sysadmin told me that could be tough to manage. Currently my forum sometimes was having DB issues and had to execute mysqlcheck and that kind of jobs almost daily. InnoDB is supposed to be quite tough when table corruptions are occurred. I was wondering if it was poss…
Last reply by Lukeroge, -
- 1 follower
- 8 replies
- 343 views
I'm trying to enable Xcache to speed up my site a little more but I can't seem to get it to work. As soon as I upload the 'constants.php' my site throws errors. Can't even hit the "continue" to finish it off. I'm not sure if it's my server configuration (and if it is I have a dedicated server so I can adjust) or if there is something else going on. The error it throws: And when I look in my log file this is the error that it's throwing: I'm not uber familiar with Caching, in fact this is the first time I've even tempted to set it up (but after reading about it I figure it would be good to try).
Last reply by Tracy Perry, -
- 6 replies
- 534 views
My forum can be found at http://www.darkvault.co and is running IPB v4.0.10.2. I am getting the error code EX2 and cannot find any documentation online to help me resolve this issue. Does anyone have any knowledge as regarding how to troubleshoot/resolve this issue? Thanks!
Last reply by Saurabh Jain, -
- 1 follower
- 0 replies
- 237 views
Hi, Please can you advise a rusty PHP noob on the following? I'm trying to make sure I do this correctly. I'm trying to use a function to clean and make safe my URL or Post strings, for use in a query on the next PHP page. <?php function cleanString($string) { // remove any HTML tags from the string that is invalid or not allowed $name = filter_var($string, FILTER_SANITIZE_STRING); // HTML-encode special characters like quotes, ampersands, and brackets (in addition to characters with ASCII value less than 32). $name = filter_var($name, FILTER_SANITIZE_SPECIAL_CHARS); return $name; } ?>I'm using Mysqli procedural queries (switching over …
Last reply by The Old Man, -
- 2 replies
- 407 views
IPS4 has a number of caching methods available in the control panel, like APC, eAcc, etc. I'm wondering what the best method is to use on my VPS-hosted forum? I was using APC on IPS3.4, but a lot might have changed since then.
Last reply by ASTRAPI, -
- 3 replies
- 232 views
Fatal error: Uncaught exception 'ErrorException' with message 'xcache_set(): XCache var cache was not initialized properly. Check php log for actual reason' in /home/mechanic/public_html/forum/system/Data/Cache/Xcache.php:66 Stack trace: #0 [internal function]: IPS\IPS::errorHandler(2, 'xcache_set(): X...', '/home/mechanic/...', 66, Array) #1 /home/mechanic/public_html/forum/system/Data/Cache/Xcache.php(66): xcache_set('37f0c85f6a_sett...', '{"use_coppa":"0...') #2 /home/mechanic/public_html/forum/system/Data/AbstractData.php(90): IPS\Data\Cache\_Xcache->set('settings', '{"use_coppa":"0...') #3 /home/mechanic/public_html/forum/system/Data/Store.php(117): IPS\Data\_Abst…
Last reply by Saurabh Jain, -
- 2 replies
- 292 views
mechanicmechanical-engg.com27.0 <defunct>mechanicmechanical-engg.com26.0[php] <defunct> What is this process [php] <defunct> It is among top processes ins erver log
Last reply by Saurabh Jain, -
- 4 replies
- 397 views
Hi, I see it being listed under caching and that a extension is needed (this is as far as my knowledge goes). How does MySQL vs File System fair in terms of performance on a Cloud based package? Then there's GZIP and Memcache, would one go about into installing and getting those up and running? Does it even work and/or supported on the Cloud solution (someone has to have tried or have extensive knowledge about this). Basically my board is really slow: https://gtmetrix.com/reports/www.clarity-dojo.com/pZjv7sJF while the general rule of thumb is that numbers should be taken with a grain of salt. I do feel and see that the board is slow (this is a clean board btw, I delete…
Last reply by IveLeft..., -
- 2 followers
- 57 replies
- 2.4k views
I held down F5 on my Community. This would end with constant refresh, i checked the CPU while doing so and it went 100%.. I know this same issue existed on 3.4, i hope this will improve on 4.0 soon.. I replicated the same issue on here, i made the response time increase from 0.5 seconds to 16 seconds or even time out (using check-host.net) .. by just holding down F5 lol now my server is set up pretty well, i am using nginx mariadb, apc and memcached..
Last reply by ASTRAPI, -
- 5 replies
- 315 views
Hi guys, My Client has a hosting package with iPage and I was asked to install IPB for them and run it ect but Im hitting errors and crap when trying to upgrade and install applications to it. tech support say its iPage issue and guess what!? ... ipage say its software issue so fun times to be had by all. IPB3 worked flawless on there but now its not with IPB4... so my question is to anyone who has IPB4 what hosting plan are you on (the main users will be UK/Europe side, but right now I dont really care on location). FYI the issue according to IPS is "The request variables at the end are NOT populated (the array is empty)." Cheers
Last reply by craigf136, -
- 2 replies
- 394 views
I just started using Amazon SES for sending mails, and it made me wonder if there is a way to have your MySQL database stored on amazon while having the php files on your server. Anyone do this and what is the procedure?
Last reply by tjk, -
- 1 follower
- 4 replies
- 488 views
Are there any guides on how to enable SSL on Ipboard in certain areas? I really havent seen much, if anyone could point me in the right direction that would be cool. Looking to enable in the following places: ACP Login Page ACP Dashboard Forum Login Page Forum Create Account page
Last reply by Jswerv3, -
- 0 replies
- 352 views
https://github.com/bstillman/bgbackup Works with MySQL, MariaDB, Percona, Galera, etc. Schedule weekly full backups, and subsequent incremental backups. Supports compression, encryption, etc.
Last reply by Ohio Riders,