-
-
-
-
Invision Community 5.0.5 Releases
Problem with reaction img, default theme (clear cache) web/uploads/web/uploads/reactions/react_lajk.png
-
Many times there was a problem
and on your forum I can normally enter the forum's main page
-
Many times there was a problem
strange, because I can normally enter other pages - profile/topic, but I can't enter the main page where there are sections ;/
-
Lack of smooth operation
Hello, after updating to IC5 I have a problem with the smoothness of the page, you can see it in the picture below. On IPS4 everything was fine, no lags https://imgur.com/nSnc42i
-
Many times there was a problem
Oh no :(
-
Many times there was a problem
Is there any way to do something about this? Unfortunately it is very annoying ;( Although your forum usually works for me and this error does not appear only on mine and newer IC5 forums
-
-
Many times there was a problem
Hi, On Safari: Many times there was a problem with .. (for example'ipsappzone.com'). - when I enter, for example, the user profile or a given product, this problem does not occur On Opera: When it loads the page, it immediately redirects to the same one and loads again. This happens on my iPhone X (16.7.10) - it's normal on the computer.
-
-
Developer Mode problem.
yes, I previously deleted the theme and added a new (fresh) one, where can I change these values? Yeah, I changed the core_themes id data from 1 to 4 and there is no solution, but there are still ten problems before:
-
Developer Mode problem.
After updating to beta 6 and updating developer tools, there is another problem when uncomment the lines in constants.php (define( 'IN_DEV', TRUE );)
-
Developer Mode problem.
Hi I have a problem with developer mode. After updating to IPS 5 and installing DEVTOOLS, I do not have any Developer Mode. And when I uncomment the lines in constants.php (define( 'IN_DEV', TRUE );) the page loads with only text and no option to do anything.
-
Table with external database.
Great, thanks. 🙂
-
-
Table with external database.
Error: Class name must be a valid object or a string (0) #0/public_html/system/Theme/Dev/Template.php(171): IPS\Theme\theme_core_front_tables_rows(Object(IPS\Helpers\Table\Db), Array, Array) #1 /public_html/system/Theme/Theme.php(4625) : eval()'d code(513): IPS\Theme\Dev\_Template->__call('rows', Array) #2 /public_html/system/Theme/Dev/Template.php(171): IPS\Theme\theme_core_front_tables_table(Object(IPS\Helpers\Table\Db), Array, Array, NULL, false) #3 /public_html/system/Helpers/Table/Table.php(579): IPS\Theme\Dev\_Template->__call('table', Array) #4 /public_html/system/Theme/Theme.php(4625) : eval()'d code(422): IPS\Helpers\Table\_Table->__toString() #5 /public_html/system/Theme/Dev/Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate(' - Invision Com...', Object(IPS\Helpers\Table\Db), Array) #6 /public_html/system/Dispatcher/Dispatcher.php(173): IPS\Theme\Dev\_Template->__call('globalTemplate', Array) #7 /public_html/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish() #8 /public_html/system/Dispatcher/Front.php(558): IPS\Dispatcher\_Standard->finish() #9 /public_html/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #10 /public_html/index.php(13): IPS\_Dispatcher->run() #11 {main} I probably have an incorrectly connected external database in $table $connection = \IPS\Db::i( 'external', array( 'sql_host' => 'localhost', 'sql_user' => 'username', 'sql_pass' => 'password', 'sql_database' => 'database_name', 'sql_port' => 3306, 'sql_socket' => '/var/lib/mysql.sock', 'sql_utf8mb4' => true, ) ); $database = \IPS\Db::i('external'); $tablee = 'table_db'; $baseUrl = \IPS\Http\Url::internal( 'app=test&module=test&controller=test' ); $table = new \IPS\Helpers\Table\Db($tablee, $baseUrl, NULL, NULL, $database); $table->include = array( 'id', 'id_name' ); \IPS\Output::i()->output = $table;
-
Table with external database.
somebody knows?
-
-
Table with external database.
I have connect, but how i must use $table? $connection = \IPS\Db::i( 'external', array( 'sql_host' => 'localhost', 'sql_user' => 'username', 'sql_pass' => 'password', 'sql_database' => 'database_name', 'sql_port' => 3306, 'sql_socket' => '/var/lib/mysql.sock', 'sql_utf8mb4' => true, ) ); $table = new IPS\Helpers\Table\Db( 'core_test', 'app=core&module=test§ion=test1', NULL, NULL, $connection);
-
Table with external database.
Hello, how can I extract data from an external database to a table? ($table)