Title: PHP Compatibility
Last modified: March 1, 2019

---

# PHP Compatibility

 *  [anto291](https://wordpress.org/support/users/anto291/)
 * (@anto291)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-compatibility-18/)
 * Hi, I receveid the message from WordPresse that some PHP in my site (www.albertofesti.
   com) is not compatible.
    I run the PHP Compatibility Checker and it says that
   the problem is in Sauron, with the message below. However my Sauron theme is 
   updated. What shall I do?
 * FILE: /web/htdocs/www.albertofesti.com/home/wp-content/themes/sauron/inc/admin/
   WDWT_support_information.php
    ————————————————————————————————————- FOUND 1 ERROR
   AND 1 WARNING AFFECTING 2 LINES ————————————————————————————————————- 67 | ERROR
   | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use
   mysqli instead 71 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP
   5.3 and removed since PHP 5.4 ————————————————————————————————————-
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-compatibility-18%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kima Baghdasaryan](https://wordpress.org/support/users/kimabaghdasaryan/)
 * (@kimabaghdasaryan)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-compatibility-18/#post-11272183)
 * Hi,
 * We will fix this in our upcoming version of the Theme.
 * Now, please open **wp-content/themes/sauron/inc/admin/WDWT_support_information.
   php** file **line 68** instead of
 * **MySQL Version: <?php echo @mysql_get_server_info() . “\n”; ?>**
 * write
 * **MySQL Version: <?php echo mysqli_get_server_info() . “\n”; ?>**
 * Thank you!
 * Have a nice day!
    -  This reply was modified 7 years, 3 months ago by [Kima Baghdasaryan](https://wordpress.org/support/users/kimabaghdasaryan/).
 *  Thread Starter [anto291](https://wordpress.org/support/users/anto291/)
 * (@anto291)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-compatibility-18/#post-11272297)
 * thank you!

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

The topic ‘PHP Compatibility’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sauron/1.1.29/screenshot.png)
 * Sauron
 * [Support Threads](https://wordpress.org/support/theme/sauron/)
 * [Active Topics](https://wordpress.org/support/theme/sauron/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sauron/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sauron/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [anto291](https://wordpress.org/support/users/anto291/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/php-compatibility-18/#post-11272297)
 * Status: not resolved