Parse error: syntax error, unexpected T_STRING
-
I have an interesting issue on my official server it gives me this error – Parse error: syntax error, unexpected T_STRING in /var/www/html/wp-content/plugins/carousel-slider/includes/Carousel_Slider_Form.php on line 9 after the update. The server specs mysql 5.5.54, php 5.5.38.
The row in the file is at:
if( ! trait_exists(‘Carousel_Slider_Form’) ):trait Carousel_Slider_Form
{
public function text( array $args )
{
The trait Carousel_Slider_Form line is giving me problem, and i cant figure out why.The more interesting thing is that localy/development server it works perfectly.
My local specs are php 5.4.12 mysql 5.6.12.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Parse error: syntax error, unexpected T_STRING’ is closed to new replies.