Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,413 topics in this forum
-
- 12 replies
- 542 views
Hello, im playing with an utf9 convesion script and have found a bug somewhere in my setup The final problem is that if i set a topic title to "prueba áéíóú" its saved as: "prueba áé" the query executed is: UPDATE gatopics SET title='otro áé� óú vocalesd3',title_seo='otro-vocalesd3' WHERE tid=88970 to thest my server setup i setup a new test board and changed the title of the demo topic to something similar and it worked nicely, the query executed is: UPDATE utf8_topics SET title='Welcome áéíóú¡²³¤€¼½¾‘dsf',title_seo='welcome-%c3%a1%c3%a9%c3%ad%c3%b3%c3%ba%c2%a1%c2%b2%c2%b3%c2%a4%e2%82%ac%c2%bc%c2%bd%c2%be%e2%80%98dsf' WHERE tid=1 I think at somepoint in some mig…
Last reply by PeterUK, -
- 1 reply
- 389 views
Hello I just install on my Nginx server and add Memcache on Invision config file but from the stats it seems that is not working ? Used cache is always the same and very low :sad: Config edit lines: $INFO['use_memcache'] = '1'; $INFO['memcache_server_1'] = '127.0.0.1'; $INFO['memcache_port_1'] = '11211'; Do i have to select it on ACP or do anything else to get it work? Any ideas? Thank you
Last reply by ASTRAPI, -
- 6 replies
- 272 views
Hello. I am considering granting access to my server to a longtime staff member that has extensive experience in web design and server management. I feel like he would be very useful in helping to run my site. I have a ton of confidence in this guy and I trust him through and through. However, I still have to be worried that I might be signing away access to my website to him. I don't know what could happen years down the road where he might decide to try "hijack" my site of sorts. I was wondering if there was a file or something that I could mix in with all the other files on the server that would grant me a "back door" into the server in the event that I get l…
Last reply by 7Bya9K&Q, -
- 4 replies
- 383 views
Hello How can i measure the performance on my server before and after using APC cache? So i can check how better is performing using numbers? Thanks
Last reply by Grumpy, -
- 1 reply
- 339 views
First step is to move posts from the archive database back into the regular one: insert into ipb.posts select archive_id,archive_show_edited_by,archive_edit_time, archive_author_id,archive_author_name,archive_show_signature,archive_show_emoticons, archive_ip_address,archive_content_date,NULL,archive_content,archive_queued, archive_topic_id,NULL,archive_is_first,archive_edit_name,MD5(CONCAT(archive_content_date,',',archive_id)), archive_html_mode,archive_edit_reason,archive_bwoptions,0,0,NULL,NULL from ipb_archive.forums_archive_posts Replace ipb and ipb_archive with the correct database names for your installation. You can restrict this to specific forums only by a…
Last reply by tAPir, -
- 7 replies
- 324 views
A disgruntled former business partner nuked our OS on a dedicated server, taking out the IonCube Loader (which I wasn't aware was required for Nexus, maybe I missed it in the docs and requirements) and, as a result, I lost a forum site that I had invested fourteen months of hard work into. Trying to get my IPB installation back to some point where I can access the admin CP, I tried to reload the IonCube but it didn't help get the forum back online, so I deactivated Nexus in my suite package at the next renewal. No sense paying for something I'm not using. Same with the 250 chat and everything else but a basic IPB install. I can get to the folders and files on the serv…
Last reply by scorpion5005, -
- 3 replies
- 526 views
Hi, I have removed by mistake the official hooks (tags sidebar, recent topics sidebar and status updates sidebar). Anyone knows how to download them or recover? Regards
Last reply by Mark H, -
- 1 follower
- 0 replies
- 224 views
Is there a way to change the IPB tables from utf8 to utf8mb without expanding the columns?
Last reply by TSP, -
- 1 follower
- 11 replies
- 651 views
http://community.invisionpower.com/topic/384522-how-to-set-up-a-secure-ipboard-installation-with-nginx-and-php-fpm/ I refer to this thread all the time, where has it gone?
Last reply by Dmacleo, -
- 3 replies
- 408 views
My server went down today and when i brought it back up i got a mysql error. Can someone help me figure out the reason for this? This is the entry in the sql error log '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | | [class_taskmanager].runTask | | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ------------------------------------------------------------------------------------------------------------------…
Last reply by Rhett, -
- 10 replies
- 498 views
Hi Guys, Has anyone ran into this error before when using nginx as a reverse proxy for apache? If so, what causes the problem and how would you fix it?
Last reply by Dmacleo, -
- 2 replies
- 422 views
There was problem with the vps boot system, and they said someone wiped my data, is there anyhow i can recover my data Please really need help with this.
Last reply by Ae9803, -
- 1 follower
- 1 reply
- 395 views
Hi guys, We have our main site as small php file located in root folder. IPB is located in /forum/ and all other aplications like gallery and so on has a link /forum/gallery/ Just now we are fighting with setting up IPC in main root, and rest like it was. How to set up nginx for handling it? we have two config. location / { root /aaaa/public_html; index index.php index.html index.htm; # auth_basic "Restricted"; # auth_basic_user_file /aaaa/public_html/.htpasswd; rewrite_log on; if (!-e $request_filename) { rewrite ^/bbb/(.*)$ /bbb/i…
Last reply by yacenty, -
- 2 followers
- 4 replies
- 318 views
I copied my live database to Xampp (localhost) which is running PHP5.4.19 and MYSQL5.5.32. My live site is running PHP5.3.32 and MYSQL 5.5.30. Everything runs fine with one anomaly. When I run the database index checker, I only get a list of only 5 tables instead of the slew of tables shown on the live side. No errors are listed or generated anywhere. I even installed a new empty database and the database index checker shows the same five tables. All other functions including the database checker run normally. (invision support asked me to post here.)
Last reply by sunrisecc, -
- 1 follower
- 3 replies
- 236 views
Moved hosts from a home IIS with windows 2008 r2; to a 'nix box on DreamHost; I adjusted the conf file to reflect the information correctly. But no matter what I do i get this error, and i even tried redownloading the ip.board to make sure the files were all there and fine. Warning: file_get_contents(IPS_CACHE_PATHcache/skin_cache/settingsEmpty.html) [function.file-get-contents]: failed to open stream: No such file or directory in/home/ACCTNAME/DOMAIN/forums/admin/sources/base/ipsRegistry.php on line 584 btw I opened a test forum and it works perfect.
Last reply by Aiwa, -
- 2 replies
- 391 views
I get flood on my website , and i find on a website that use same IPB a flood control. Can anyone now what is this hook and how can i install him? Thank You verry verry much!! " alt="5e5njp.jpg">
Last reply by Cosmin Florian, -
- 8 followers
- 71 replies
- 4.3k views
Deprecation Warning This is an old guide written for IPS 3.4.x and contains advice and recommendations that are no longer valid or compatible with IPS4. For IPS4 installations, please use the link below to access the latest Nginx+PHP-FPM installation guide. https://community.invisionpower.com/topic/424510-setting-up-a-secure-nginxphp-fpm-installation-for-ips4/ Setting up a secure IP.Board installation with NGiNX This is a guide for those interested in setting up an IP.Board installation using NGiNX as their primary web server. This guide will mostly just cover the basics. In the future, I plan to write …
Last reply by Saiga, -
- 1 follower
- 12 replies
- 632 views
I did not find may topics about Cloudflare, so I wanted to see who is using it with their IPB install. All I see is some DNS changes that need to be made, but I'm wondering if it will actually bring in site performance. The security seems a good thing. I mostly want to serve my images a bit faster over maybe a cdn and speed up browsing but since the site is not that big, I don't want to pay allot for a cdn. I have about 23k pages views a month with 3k or so unique visitors, as far as my site traffic. Any suggestions?
Last reply by handsoffsam, -
- 1 follower
- 5 replies
- 369 views
Hi, i have few questions about search-engine optimization. 1) As i understood in IPS bots(spiders), don't have separate group, but they use permissions based on guest group. So, if in permissions i set that guests can't read topics, it means that bots also can't index topic titles and tags for topics? Should i make specific group(permission set) for bots? 2) Sitemaps. Is there any step by step tutorial for newbie? 3) Meta tags. To separate them we should use commas? Like: blue yeti, white yeti, brown yeti? after commas we should use white space?
Last reply by wimg, -
- 1 follower
- 1 reply
- 514 views
Ok I have contacted support about this and they can't help. I need to fix the auto_incresment in the members table. IPS support told me to contact my host and have them fix it. They had no idea on how to fix it. So I am asking here. How do I fix this issue
Last reply by Sinistra Sensei, -
- 1 reply
- 287 views
How do you link the site to your domain?
Last reply by Ae9803, -
- 2 replies
- 355 views
hi if i do the sql backup( which i do religiously) what does it save. i just use the standard settings as below. if i get hacked will i be able to restore all data including posts with formatting etc? member lists? in other words it will take me back to the day of my backup without any loss of data? the option for skiing non-essential data leave as yes. is that ok? MySQL 5.1.56-log Backup Simple Backup Add 'CREATE TABLE' statements? YesNo Skip non essential data? YesNo Will not produce insert rows for sessions, admin_sessions, captcha. GZIP Content? YesNo
Last reply by traderob, -
- 2 replies
- 342 views
This morning I was setting up my email client through godaddy/outlook for my forum. It failed because I accidentally configured it to ping my forum's URL...which I did over and over again b/c I did not realize the error. In an odd twist of fate, I've been unable to access my forum since this email setup failed. I cannot get on to any page on my forum, ACP and even File Zilla times out when trying to connect to the servers (I host w/IPS). When I couldn't get on with my deskptop, I turned on my laptop and it had the same issue; yet it worked fine earlier. Also, both computers are currently having zero issues accessing every other website on the planet. My site i…
Last reply by NewToAllThis, -
- 5 replies
- 433 views
Hi guys. Please advice optimal xcache config to run IPB on quad-core dedicated server with 8GB RAM. Share your config if you find it good enough if possible. P.S. I also heard that it's better to use memcached for variable caching. But if I set var_size=0 in xcache config I get PHP Warnings generated by IPB xcache module. Any idea how to combine xcache + memcached in IPB? Thx.
Last reply by AlexJ, -
- 1 follower
- 2 replies
- 256 views
Hello Guys, I am quite a newb when it comes to optimizing apache + xcache, and I was willing to pay someone to optimize my server. I tried to send a message to Gary, but he has not been on in a long time.
Last reply by Ae9803,