Jump to content

Pushpendra Singh Chauhan

Clients
  • Posts

    133
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

1,492 profile views

Pushpendra Singh Chauhan's Achievements

  1. Thanks. Actually, First I tried the language localization of IPS, in phrases and html/php pages this is working fine. But in db pages, if I use {lang="cust_service"} in the source this does not work as the editor changes this to {lang="cust_service"}
  2. Expense is ok but is this doable with Invision Community Suite? I did not get any clue from the IPS team in this regard.
  3. I have the option to use some Indian government-approved APIs or you may suggest a better option.
  4. This is good but does not solve the purpose. What if I have a third-party API for language translation? Is there any possibility to integrate this with my website with some custom modifications?
  5. As I know these packs translate pre defined data. What if I have pages or forum and I want real-time translation in two languages? How can I achieve this?
  6. Hi, I want my site in 3 languages.Is this possible to change language through language translation APIs? If yes, pls suggest which one is supported by IPS?
  7. I saw a lot of posts in this regard and IPS reply that there was a issue in cloud that's why I asked for a fix. We handle our server ourselves. My system admin/dba could not find any bug yet. Anyone have any idea what could be the issue? A little hint would be helpful.
  8. Website is geo fenced so it will not work there. Perhaps I got the root cause. I ve SQL read write separation. If I remove this everything is working fine. FYI I am using MariaDB 10.1.48 As I saw in forum this is a common problem. Please let me know what is the solution of this?
  9. after updating search was working fine. but after 2 days same problem is there. Sometime search is woking but most of the time I am getting error. This is frustrating.. Not only search activity is also throwing the same error. What is this ? Seems new version was released without proper testing
  10. You are right this is related to hosting. On the upgraded php8 a simple php code was not running. After revert to php7.4 site is working. Anyone has idea what could be the issue? After updating php8, php not executing. This is not related to IPS but my system admin stuck in this . We are using CentOS 7.
  11. On my other webserver I updated the php 8. while i hit the domain only the content of index.php is printing Invision Power Services, Inc. * @copyright (c) Invision Power Services, Inc. * @license https://www.invisioncommunity.com/legal/standards/ * @package Invision Community * @since 18 Feb 2013 */ \define('REPORT_EXCEPTIONS', TRUE); $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; \IPS\Dispatcher\Front::i()->run(); what to do?
×
×
  • Create New...