Title: [Plugin: Custom Content Type Manager] PHP Version Required?
Last modified: August 20, 2016

---

# [Plugin: Custom Content Type Manager] PHP Version Required?

 *  [brian7997](https://wordpress.org/support/users/brian7997/)
 * (@brian7997)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-version-required/)
 * When I transferred my website to a new host I am now getting an error:
 * `Parse error: syntax error, unexpected ')', expecting '(' in /home/platinum/public_html/
   wordpress/wp-content/plugins/custom-content-type-manager/loader.php on line 19`
 * The new server is running php 4.4.9 and I was wondering if that could be causing
   the issue.
 * [http://wordpress.org/extend/plugins/custom-content-type-manager/](http://wordpress.org/extend/plugins/custom-content-type-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-version-required/#post-2117857)
 * Absolutely, moving hosts could cause the issue: PHP 5.2 is required. The syntax
   of the older PHP versions is not the same, nor are the object oriented calls 
   possible. PHP 4 is dead; WP itself will require PHP 5 starting with 3.2 I think.
   The plugin does check for a minimum required PHP version when the plugin is loaded,
   but simply due to the constructs used in the tests themselves, the tests may 
   fail if attempted on an older PHP (as in your case).
 * I’d recommend a different server.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Custom Content Type Manager] PHP Version Required?’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-version-required/#post-2117857)
 * Status: not resolved