- Statut : non résolu
- Ce sujet contient 21 réponses, 4 participants et a été mis à jour pour la dernière fois par dinamoh, le il y a 12 années et 7 mois.
-
AuteurMessages
-
19 février 2012 à 10 h 25 min #505864
Bonjour,
Ma configuration WP actuelle 332 je crois
– Version de WordPress : 332
– Version de PHP/MySQL : 5.0
– Thème utilisé : inconnu
– Extensions en place :
– Nom de l’hebergeur : OVH
– Adresse du site : http://www.chapeaudane.comProblème(s) rencontré(s) :
J’ai bidouillé (soyons honnête, il n’y a pas d’autres mots…) le blog de ma femme. Hébergé chez OVH, j’ai upgradé WP… problème créé avec la version PHP… du coup j’ai fait un htaccess pour déclarer la version PHP en 5.0… je suis passé au niveau 2 (celui ou je suis actuellement…) avec ce message :
Parse error: syntax error, unexpected ‘,’ in /homez.35/dinamoh/www/chapeau_dane-1/wp-includes/compat.php on line 97J’avoue que là je suis face au vide intersidéral de mon incompétence… qui pourrait m’aider ?
Très cordialement.
PS : pas de moquerie svp 😉) … il y a des sujets où je suis par contre un expert !
19 février 2012 à 11 h 32 min #817594Ben, vous devez être en PHP 5.2.4 minimum, 5.0 ne suffit pas pour WP 3.3.1 !
19 février 2012 à 11 h 54 min #817595Bonjour, premièrement vous aviez quelle version avant, au pire écraser en chargeant par le FTP la même version que vous aviez .. Attention au fichier wp-config
Pour php 5 chez ovh il est bien en 5.2 et dans le htacces = SetEnv PHP_VER 519 février 2012 à 14 h 03 min #817592Bah j’ai pas gardé l’ancienne version
pour php j’ai fait un htacces avec « SetEnv PHP_VER 5_3 »
et j’ai ce message :
Parse error: syntax error, unexpected ‘,’ in /homez.35/dinamoh/www/chapeau_dane-1/wp-includes/compat.php on line 97merci à toutes et à tous !
19 février 2012 à 14 h 08 min #817591désactivez TOUTES les extensions et activez le thème par défaut, le problème persiste-t-il ?
19 février 2012 à 14 h 39 min #817590Ok mais je n’ai pas accès au wp-admin donc je ne peux pas désactivé…
merci pour l’aide.
19 février 2012 à 15 h 27 min #817597Il suffit de renommer le dossier plugins dans wp-content en autre chose, via ftp
19 février 2012 à 15 h 36 min #817598J’ai renomme le pfichier plug dans le wp-content du dossier dans ftp et… rien de changé…
19 février 2012 à 15 h 38 min #817596De même renommez via FTP (avec Filezilla) votre thème de façon à activer le thème par défaut.
Le problème persiste-t-il ?
S’il persiste, faites une mise à jour en manuel de WordPress :
http://codex.wordpress.org/fr:Mettre_a_Jour_WordPress19 février 2012 à 15 h 46 min #817599oui je renommé le dossier THEMES
vous pensez que le passage en mode manuel est raisonnable pour un utilisateur de mon niveau ?
merci
19 février 2012 à 15 h 47 min #817600Dans ce genre de cas, le mode manuel est le seul qui est fiable !
19 février 2012 à 15 h 48 min #817601… si seulement que fait la ligne 97…
19 février 2012 à 15 h 54 min #817602dinamoh wrote:… si seulement que fait la ligne 97…Ah vous préférez la méthode GROSSE galère : voir dans les fichiers WordPress quel est le problème !
Alors, il vous faut regarder la ligne 97 du fichier compat.php situé dans le repertoire wp-includes, comme l’indique l’erreur.
Mais, de toutes façons, modifier le CORE de WordPress n’est pas à votre portée !
19 février 2012 à 16 h 42 min #817603… j’ai suivi les conseils et suis passé en mode manuel.
Résultat : on avance !
Mais maintenant il y a du code qui apparait en t^te d site (www.chapeaudane.com):
equire (ABSPATH . WPINC . ‘/cron.php’); require (ABSPATH . WPINC . ‘/version.php’); require (ABSPATH . WPINC . ‘/deprecated.php’); require (ABSPATH . WPINC . ‘/script-loader.php’); require (ABSPATH . WPINC . ‘/taxonomy.php’); require (ABSPATH . WPINC . ‘/update.php’); require (ABSPATH . WPINC . ‘/canonical.php’); require (ABSPATH . WPINC . ‘/shortcodes.php’); require (ABSPATH . WPINC . ‘/media.php’); if ( !defined(‘WP_CONTENT_URL’) ) define( ‘WP_CONTENT_URL’, get_option(‘siteurl’) . ‘/wp-content’); // full url – WP_CONTENT_DIR is defined further up /** * Allows for the plugins directory to be moved from the default location. * * @since 2.6 */ if ( !defined(‘WP_PLUGIN_DIR’) ) define( ‘WP_PLUGIN_DIR’, WP_CONTENT_DIR . ‘/plugins’ ); // full path, no trailing slash if ( !defined(‘WP_PLUGIN_URL’) ) define( ‘WP_PLUGIN_URL’, WP_CONTENT_URL . ‘/plugins’ ); // full url, no trailing slash if ( !defined(‘PLUGINDIR’) ) define( ‘PLUGINDIR’, ‘wp-content/plugins’ ); // Relative to ABSPATH. For back compat. if ( ! defined(‘WP_INSTALLING’) ) { // Used to guarantee unique hash cookies $cookiehash = md5(get_option(‘siteurl’)); /** * Used to guarantee unique hash cookies * @since 1.5 */ define(‘COOKIEHASH’, $cookiehash); } /** * Should be exactly the same as the default value of SECRET_KEY in wp-config-sample.php * @since 2.5 */ $wp_default_secret_key = ‘put your unique phrase here’; /** * It is possible to define this in wp-config.php * @since 2.0.0 */ if ( !defined(‘USER_COOKIE’) ) define(‘USER_COOKIE’, ‘wordpressuser_’ . COOKIEHASH); /** * It is possible to define this in wp-config.php * @since 2.0.0 */ if ( !defined(‘PASS_COOKIE’) ) define(‘PASS_COOKIE’, ‘wordpresspass_’ . COOKIEHASH); /** * It is possible to define this in wp-config.php * @since 2.5 */ if ( !defined(‘AUTH_COOKIE’) ) define(‘AUTH_COOKIE’, ‘wordpress_’ . COOKIEHASH); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘SECURE_AUTH_COOKIE’) ) define(‘SECURE_AUTH_COOKIE’, ‘wordpress_sec_’ . COOKIEHASH); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘LOGGED_IN_COOKIE’) ) define(‘LOGGED_IN_COOKIE’, ‘wordpress_logged_in_’ . COOKIEHASH); /** * It is possible to define this in wp-config.php * @since 2.3.0 */ if ( !defined(‘TEST_COOKIE’) ) define(‘TEST_COOKIE’, ‘wordpress_test_cookie’); /** * It is possible to define this in wp-config.php * @since 1.2.0 */ if ( !defined(‘COOKIEPATH’) ) define(‘COOKIEPATH’, preg_replace(‘|https?://[^/]+|i’, », get_option(‘home’) . ‘/’ ) ); /** * It is possible to define this in wp-config.php * @since 1.5.0 */ if ( !defined(‘SITECOOKIEPATH’) ) define(‘SITECOOKIEPATH’, preg_replace(‘|https?://[^/]+|i’, », get_option(‘siteurl’) . ‘/’ ) ); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘ADMIN_COOKIE_PATH’) ) define( ‘ADMIN_COOKIE_PATH’, SITECOOKIEPATH . ‘wp-admin’ ); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘PLUGINS_COOKIE_PATH’) ) define( ‘PLUGINS_COOKIE_PATH’, preg_replace(‘|https?://[^/]+|i’, », WP_PLUGIN_URL) ); /** * It is possible to define this in wp-config.php * @since 2.0.0 */ if ( !defined(‘COOKIE_DOMAIN’) ) define(‘COOKIE_DOMAIN’, false); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘FORCE_SSL_ADMIN’) ) define(‘FORCE_SSL_ADMIN’, false); force_ssl_admin(FORCE_SSL_ADMIN); /** * It is possible to define this in wp-config.php * @since 2.6 */ if ( !defined(‘FORCE_SSL_LOGIN’) ) define(‘FORCE_SSL_LOGIN’, false); force_ssl_login(FORCE_SSL_LOGIN); /** * It is possible to define this in wp-config.php * @since 2.5.0 */ if ( !defined( ‘AUTOSAVE_INTERVAL’ ) ) define( ‘AUTOSAVE_INTERVAL’, 60 ); require (ABSPATH . WPINC . ‘/vars.php’); // Check for hacks file if the option is enabled if (get_option(‘hack_file’)) { if (file_exists(ABSPATH . ‘my-hacks.php’)) require(ABSPATH . ‘my-hacks.php’); } if ( get_option(‘active_plugins’) ) { $current_plugins = get_option(‘active_plugins’); if ( is_array($current_plugins) ) { foreach ($current_plugins as $plugin) { if ( » != $plugin && 0 == validate_file($plugin) && file_exists(WP_PLUGIN_DIR . ‘/’ . $plugin) ) include_once(WP_PLUGIN_DIR . ‘/’ . $plugin); } } } require (ABSPATH . WPINC . ‘/pluggable.php’); /* * In most cases the default internal encoding is latin1, which is of no use, * since we want to use the mb_ functions for utf-8 strings */ if (function_exists(‘mb_internal_encoding’)) { if (!@mb_internal_encoding(get_option(‘blog_charset’))) mb_internal_encoding(‘UTF-8’); } if ( defined(‘WP_CACHE’) && function_exists(‘wp_cache_postload’) ) wp_cache_postload(); do_action(‘plugins_loaded’); $default_constants = array( ‘WP_POST_REVISIONS’ => true ); foreach ( $default_constants as $c => $v ) @define( $c, $v ); // will fail if the constant is already defined unset($default_constants, $c, $v); // If already slashed, strip. if ( get_magic_quotes_gpc() ) { $_GET = stripslashes_deep($_GET ); $_POST = stripslashes_deep($_POST ); $_COOKIE = stripslashes_deep($_COOKIE); } // Escape with wpdb. $_GET = add_magic_quotes($_GET ); $_POST = add_magic_quotes($_POST ); $_COOKIE = add_magic_quotes($_COOKIE); $_SERVER = add_magic_quotes($_SERVER); do_action(‘sanitize_comment_cookies’); /** * WordPress Query object * @global object $wp_the_query * @since 2.0.0 */ $wp_the_query =& new WP_Query(); /** * Holds the reference to @see $wp_the_query * Use this global for WordPress queries * @global object $wp_query * @since 1.5.0 */ $wp_query =& $wp_the_query; /** * Holds the WordPress Rewrite object for creating pretty URLs * @global object $wp_rewrite * @since 1.5.0 */ $wp_rewrite =& new WP_Rewrite(); /** * WordPress Object * @global object $wp * @since 2.0.0 */ $wp =& new WP(); do_action(‘setup_theme’); /** * Web Path to the current active template directory * @since 1.5 */ define(‘TEMPLATEPATH’, get_template_directory()); /** * Web Path to the current active template stylesheet directory * @since 2.1 */ define(‘STYLESHEETPATH’, get_stylesheet_directory()); // Load the default text localization domain. load_default_textdomain(); /** * The locale of the blog * @since 1.5.0 */ $locale = get_locale(); $locale_file = WP_LANG_DIR . « /$locale.php »; if ( is_readable($locale_file) ) require_once($locale_file); // Pull in locale data after loading text domain. require_once(ABSPATH . WPINC . ‘/locale.php’); /** * WordPress Locale object for loading locale domain date and various strings. * @global object $wp_locale * @since 2.1.0 */ $wp_locale =& new WP_Locale(); // Load functions for active theme. if ( TEMPLATEPATH !== STYLESHEETPATH && file_exists(STYLESHEETPATH . ‘/functions.php’) ) include(STYLESHEETPATH . ‘/functions.php’); if ( file_exists(TEMPLATEPATH . ‘/functions.php’) ) include(TEMPLATEPATH . ‘/functions.php’); /** * shutdown_action_hook() – Runs just before PHP shuts down execution. * * @access private * @since 1.2 */ function shutdown_action_hook() { do_action(‘shutdown’); wp_cache_close(); } register_shutdown_function(‘shutdown_action_hook’); $wp->init(); // Sets up current user. // Everything is loaded and initialized. do_action(‘init’); ?>
qu’en pensez-vous ?
19 février 2012 à 16 h 43 min #817604Que vous n’avez pas bien fait la mise à jour en mode manuel !
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.