Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 4Feb 4 Hello :)Can you tell me what this errors means and if it's possible to fix it ?System LogsThe log entry was triggered by a guestError: Failed opening required '/home/myboard/public_html/datastore/widget_activeUsers_dy5v2tv6q_f7de22f4407640484479254a846555b3.644e810594.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') (0)#0 /home/myboard/public_html/system/Data/Store/FileSystem.php(178): IPS\Data\Store\_FileSystem->get('widget_activeUs...')#1 /home/myboard/public_html/system/Data/AbstractData.php(126): IPS\Data\Store\_FileSystem->exists('widget_activeUs...')#2 /home/myboard/public_html/system/Data/Store.php(303): IPS\Data\_AbstractData->__isset('widget_activeUs...')#3 /home/myboard/public_html/system/Widget/Widget.php(904): IPS\Data\_Store->__isset('widget_activeUs...')#4 /home/myboard/public_html/uploads/template_10_94a9d7649fb9cdbfc784d3516e61a717_global.php(19056): IPS\_Widget->__toString()#5 /home/myboard/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->widgetContainer('footer', 'horizontal')#6 /home/myboard/public_html/uploads/template_10_94a9d7649fb9cdbfc784d3516e61a717_global.php(7350): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)#7 /home/myboard/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->globalTemplate('cadeau f\xC3\xAAte de...', '\n\n\n\n<div class=...', Array)#8 /home/myboard/public_html/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)#9 /home/myboard/public_html/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()#10 /home/myboard/public_html/system/Dispatcher/Front.php(598): IPS\Dispatcher\_Standard->finish()#11 /home/myboard/public_html/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()#12 /home/myboard/public_html/index.php(13): IPS\_Dispatcher->run()#13 {main}BACKTRACE#0 /home/myboard/public_html/init.php(1049): IPS\_Log::log('Error: Failed o...', 'uncaught_except...')#1 /home/myboard/public_html/system/Widget/Widget.php(939): IPS\IPS::exceptionHandler(Object(Error))#2 /home/myboard/public_html/uploads/template_10_94a9d7649fb9cdbfc784d3516e61a717_global.php(19056): IPS\_Widget->__toString()#3 /home/myboard/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->widgetContainer('footer', 'horizontal')#4 /home/myboard/public_html/uploads/template_10_94a9d7649fb9cdbfc784d3516e61a717_global.php(7350): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)#5 /home/myboard/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->globalTemplate('cadeau f\xC3\xAAte de...', '\n\n\n\n<div class=...', Array)#6 /home/myboard/public_html/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)#7 /home/myboard/public_html/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()#8 /home/myboard/public_html/system/Dispatcher/Front.php(598): IPS\Dispatcher\_Standard->finish()#9 /home/myboard/public_html/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()#10 /home/myboard/public_html/index.php(13): IPS\_Dispatcher->run()#11 {main}Thank you ! :)
February 4Feb 4 8 minutes ago, SecondSight said:Error: Failed opening required '/home/myboard/public_html/datastore/widget_activeUsers_dy5v2tv6q_f7de22f4407640484479254a846555b3.644e810594.php'The file there wasn't written on your server or was deleted. You would need to check with your hosting provider if the directory is writable to ensure this doesn't happen in the future.
February 4Feb 4 21 minutes ago, SecondSight said:Hello :)Can you tell me what this errors means and if it's possible to fix it ?Thank you ! :)Was there any changes done recently, either on the forum or server side before this error happened? I think that the widget mentioned in the error belongs to the the Recently Browsing widget.Additionally, can you try to clear the datastore to see if it's not something that has failed to write properly? You can do that at the Support section of your Admin Panel and once there select "Clear Cache."
February 4Feb 4 Author The file is on my server, in the datastore directory :[root@serveur datastore]# ls -l widget_activeUsers_dy5v2tv6q_f7de22f4407640484479254a846555b3.644e810594.php-rw-rw-rw- 1 myboard myboard 1703 Feb 4 19:10 widget_activeUsers_dy5v2tv6q_f7de22f4407640484479254a846555b3.644e810594.php[root@serveur datastore]#22 minutes ago, Jim M said:You would need to check with your hosting provider if the directory is writableThe directory permissions are : drwxr-xr-x 2 myboard myboard 196608 Feb 4 19:19 /home/myboard/public_html/datastoreThe files permissions are : -rw-rw-rw- 1 myboard myboard 1703 Feb 4 19:1013 minutes ago, Miss_B said:You can do that at the Support section of your Admin Panel and once there select "Clear Cache."When I click on "Clear system caches", it seems like the files are deleted, and then they are created again.
February 4Feb 4 3 minutes ago, SecondSight said:The directory permissions are : drwxr-xr-x 2 myboard myboard 196608 Feb 4 19:19 /home/myboard/public_html/datastoreThe files permissions are : -rw-rw-rw- 1 myboard myboard 1703 Feb 4 19:10You will need to contact your hosting provider if that is ample permissions to be writable and owned by the correct user/group.
February 4Feb 4 Author Sorry, I don't understand (English is not my mother language). Group and user is ok.Do you mean the permissions are not good ?The file permissions are 666 (rw- rw- rw-). Should it be 644 ?The datastore directory is rwxr-xr-x (755). Is it ok ?
February 4Feb 4 3 minutes ago, SecondSight said:Sorry, I don't understand (English is not my mother language). Group and user is ok.Do you mean the permissions are not good ?The file permissions are 666 (rw- rw- rw-). Should it be 644 ?The datastore directory is rwxr-xr-x (755). Is it ok ?You will need to discuss that with your hosting provider. We cannot tell you if that is OK or not for your server configuration.
February 4Feb 4 1 hour ago, SecondSight said:Error: Failed opening required '/home/myboard/public_html/datastore/widget_activeUsers_dy5v2tv6q_f7de22f4407640484479254a846555b3.644e810594.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') (0)Have a look at the cPanel support about this error. https://support.cpanel.net/hc/en-us/articles/4407057262231-PHP-error-Failed-opening-requiredWhat about this?45 minutes ago, Miss_B said:Was there any changes done recently, either on the forum or server side before this error happened?
February 5Feb 5 Author 21 hours ago, Miss_B said:What about this?I'm trying to find out about changes... :)