The following warnings occurred:
Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 613 - File: inc/plugins/myadvertisements.php PHP 7.3.33 (Linux)
File Line Function
/inc/class_plugins.php 38 errorHandler->error
/inc/class_plugins.php 38 require_once
/inc/init.php 239 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 654 - File: inc/plugins/myadvertisements.php PHP 7.3.33 (Linux)
File Line Function
/inc/class_plugins.php 38 errorHandler->error
/inc/class_plugins.php 38 require_once
/inc/init.php 239 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 701 - File: inc/plugins/myadvertisements.php PHP 7.3.33 (Linux)
File Line Function
/inc/class_plugins.php 38 errorHandler->error
/inc/class_plugins.php 38 require_once
/inc/init.php 239 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 749 - File: inc/plugins/myadvertisements.php PHP 7.3.33 (Linux)
File Line Function
/inc/class_plugins.php 38 errorHandler->error
/inc/class_plugins.php 38 require_once
/inc/init.php 239 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? - Line: 801 - File: inc/plugins/myadvertisements.php PHP 7.3.33 (Linux)
File Line Function
/inc/class_plugins.php 38 errorHandler->error
/inc/class_plugins.php 38 require_once
/inc/init.php 239 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once



Linux & WebHosting Discussion and Support Forum
E The install encountered a fatal error: (XID ) The system failed to create the - Printable Version

+- Linux & WebHosting Discussion and Support Forum (https://serveradminsupport.com/forum)
+-- Forum: Hosting Forums (https://serveradminsupport.com/forum/forumdisplay.php?fid=3)
+--- Forum: Dedicated Server Hosting (https://serveradminsupport.com/forum/forumdisplay.php?fid=7)
+--- Thread: E The install encountered a fatal error: (XID ) The system failed to create the (/showthread.php?tid=63)



E The install encountered a fatal error: (XID ) The system failed to create the - Edward - 01-18-2017

Hi Guys

Any idea on this error . I am unable to do cpanel update nor able to install SSL cert in the server via whm. 

Any idea / fix will be great 

E The install encountered a fatal error: (XID 6t2utp) The system failed to create the temporary file “/var/tmp/389391._USR_LOCAL_CPANEL_SCRIPTS_UPDATENOW__.tmp.jqFsn5zw” because of an error: No such file or directory


RE: E The install encountered a fatal error: (XID ) The system failed to create the - sumesh - 01-18-2017

Hi

From the error it seems related to /var/tmp

1. Is the Disk usage on /var reached 100 percent ?
2. Is there any permission issue with /var/tmp ?
3. If you did run /scripts/securetmp during hardening, then please umount it and then run it again

#umount -l /var/tmp
#/scripts/securetmp

Let me know if any of the fix helps


RE: E The install encountered a fatal error: (XID ) The system failed to create the - Edward - 01-18-2017

Hi

That did the trick !!!

Below worked fine for me

#umount -l /var/tmp
#/scripts/securetmp


RE: E The install encountered a fatal error: (XID ) The system failed to create the - sumesh - 01-18-2017

Glad you got it fixed. Seems some sort of bug with the cpanel