Everything posted by IveLeft...
-
How do I create a API(put serial keys) into my store's product
Try the marketplace for a plugin Some here (I do not know if they are any good or not and havent used any)
-
The feature in menu is disable and will never show again
Try this - then check permissions
-
Cannot start Member conversion from WoltLab 3.1
Your a bit late to the party today 😆
-
Data Storage Not Working After PHP 8.1 Upgrade
Tiem Frame ?
-
I can't find the recaptcha anymore
-
Could not write to Store-FileSystem (acpNotificationIds)
Thats by far the better option
-
Data Storage Not Working After PHP 8.1 Upgrade
Well it was all going fine, no problems, but after reading here it wasn't compatible (I missed that when I installed 4.6.x) I reverted back to 8.0.x as I like an easy life......
-
Data Storage Not Working After PHP 8.1 Upgrade
I was running with PHP 8.1 with no problems using Redis v=6.2.6
-
Members are being logged out
It can also be caused by incorrect server settings, for example (not used much now as its for http) but Varnish Cache used to log people out if incorrectly set up.
-
FX Pages - a free collection of Pages templates
@Sonya* Hi Sonya Have an Issue with FX Pages, really weird one, Using one of Ehrens themes and if I enable your pages application, the breadcrumb navigation is duplicated, I thought this was a theme problem but its actually caused by fx pages. Ehren gave me a custom css to hide the issue but this isnt really a proper fix as the problem exists. Ill send you a PM re all the details if thats ok ?
-
Forums Not Working
Great Support from a great IPS developer......
-
Forums Not Working
Id suggest asking @stoo2000 to have a look as he is the developer - I wouldnt upgraded IPS till you have sorted the issue.......
-
High CPU caused by SQL query
You can add the bot (if its not in cloud flares rules0 as an extra rule in their firewall.
-
Forums Not Working
If you download it again from the market place you'll get the pdf - 2019 its was version 1.2.2 changed to 1.2.3 so hasn't been updated for near 3 years And is the plugin you have outdated if its 3 years old ? hence download and check etc I cant see anything other than compatible with 4.4 so you may want to check it works on your version of IPS (presume 4.6.x ?) Failing all that - Ask the developer Stoo2000 in the reviews section or here......
-
Hump Day: do you use the Clubs feature?
Rather than clubs - would be better if the developers put more time into updating pages and commerce
-
Forums Not Working
@Justin Stellman It says see the included pdf - so check the download as it may be included with that
-
High CPU caused by SQL query
Cloudflare has bot protection even on the free plan (even better on the paid plan)
-
(NE) Translate
👍 gets my vote
-
Error 500 with no logs
Could be a cache issue, clear cache and / or try a fresh browser
-
Urgently request for changes in "Agree with cookies" banner
@Julia Osipova You need to post the suggestion here.
-
Error 500 with no logs
Have you got AWS set up correctly, the guide was outdated re ACL Not sure if its been fixed yet...
-
Error 500 with no logs
The HTTP status code 500 is a generic error response. It means that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is usually returned by the server when no other error code is suitable. You need to check the server logs, or get your host to check them.
-
Can I pay for a service to install a clean and fresh Invision board while retaining posts?
If an attacker Is getting through and your paying companies to deal with hacking and they repeatedly get through then I would recommend finding better companies, as per my comment on your host. Edit: You only have to look at some of the Sucuri reviews to see they are another company taking money for not a lot and are not that capable.....
-
why is it so difficult to troubleshoot root causes of high server load?
You should still be able to look at the logs as you know when the spikes occurred - try the sar command Whats the memory like - usage when this happens ?
-
Mod Rewrite for index.php Causing Errors
Try this #Remove index.php|html at the end of the URL and change to / RewriteCond %{THE_REQUEST} ^GET\ /.*/index\.(php|html)\ HTTP RewriteRule (.*)index\.(php|html)$ /$1 [R=301,L]