Everything posted by zenzoidman
-
Site not sending emails through Sendgrid
Well this is exactly the issue. All the settings are correct, and emails are being sent out by our system, including a test that I sent just now, but they do not seem to be sent via Sendgrid. The email header has no mention of being sent via Sendgrid, and no emails from my Invision board site show up in the activity log on my Sendgrid dashboard. Ah, okay -- I found what seems to have been the issue. I had to re-save the email settings (even though I had done so already), and now it is sending through Sendgrid. Seems that if you change any of the Sendgrid integration settings, you then need to go to the email settings page and re-save it to get the emails to go through Sendgrid. Thanks for your help!
-
Site not sending emails through Sendgrid
Yes, I believe this is the setting you're referring to And here's what I have on the Integration page for Sendgrid. Anything I'm missing?
-
Site not sending emails through Sendgrid
Hello, I have our site set up to send all emails through Sendgrid, but it does not seem to be sending any via Sendgrid. I have done all the required configuration setup that I know of (created an API key, domain authentication, and single-sender verification, etc.). Is there a step that I'm missing? Thank you
-
Analytics button in topic view gives theme error even in default theme
Thank you! I can confirm that the button works properly now. What was the issue?
-
Analytics button in topic view gives theme error even in default theme
Sorry about that -- it looks like the account did not have the proper permissions set up. It should have access to the ACP now.
-
Analytics button in topic view gives theme error even in default theme
Appreciate your time looking into this, Daniel! I have updated our access information, so it should be correct.
-
Analytics button in topic view gives theme error even in default theme
Thank you, Jim!
-
Analytics button in topic view gives theme error even in default theme
Hello, We're getting this error when I click the analytics button in a topic: Even when running default theme, we get this same error message. Any ideas on what the problem could be or where to start looking? Thank you, Scott
-
Error -200 when uploading PDF files ~25 MB or larger
Just wanted to update what we found in case in helps anyone else. @Jim M was right on-- it was a server configuration problem. Specifically, it was a conflict with the Apache module mod_reqtimeout. The issue was resolved by disabling that module. Thanks again!
-
Error -200 when uploading PDF files ~25 MB or larger
Hi @Jim M, nice to talk with you again. Great info, thanks! I did not know this. Will relay this to our host and ask them. Thanks for your help and any other pointers you may add. @Randy Calvert We're not using a cloud server. Just a dedicated server in a datacenter.
-
Error -200 when uploading PDF files ~25 MB or larger
Hello, I keep getting the following error when trying to upload PDF files on the slightly larger side. Files uploads around 20 MB will sometimes complete and sometimes not, but if the file is around 25 MB or larger, it never completes, and I get the following error: I have seen elsewhere that this is usually a PHP settings issue, but it persists even after setting extraordinarily generous PHP ini settings, for example: max_execution_time = 600 max_input_time = -1 (I assume -1 means unlimited, but I have also tried with this setting at 600 to no effect) max_input_vars = 16000 memory_limit = 2048M post_max_size = 1024M upload_max_filesize = 512M Are there any other server configuration options that I should check? Anything else other users have reported as causing this issue? Thank you!
-
Adjusting search to allow 2 character search terms
Actually, the post did end up putting me on the right track. I followed its suggestion and added an additional line to my.cnf for innoDB: innodb_ft_min_token_size=2 And that, in additional to ft_min_word_len=2, made two character search terms work. Appreciate your time, Randy -- hopefully this helps out anyone else trying to make this work.
-
Adjusting search to allow 2 character search terms
Thank you for your response, Randy. I understand that it's not something support can help with directly. I'm just hoping to be pointed in the right direction. The problem is that I've already changed ft_min_word_len to 2 in my.cnf. I then restarted MySQL, rebuilt the search index, and cleared the system cache. Still no two character search. I saw in another post that, if you have database tables running on InnoDB, then there's additional configuration that needs to be done. Do you know if that's the case? Here's the post I'm referring to.
-
Adjusting search to allow 2 character search terms
Hello, What parameters do I need to adjust to allow my IPS search bar to search using 2 character search terms. Currently, if I put in a 2 character term like "GE" it pulls up nothing. Thanks!
-
Slow site response times -- php.ini settings recommendations?
Hello, I've been struggling to keep my site's response time down recently, and I wonder if there are some server settings that I should adjust. Are there any general recommendations for php.ini settings or other server adjustments that would help keep the site running quickly? Thanks!
-
The Jimmo
We needed to modify the functionality of an installed third party app. The Jimmo was able to modify it quickly (about a week) and at reasonable cost. Will definitely call on him again!
-
Template System
Hello @HeadStand. I would like to hire you to customize your template system plugin for our website. I've sent you a PM but I don't think the notifications on the Invisionboard site is working. Are you available for hire? Thanks! Scott
-
Template System
Hello, Just wanted to check back in and see if there were any plans to add search indexing to the plugin.
-
"[Forums] Solved" search option gives error
Apologies -- I've disabled it for that account.
-
"[Forums] Solved" search option gives error
Hi Marc, Thanks for looking into this. I've updated the access credentials, so you should have access now. Please keep me updated on what you find.
-
"[Forums] Solved" search option gives error
Hello, When searching for "solved" in the search bar, one of the options that appears is "[Forums] Solved". When I click on that option, I get the following error: In the technical details below that, I get this (I've changed some names that are specific to our server to general ones for security purposes): SELECT SQL_BIG_RESULT DATE_FORMAT( FROM_UNIXTIME( IFNULL( time, 0 ) ), '%Y-%c-%e' ) AS time_as_alias,AVG(value_4) / 3600, value_1 FROM `ipb_core_statistics` AS `core_statistics` WHERE time>0 AND time>1349395140 AND time<1673913016 GROUP BY `time_as_alias`,`value_1` ORDER BY time_as_alias ASC IPS\Db\Exception: DOUBLE value is out of range in 'avg(`database`.`core_statistics`.`value_4`) / 3600' (1690) #0 /home/user/public_html/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #1 /home/user/public_html/system/Helpers/Chart/Database.php(395): IPS\Db\_Select->rewind() #2 /home/user/public_html/system/Helpers/Chart/Database.php(621): IPS\Helpers\Chart\_Database->compileForOutput() #3 /home/user/public_html/system/Helpers/Chart/Dynamic.php(495): IPS\Helpers\Chart\_Database->getOutput() #4 /home/user/public_html/applications/forums/modules/admin/stats/solved.php(218): IPS\Helpers\Chart\_Dynamic->__toString() #5 /home/user/public_html/system/Dispatcher/Controller.php(118): IPS\forums\modules\admin\stats\_solved->manage() #6 /home/user/public_html/applications/forums/modules/admin/stats/solved.php(44): IPS\Dispatcher\_Controller->execute() #7 /home/user/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\admin\stats\_solved->execute() #8 /home/user/public_html/admin/index.php(13): IPS\_Dispatcher->run() #9 {main} Is this due to a misconfiguration on my server? Is there a value I can adjust somewhere to fix this (in php.ini, etc.)? If so, what would that value be? Thanks!
-
Shared Login Detector
We're considering buying this app, but one question before we do: if we were to remove the app after installing it, would it also delete any database tables created by the app?
-
Template System
@HeadStand, we've been using this for a while now, and there's now a pretty large amount of data stored in custom template fields rather than in post titles or bodies. This sometimes causes problems where people search for content, but it doesn't pull up because it's contained within a template field. Would it be possible for you to update the application such that template fields are indexed for search? Really appreciate your work in maintaining and updating this plugin! We've gotten a lot of use out of it.
-
Template System
Hello, It looks like, according to the latest IPB update, this plugin needs to be updated for PHP8 compatibility. Is that something you're planning on doing, and do you have an estimate on when we could expect to see it? Thanks!
-
Redis not being recognized
Turns out the solution was as simple as restarting our PHP server. Once we did that, Redis showed up in phpinfo and was recognized by IPS.