Jump to content

LiveG

Clients
  • Posts

    420
  • 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

Posts posted by LiveG

  1. 1 minute ago, Miss_B said:

    You are not wrong. This is not a built in option. You will require a custom app to achieve that. I remember coding such an app for a member here last year or so.

    I understand. Thank you.

    Please send me a quote?

  2. 11 minutes ago, Marc Stridgen said:

    Ah, indeed that would be an issue. The only suggestion I can make is to use a different provider that suites your email numbers. We have sendgrid integration for example, which may be better suited

    SendGrid will solve for me only the outgoing mails; what about the incoming? 

    Does the ACP support configuration for two mailboxes?

  3. Hi,

    I want to integrate SendGrid as a mail relay service for my forum.

    Can this service be used for inbound&outbound mail service?

    Is there any deployment guide? i have opened a free SendGrid account for testing and activated the service and API key on the ACP. But it doesn't work correctly.

    Many thanks.

  4. On 1/6/2023 at 9:55 AM, Daniel F said:

    You’ll need to ask the 3rd party developer to create the necessary extensions or have somebody else create the achievement extensions for it. 

    Is it even possible for 3rd party developer to create this kind of achievement extension?

    Does anybody know how to do it? please contact me for this custom job.

  5. our last mail works fine.

    seems our last domain itself was blocked due to "low reputation". Unless we were hacked (would be difficult, since the SMTP is password-protected), it's most likely due to too many messages from the forums software being marked as spam.
     

  6. 3 minutes ago, Randy Calvert said:

    By the way...  I use Amazon's SES to send email via SMTP.  In order to connect to it, you have to use TLS as the protocol and 587 as the port.  But that can vary from provider to provider.  That's why you may need to check with your hosting provider to see what settings they require.  

    Sound great. Is it a free service? 

  7. Hi
    I need help configuring the mail for my ingoing/outgoing mails.
    I have a working mailbox i have created in a separate domain from my form - this mailbox is working fine and can send and receive mail from everywhere.
    Trying to attach this mailbox to my forum, but I am missing something because i am getting this error: (I am using the password that i log into the mailbox).

    Maybe my mail box doesn't configure properly?

    Could contain: Page, Text, File

     

     

    Could contain: Text

  8. Parameter of 3rd party app installed on my forum—a number value, for example.
    I don't see in the achievement rule set the option to install 3 party parameters as a condition to award badges. 
    So what is the best solution for my case?

  9. I have a warning on my ACP, could it be related?

    InnoDB database tables typically perform more efficiently and reliably than other database engines such as MyISAM on most modern hosts when configured correctly. It is strongly encouraged to ensure all of your database tables are using the InnoDB storage engine, and that your hosting provider has configured MySQL for InnoDB use.

    Could contain: Text

  10. Do they have instructions on where to find it ( slow query log) ? I'm not sure if one is generated by default

    am seeing a mysql errorlog
    2022-12-17T15:59:08.347189Z 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
    2022-12-17T15:59:08.354720Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.31-0ubuntu0.20.04.1) starting as process 1071
    2022-12-17T15:59:08.384870Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
    2022-12-17T15:59:09.506188Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
    2022-12-17T15:59:10.044286Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
    2022-12-17T15:59:10.065552Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
    2022-12-17T15:59:10.184684Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
    2022-12-17T15:59:10.184719Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
    2022-12-17T15:59:10.217439Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
    2022-12-17T15:59:10.217489Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.31-0ubuntu0.20.04.1'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu).
    2022-12-17T15:59:10.396884Z 8 [ERROR] [MY-013134] [Server] Table './suite/core_sessions' is marked as crashed and should be repaired
    2022-12-17T15:59:10.405459Z 8 [Warning] [MY-010756] [Server] Checking table:   './suite/core_sessions'
    2022-12-17T15:59:10.405626Z 8 [ERROR] [MY-010239] [Server] Got an error from unknown thread, /build/mysql-8.0-W37JCQ/mysql-8.0-8.0.31/storage/myisam/ha_myisam.cc:893
    2022-12-17T15:59:10.405642Z 8 [Warning] [MY-010757] [Server] Recovering table: './suite/core_sessions'
    2022-12-17T15:59:19.999341Z 98 [ERROR] [MY-013134] [Server] Table './suite/core_search_index' is marked as crashed and should be repaired
    2022-12-17T15:59:20.000110Z 98 [Warning] [MY-010756] [Server] Checking table:   './suite/core_search_index'
    2022-12-17T15:59:43.716082Z 98 [ERROR] [MY-010239] [Server] Got an error from unknown thread, /build/mysql-8.0-W37JCQ/mysql-8.0-8.0.31/storage/myisam/ha_myisam.cc:893
    2022-12-17T15:59:43.716118Z 98 [Warning] [MY-010757] [Server] Recovering table: './suite/core_search_index'
    2022-12-17T16:08:11.802883Z 4515 [ERROR] [MY-013134] [Server] Table './suite/pmviewer_core_message_topics' is marked as crashed and should be repaired
    2022-12-17T16:08:11.803277Z 4515 [Warning] [MY-010756] [Server] Checking table:   './suite/pmviewer_core_message_topics'
    2022-12-17T16:25:43.214877Z 13191 [ERROR] [MY-013134] [Server] Table './suite/core_tags_perms' is marked as crashed and should be repaired
    2022-12-17T16:25:43.215318Z 13191 [Warning] [MY-010756] [Server] Checking table:   './suite/core_tags_perms'
    2022-12-17T16:25:43.401098Z 13191 [ERROR] [MY-010239] [Server] Got an error from unknown thread, /build/mysql-8.0-W37JCQ/mysql-8.0-8.0.31/storage/myisam/ha_myisam.cc:893
    2022-12-17T16:25:43.401143Z 13191 [Warning] [MY-010757] [Server] Recovering table: './suitel/core_tags_perms'

     

  11. It happened today as well.

    Looking at errors from today, the first error would be
    Sat, 17 Dec 2022 15:59:08 +0000
    Error: Call to undefined method stdClass::language() (0)
    #0 /var/www/html/system/Dispatcher/Front.php(109): IPS\Dispatcher\_Standard->ini
    t()
    #1 /var/www/html/init.php(927) : eval()'d code(46): IPS\Dispatcher\_Front->init(
    )
    #2 /var/www/html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\stickynot
    es_hook_Outputs->init()
    #3 /var/www/html/index.php(13): IPS\_Dispatcher::i()
    #4 {main}
    #0 /var/www/html/init.php(1029): IPS\_Log::log()
    #1 [internal function]: IPS\IPS::exceptionHandler()
    #2 {main}
    This error is usually generated as a result of a database failure or query timeout

×
×
  • Create New...