Jump to content

Lucas James

Clients
  • Posts

    274
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Lucas James

  1. I have PMd again, waiting for response
  2. Hi, I cannot view modcp. This occurred when I updated to 4.7 and now also 4.8. TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given (0) #0 /home/kdotgg/public_html/forum/applications/core/sources/Reports/Report.php(223): in_array('IPS\\Content\\Com...', false) #1 /home/kgdotgg/public_html/forum/system/Helpers/Table/Content.php(564): IPS\core\Reports\_Report::tableGetRows(Array) #2 /home/kgdotgg/public_html/forum/system/Helpers/Table/Table.php(504): IPS\Helpers\Table\_Content->getRows(Array) #3 /home/kgdotgg/public_html/forum/applications/core/extensions/core/ModCp/Reports.php(136): IPS\Helpers\Table\_Table->__toString() #4 /home/kgdotgg/public_html/forum/applications/core/modules/front/modcp/modcp.php(114): IPS\core\extensions\core\ModCp\_Reports->manage() #5 /home/kgdotgg/public_html/forum/system/Dispatcher/Controller.php(118): IPS\core\modules\front\modcp\_modcp->manage() #6 /home/kgdotgg/public_html/forum/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /home/kgdotgg/public_html/forum/index.php(13): IPS\_Dispatcher->run() #8 {main} I have tried creating a fresh default theme, fixing any php plugin errors and disabling all apps and plugins with no success. Any ideas? Thanks
  3. Nice app. Definitely does not have all of the sourcebans features. One important missing feature appears to be the ability to banning admins names. Anyone can see this even though sourcebans site/db is set to hide. There should be a setting on ipb to change this is that's the case. What is the member name lookup option for when using advanced search in bans? This would be nice if it actually worked and pulled the users steamid from their ipb profile to lookup. The "Save" button should also probably be changed to "Search" instead. Also importantly there is no sourcebans logs? This is really important for upper staff to manage and check what admins have done. I see no way to do this other than manually checking the database or using the original sourcebans website on the side. Overall good plugin but could use some extra finishing touches. Hopefully some updates will come 🙂 Thanks
  4. Happy to pay for a copy and/or give you site access. Do you have a Paypal or something I can transfer the money to as it's probably better you have your own copy of the theme. Just send me a PM with the details. Thanks!
  5. Am still having issues with Forms 1.4.6 clashing with a custom theme on marketplace called CyberApex. I have recently updated my forums to latest IPB 4.7, PHP, Forms and CyberApex. Issues still exist when Forms is enabled and disappear when Forms is disabled. This is the only app/plugin that causes it, including using another Forms marketplace app which has no conflicts. The issues previously when using older versions dating back longer than a year ago would make the block editor on the side disappear as well as make awards pictures appear big on the hover cards as well as other misc issues. This no longer occurs when using updated everything except when hovering on a user the hover card does not appear at all. Also now the block editor tab appears but it is unresponsive (and possible other misc issues not yet noticed). All this disappears when Forms is disabled Any ideas as I really like this theme and its had conflicts with Forms with over a year now with no solutions. This also occurs on other themes according to this thread. Any ideas on a fix? I am happy to purchase you a copy of CyberApex for testing purposes. Thanks!
  6. The only WordPress SSO application in Marketplace that works; however it has not been updated to 4.6: @stoo2000
  7. Create their account manually from AdminCP and then ask them to change their password. Response Code 4 shows that their registration Email/IP is blacklisted.
  8. The culprit here is the following parameter; in your .htaccess, php.ini and user.ini files: session.save_path Change this: session.save_path = "/var/cpanel/php/sessions/ea-php72" To this: session.save_path = "/tmp" Save the files. Refresh the IPS upgrade error page and you're good to go. This applies to PHP version 7.0 or 7.1 and so on...
  9. You need to edit the /etc/my.cnf file with following parameter under the [mysqld] section: default-storage_engine=innodb Save the file and restart MySQL/MariaDB.
  10. You need to edit the /etc/my.cnf file with following parameter under the [mysqld] section: default-storage_engine=innodb Save the file and restart MySQL/MariaDB.
  11. I'm not seeing anything in error log. Everything is broken when Forms 1.4.3 is enabled while also using the new updated Apex theme. Block manager doesn't display/work, theme features do not work or are responsive, chatbox+ does not appear. Basically everything is unusable. I disable Forms and everything works fine. I have also contacted theme author to tell him but he suspects issue is caused by Forms. I do use alot of other apps & plugins but am not seeing any issues with them.
  12. This app is causing an issue with a theme that was recently updated. This is the only app/plugin that conflicts and causes the theme to break and not work until I disable the Forms App. Any ideas? Thanks
  13. Let say you want to place an Ad between Category 3 and Category 4; which also means that the Ad would come after Category 3. So, you might want to configure like: Show Advert: CSS Selector Custom CSS: .cForumList li[data-categoryid="3"] Position: Insert advert after the chosen element Paste your Advert code...
  14. I think 1.2 is not available yet.. download is still 1.1
  15. Such issue usually arise when your database table is format is COMPACT and you would want to convert it into DYNAMIC. The easy solution (if you're on a cPanel server) is to go to the phpMyAdmin --> select your forums database --> click on the SQL tab; and execute the following command: for @kosmit ALTER TABLE forums_forums ROW_FORMAT=DYNAMIC; for @alistairgd66 ALTER TABLE ibf_core_applications ROW_FORMAT=DYNAMIC; Then continue (click Retry button) with the upgrade process.
  16. I'm not sure how to change the colour of the default red icons across the theme? Possible? Also would be nice if the Christmas theme toggled allowed more option. I wished to use the snowflakes but as pumpkins for halloween but due to the Christmas toggle, it also enables the santa in the bottom right corner. Would be nice to have been able to disable this Santa or upload custom image.
  17. Simply drag a custom block and drop it in the widget area, and then drag another block and drop it side-by-side to the first block; fullstop! Don't drag-and-drop the third. To make the widget height auto; instead of using height: 400px; edit the code as following: height: auto; Cheers.
  18. VPS are low-powered with limited/less resources. Instead, get a dedicated server with good specs at reasonable price Optimize the server security/speed for PHP, Nginx, PHP-FPM, MariaDB, etc Cloudflare Pro with optimized settings and WAF enabled Redis Web-API for outgoing Emails It isn't the issue with Cloudflare, so you're users will see the live updates without cache problem. There's already a setting in IPS software to compensate that.
  19. Add this to your theme's custom.css file: /* Header Logo in IPS 4.5 */ #elSiteTitle, #elLogo { height: 80% !important; } Adjust the height % as per your requirement.
  20. A very alarming situation. SendGrid has gone nose down from 10/10 to 0/10. Trust Pilot Review: https://www.trustpilot.com/review/sendgrid.com Would someone from IPS can elaborate why you guys are still providing SendGrid integration despite its poor service and ratings? This is end of 2020, we need some good email provider(s) API integration to the IPS software, like AWS SES API etc. Thanks
×
×
  • Create New...