Title: Website crashed
Last modified: November 7, 2016

---

# Website crashed

 *  [casparsmits](https://wordpress.org/support/users/casparsmits/)
 * (@casparsmits)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/website-crashed-8/)
 * Hey developer,
 * I just wanted to let you know, I updated the plugin to version 1.3 and then my
   website crashed.
 * I got the following error on every page:
 * Warning: require_once(lib/phpinfo-class.php): failed to open stream: No such 
   file or directory in /home/*/public_html/wp-content/plugins/phpinfo-print/phpinfo-
   print.php on line 36
 * Fatal error: require_once(): Failed opening required ‘lib/phpinfo-class.php’ (
   include_path=’.:/opt/local/lib/php’) in /home/*/public_html/wp-content/plugins/
   phpinfo-print/phpinfo-print.php on line 36
 * I had to delete the phpinfo plugin folder through FTP. I don’t know if it’s a
   one-time case but if not, I thought I should warn you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Esteban](https://wordpress.org/support/users/tcattd/)
 * (@tcattd)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/website-crashed-8/#post-8410468)
 * Confirming.
    Latest release broke the plugin.
 * The plugin requieres a file: require_once( ‘lib/phpinfo-class.php’ );
 * But that file doesn’t exists on the server.
    The files inside the lib folder 
   are: phpinfoClass.php and phpinfoMenu.php.
 * That’s the main issue here.
 *  [gofigure](https://wordpress.org/support/users/gofigure/)
 * (@gofigure)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/website-crashed-8/#post-8449577)
 * Hi,
 * Filename is not the same:
 * require_once( ‘lib/phpinfo-class.php’ );
 * should be:
    require_once( ‘lib/**phpinfoClass.php**’ );
 * fix on the next release?
    -  This reply was modified 9 years, 6 months ago by [gofigure](https://wordpress.org/support/users/gofigure/).
 *  [subvertedheart](https://wordpress.org/support/users/subvertedheart/)
 * (@subvertedheart)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/website-crashed-8/#post-8607779)
 * In addition to that filename fix, in _phpinfo-print.php_
    Change the last two
   lines to:
 *     ```
       phpinfo::installActions();
       phpinfo::installPlugin();
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Website crashed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/phpinfo-print_b7b7cc.svg)
 * [PHPINFO Print](https://wordpress.org/plugins/phpinfo-print/)
 * [Support Threads](https://wordpress.org/support/plugin/phpinfo-print/)
 * [Active Topics](https://wordpress.org/support/plugin/phpinfo-print/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/phpinfo-print/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/phpinfo-print/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [subvertedheart](https://wordpress.org/support/users/subvertedheart/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/website-crashed-8/#post-8607779)
 * Status: not resolved