Jump to content

Verto

Clients
  • Joined

  • Last visited

  1. Is there any expiration limit, independently of the default one configured in init.php and the custom one configured in constants.php? The system keeps closing my sessions after one hour has elapsed. I have configured a limit of 8 hours, in constants.php, but it does not respect it.
  2. Thank you very much. You don't know how much I appreciate being able to solve this problem.
  3. Thanks for the tip. Actually it was due to a move of the files to a new server, and then a change of domain, on a different server. In both cases, the database name had to be changed and also the installation path, due to different operating systems. But it is now solved and everything is working correctly again.
  4. First of all, thank you very much for your help. The problem is that I don't see that constant on the information page you provided. I was looking there previously, in case I found something but I didn't see anything. However, I understand that a constant can be set to delimit the session expiration time, but I don't know how to define it. should I set the time in minutes, seconds, how? Something like this for two hours?: \define('ACP_SESSION_TIMEOUT','120');
  5. It has happened to me several times. Try deleting the entire contents of the datastore folder (except the index.html file), from the root of your IPS installation.
  6. Hello. I would like to increase the waiting time before logout, when no activity is detected, in the administration area. It happens to me very often, that I am working on the development of some explanatory text, and when I go to save it, the session has expired and I lose all the work done. If someone can tell me how to increase this time, I would be very grateful.
  7. Yes, that's right, I was referring to the general IPS installation database. Thank you very much again for the help.
  8. Thank you for your help. The database will have the old domain registered so, I guess the database records will need to be changed as well. That is my doubt 😄
  9. Hi. I need to change the server and domain name of an installation, belonging to a project I was working on. A new partner has joined the project and I need to make some changes with respect to the original project. I would have no problem changing the server, but I have never changed the domain name of an installation. And I don't know very well what I would have to adapt, besides changing the new domain in the configuration file. I understand that I should also change it in the database backup, but I don't know what other things I would need to adapt, so that the installation would run under the new domain. If you can help me, I would appreciate it very much. Thank you and best regards. Happy Holidays.
  10.    Verto reacted to a file: Developer Tools for version 4
  11. Thank you for your help. Actually, the indicated table was indeed present in the database, but for some reason it was generating the mentioned error. I had to restore a backup and update again, to solve the problem. From what I have been investigating, the problem had to be caused by a third party plugin, which I have had to deactivate, pending an update from its developer. Thanks in any case for your interest and help. Best regards
  12. Hello. Today I was updating the installation to version 4.7.18, but when I finished the update, when accessing the site I get the error : “An error has occurred (Error 500). We are sorry, but a temporary technical error has occurred which means that we are unable to display this site at this time. You can try again by clicking the button below, or try again later.” I modified constants.php and enabled recovery mode. I was able to access the site, but when I deactivated recovery mode, the error reappeared. I checked the php error log, and I see this error: thrown in /home/talentaaurea/public_html/system/Db/Db/Db.php on line 638 #5 {main} #4 [internal function]: session_write_close() #3 [internal function]: IPS_Session_Front->write() #2 /home/talentaaurea/public_html/system/Session/Front.php(375): IPSession->updateSession->updateSession(). #1 /home/talentaaurea/public_html/system/Session/Store/Database.php(77): IPSDB->insert(). #0 /home/talentaaurea/public_html/system/Db/Db/Database.php(941): IPS\_Db->preparedQuery(). Stack trace: [25-Oct-2024 12:04:08 UTC] PHP Fatal error: Uncaught IPSDBException: Table 'talenta_db1.core_sessions' doesn't exist in /home/talentaaurea/public_html/system/Db/Db/Db.php:638 Can you help me? Thank you and best regards
  13. Hello and thank you for the idea. By deleting the entire contents of the 'datastore' directory, I was able to regain access. Thank you very much once again
  14. Hello. I sincerely thank you for your interest in helping me. I have already tried this method, but the problem still persists. I really don't know what to do
  15. Hello. I just updated a third party application, specifically the Testimonials application, but the update has broken the IPS installation and now I cannot access the site, nor the administration. I get the following error: OutOfRangeException: (0) #0 /home/talentaaurea/public_html/system/Member/Member.php(870): IPS\Patterns\_ActiveRecord::load() #1 /home/talentaaurea/public_html/init.php(940) : eval()'d code(30): IPS\_Member->get_group() #2 /home/talentaaurea/public_html/system/Patterns/ActiveRecord.php(335): IPS\form_hook_memberSource->get_group() #3 /home/talentaaurea/public_html/system/Dispatcher/Standard.php(87): IPS\Patterns\_ActiveRecord->__get() #4 /home/talentaaurea/public_html/init.php(940) : eval()'d code(39): IPS\Dispatcher\_Standard::baseJs() #5 /home/talentaaurea/public_html/init.php(940) : eval()'d code(41): IPS\Dispatcher\sllredirects_hook_a443ceb551f6b8a3ce30fbf321907803::baseJs() #6 /home/talentaaurea/public_html/init.php(940) : eval()'d code(15): IPS\Dispatcher\friends_hook_loadJSandCSS::baseJs() #7 /home/talentaaurea/public_html/init.php(940) : eval()'d code(15): IPS\Dispatcher\videobox_hook_includeJSandCSS::baseJs() #8 /home/talentaaurea/public_html/init.php(940) : eval()'d code(15): IPS\Dispatcher\slidermaker_hook_includeJSandCSS::baseJs() #9 /home/talentaaurea/public_html/init.php(940) : eval()'d code(16): IPS\Dispatcher\testm_hook_includeJSandCSS::baseJs() #10 /home/talentaaurea/public_html/init.php(940) : eval()'d code(15): IPS\Dispatcher\musicbox_hook_includeJSandCSS::baseJs() #11 /home/talentaaurea/public_html/init.php(940) : eval()'d code(15): IPS\Dispatcher\hook1490::baseJs() #12 /home/talentaaurea/public_html/init.php(940) : eval()'d code(9): IPS\Dispatcher\hook276::baseJs() #13 /home/talentaaurea/public_html/system/Dispatcher/Admin.php(90): IPS\Dispatcher\hook1721::baseJs() #14 /home/talentaaurea/public_html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Admin->init() #15 /home/talentaaurea/public_html/admin/index.php(13): IPS\_Dispatcher::i() #16 {main} I have tried to access the site using the RECOVERY MODE, but the error persists and my website has become unusable. I have contacted the developer of the application, but regardless of this, I need to be able to recover the website, and I can't because neither the administration nor the site can be accessed. [[Template core/front/global/includeDataLayer is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template valastory/front/view/comments is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/front/global/announcementContentTop is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template valamenuplus/global/menu/valaMobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/front/global/announcementTop is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/front/global/userBar is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Please, I need urgent help Thank you very much
  16. Thank you for your support. All file and directory permissions were correct. The problem was another one. When uploading the update files, I uploaded them directly from the server administration, and they were registered as property of the root user. I modified the ownership of the files, and the error disappeared. I was able to successfully complete the upgrade. Thanks anyway for the help and best regards.