Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,349 topics in this forum
-
- 3 replies
- 248 views
Hello, i have a problem on my forum: Everybody has same ip adress with mine! includes visitors, search engine spiders etc... I have been searched on the web but there are more reply, more solution but i don't know where or which files i must see on my server and change which code. Any body for helping me? Thanks
Last reply by Feneroin, -
- 3 replies
- 487 views
Google page speed Your page has 14 blocking script resources and 12 blocking CSS resources which I think means these the site is waiting for these to load? Question, is 14 scripts and 12 css resources about average, higher,lower than what you guys get. I tested my home page which is IPContent wrapper, but with a custom skin not the default http://developers.google.com/speed/pagespeed/insights/
Last reply by CheersnGears, -
- 2 replies
- 380 views
So I finally managed to settle with a host recently with my site under its new domain name for my forum! Whoo. Question 1. I know in .htaccess you can set URL Forwarding or something so that the old domain(s) redirect properly back to the sites's new URL How do you do this? This will be for 5 previous used domains we had(I know a lot :P) 2. We've had quite a few domain names. Is it possible to set up a URL rewrite on one of our older domains IF someone else owns that url or it has gone into the registrar's collection? I doubt that ^above but I figured it didn't hurt to ask.
Last reply by ASTRAPI, -
- 2 followers
- 17 replies
- 798 views
https://plus.google.com/112537978953216254522/
Last reply by sadams101, -
- 3 followers
- 23 replies
- 820 views
https://plus.google.com/{$f->parsed}'>{$f->parsed}</a>
Last reply by sadams101, -
- 0 replies
- 257 views
Google's pagespeed insights was telling me to "leverage browser caching" and I have heard that pagespeed can now affect pageranking I couldn't find anyway to get it to go away by changing up cache settings within adminCP The way I got rid of it was to add the following to my .htaccess file - just wondering is there anything wrong with doing this? ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType appli…
Last reply by Justin.F, -
- 1 follower
- 1 reply
- 240 views
Hey, I just converted from phpbb3 and set the forums, permissions etc. All were great until now. I'm getting this strange error and cannot figure out what would be the problem: Fatal error: Allowed memory size of 419430400 bytes exhausted (tried to allocate 315692 bytes) /admin/applications/forums/sources/classes/topics.php on line 183 I changed the memory limit to higher but I get the same error. Any suggestions?
Last reply by Brian Goodman, -
- 1 follower
- 6 replies
- 378 views
After doing a server switch, I ran into this issue Your settings could not be read by IP.Board. This is a fatal error and IP.Board cannot function while this issue persists. This issue is generally caused by changing your character set in the ACP to one that does not support data stored in the rest of your settings, or by restoring a database backup/completing a server transfer and importing your database tables using the wrong character set or collation. You should contact IPS Technical Support for further assistance. I'll tag @adonismale or @AndyF as they may know what to do
Last reply by Izaya Orihara, -
- 1 follower
- 9 replies
- 219 views
As the title states I'm trying to convert my vbulletin forum 3.8.8 to Invision powerboard. Part of the problem is the size of the sql database is 4.4gb so I get timeouts and eventually errors converting no matter how many cycles I lower it to. I'm guessing that I should run the installation locally then upload the files to the server? I have never done anything like this before but I'm so fed up with vbulletin that I'm willing to try. Can anyone point me in the right direction? I'm taking baby steps currently and have MySQL Workbench installed but that is as far as I have got.
Last reply by Joel R, -
- 3 followers
- 19 replies
- 1k views
My mySQL config (on Windows) is a hodgepodge of settings that work, but I know it is far from optimized. I running two IPB's on an Azure VM (small) with 1.75GB ram. Total db size when dumped is about 1GB. I average about 300 users in a 15 minute period according to IPB stats. Here's my config: [mysqld] character-set-server=utf8 sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" log-output=NONE general-log=0 general_log_file="WEB-01.log" slow-query-log=0 slow_query_log_file="slow.log" long_query_time=10 max_connections=100 query_cache_size=16M max_allowed_packet = 1M table_open_cache = 256 tmp_table_size=10M thread_cache_size = 8 myisam_max_sort_file_size=100G…
Last reply by ASTRAPI, -
- 1 follower
- 0 replies
- 266 views
Hello, I've been trying enabling and desabling Memcache from my server to test the results. With Memcached disabled i have 4 Slow Queries per day(when Sphinx runs at night) and a Query Cache Efficiency of 70%. With Memcached enabled i have about 100 Slow Queries per day and the Query Cache Efficiency drops to about 30%. Apart from this i don't notice any changes regarding speed when browsing the board. Is this normal?
Last reply by RevengeFNF, -
- 1 follower
- 3 replies
- 305 views
Hello, does anyone have any experience with moving an entire IPB, sql ect to another server(VPS/dedicated with Cpanel) If you do, could you please send me a message?
Last reply by fadedturbulence, -
- 1 reply
- 479 views
Hello, well my Host (inmotionhosting.com) cant explain me anything, and they felt deeply insulted when I told them to find another job, if they cant explain what this means... This is my question, same i asked them: Could anyone explain what open connections means- My account can have 30 open connections at once... *edit: From Hosting: " This is largley dependent on your site coding. The code should close the connections when not needed to avoid too many open connections. "
Last reply by sijad, -
- 1 follower
- 6 replies
- 297 views
Hello, i'd moved my ipb from /forum/ to the root, to save the indeexed content i'd added a 301 redirection : redirect 301 /forum http://www.site.com i want to know please if that it what i should do ? because i have a small issue now, i cant access to the forums pages because the 301 redirecttion is removing the /forum/ from url !
Last reply by Janyour, -
- 0 replies
- 494 views
With the IPS4 beta code and documentation about phpredis I created a Redis class for Invision Board 3.3.x and 3.4.x With some simple file modifications you can make this easily work on your own webserver to make use of the very fast Redis key-value store. Please notice you first have to install Redis and the PHP Redis module on your server. It seems Redis only needs a few MB of memory to store the date. This will be probably more with IPS4, because IPS has many caching improvements. 1. Download the attachment ( RedisCache.zip ) and upload classCacheRedis.php to the ips_kernel directory 2. Add the following code to ipsRegistry.php in admin/sources/base above the …
Last reply by Joriz, -
- 1 follower
- 1 reply
- 268 views
Seeing several errors related to invision forum pages beginning with "PHP Warning: Error While sending QUERY packets". I've search the internet and everything I've read is that my max_allowed_packet variable in my.cnf is too low. I've been raising it steadily but error has not gone away. Has anyone else had this issue? What did you do to fix it? I'm using Apache 2.4.10, PHP 5.5, and Maria DB 10.0.15. Thank you for any assistance.
Last reply by CodingJungle, -
- 0 replies
- 269 views
I'm hoping someone else has seen this error. We have been seeing these a few hundred a day for a while now and I've tried all kinds of things to reduce with very little luck. Haven't determine the trigger for it but it is only impacting are largest site running Invision 3.4.7. All modules are up-to-date and we are using Apache 2.4.10 on an Ubuntu 14.04 server with PHP 5.5.19-1. Looking through the Internet I've found tons of people seeing these issues but no clear cut answer as to how to diagnose and fix it. Usually the error just goes into the error log and has no impact that I can find but every now and then, maybe once a day the server becomes unresponsive (only f…
Last reply by xplanedotorg, -
- 3 followers
- 26 replies
- 611 views
Hello, Can anyone help me on setting up a new server I bought? I need someone who knows what their doing and help me set up a new server preferably for free or low budget. If someone is kind enough, please PM me. Thank you very much!
Last reply by ASTRAPI, -
- 1 follower
- 10 replies
- 748 views
Hello, i have a image site and i know shared hosting wont be able to handle the requests and resources, but would this VPS server be enough to have a a site on: over 5k images, loads of members, posts, ect? I dont want to upgrade now, but when the site becomes bit more... busy Thanks for any replies 1 Dedicated IP, 1 TB Traffic,
Last reply by Warzone, -
- 1 reply
- 234 views
i have tmp hardenend, have firewall using directadmin as control panel but i dont know why my server continues to spam to thousans of recipients everyday. mail logs doesnt show any valuable info. clamav didnt detect any trojans. any idea where i should look a the issue?
Last reply by FirestormXVI, -
- 1 follower
- 14 replies
- 790 views
Hi All, So, once or twice a week my site goes down at the moment. WHen I log in to the server, I see a heap of php-cgi processes with high (20%+) CPU usage. What I know; Newrelic reports time spent is on /forums/index.php which doesn't really help as I dont think ?app=blah would register a separate transaction, so I can't rely on this. Newrelic confirms that the number of processes does not change. The PHP processes stays at 51 which is what it is set to. Newrelic also confirms that I have a lot of available memory. 6GB available at last crash, so its all CPU. So, I have no idea where to look. I keep throwing more resources at my site and it keeps hitting the …
Last reply by Prank, -
- 6 replies
- 526 views
Hi Recently I have noticed that it takes very long when someone tries to create an account on my forums. When they click submit it at least takes a few minutes before the account is created. Ipboard is 3.4.7 and it is self hosted. Is there anything that you think could be causing this? Thanks
Last reply by ASTRAPI, -
- 1 follower
- 9 replies
- 659 views
Hoping for some help here, as I'm totally lost. I'm running an older version of IPB (3.2.3) which I intend to update with 4.0 at a later date. Yesterday (9/10) my current host was experiencing downtime (not an uncommon occurrence for them - can't really recommend Host4Geeks) and I was speaking with a new hosting site about migrating, but my cpanel credentials were not working, so I requested a temp password. after a few failed ones, it finally took, and my new host returned to say that my site was too large for a free transfer, so nothing was done. Around this time my site came back online, but the most recent posts showed from early 10/13, almost an entire year b…
Last reply by Rod., -
- 8 replies
- 590 views
Hello there. I run IPB 3.3.4 and have always had a server load at about 1.02 or something. I'm looking now and it's now 4.08. That's quite a jump! Nothing has changed except since my license has expired and I haven't renewed it, the spam monitoring service isn't running anymore. Under my resource usage stats, my CPU usage % seems higher than it used to be as well. But I haven't gotten any notices from my host that I'm being a resource hog though. Is 4.08 high? What could be the cause of the jump?
Last reply by ASTRAPI, -
- 1 follower
- 7 replies
- 485 views
If i use Nginx + PHP-FPM , i get 404 for some parts of IPB. Bad config or IPB?
Last reply by ASTRAPI,