Title: PHP Parse error:  syntax error, unexpected T_STRING in Carousel Slider
Last modified: August 31, 2016

---

# PHP Parse error: syntax error, unexpected T_STRING in Carousel Slider

 *  [Phireak](https://wordpress.org/support/users/noeurphireak/)
 * (@noeurphireak)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-parse-error-syntax-error-unexpected-t_string-in-carousel-slider/)
 * I got this error after move my project from local to server, and I got this error
   message
    `PHP Parse error: syntax error, unexpected T_STRING`
 * and the line of error was in file Carousel_Admin.php Line 245
    `$meta_box = new\
   CarouselSlider\MetaBox($carousel_metabox);`
 * PHP version 5.4.24
    Wordpress version 4.4.2 Carousel Slider version 1.5.0
 * Please kindly to help me. Thank in advance
 * [https://wordpress.org/plugins/carousel-slider/](https://wordpress.org/plugins/carousel-slider/)

Viewing 1 replies (of 1 total)

 *  [sreerajr](https://wordpress.org/support/users/sreerajr/)
 * (@sreerajr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-parse-error-syntax-error-unexpected-t_string-in-carousel-slider/#post-7133752)
 * You have to do two things to fix this error
 * 1) change this
 * $meta_box = new \CarouselSlider\MetaBox($carousel_metabox);
    to $meta_box = new
   MetaBox($carousel_metabox); this in Carousel_Admin.php Line 245
 * 2) comment or remove this line namespace CarouselSlider; from admin/partials/
   MetaBox.php

Viewing 1 replies (of 1 total)

The topic ‘PHP Parse error: syntax error, unexpected T_STRING in Carousel Slider’
is closed to new replies.

 * ![](https://ps.w.org/carousel-slider/assets/icon.svg?rev=3102828)
 * [Carousel Slider](https://wordpress.org/plugins/carousel-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sreerajr](https://wordpress.org/support/users/sreerajr/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/php-parse-error-syntax-error-unexpected-t_string-in-carousel-slider/#post-7133752)
 * Status: not resolved