Какво означава Parse error: syntax error, unexpected T_VARIA

montana

Registered
Изкарва ми тази грешка
Parse error: syntax error, unexpected T_VARIABLE in /home/сайта/public_html/wp-content/themes/collection/includes/theme-postmeta.php on line 1

А това е на ред 1

Код:
<?php

Файл: http://vsi4ko-li-e-zaeto-be.hit.bg/theme-postmeta.php
 
Само в тоя файл намерих да се инклудва function.php

PHP:
<?php

// Post Meta
include("includes/theme-postmeta.php");

// Portfolio Meta
include("includes/theme-portfoliometa.php");

// Post Types
include("includes/theme-posttypes.php");

// Custom Widgets
include("includes/theme-widgets.php");

// Theme Options
include("includes/theme-options.php");

// Custom Functions
include("includes/custom-functions.php");

// Sidebar Initial
include("includes/sidebar-init.php");

// Post Thumbnails
include("includes/post-thumbnails.php");

// Theme Options Panel
include("functions/admin_functions.php");
include("functions/theme_functions.php");

?>
 
немоа разбера но пробвай на променливата $prefix вместо единични сложи двойни ;]
 
Отвори файла с редактор различен от Notepad и провери дали преди <?php нямаш разстояние или нещо такова.
 
Отвори този пхп файл и провери за грешки ако не прати кода да го погледнем там е проблема.
// Post Metainclude("includes/theme-postmeta.php");
 

Back
Горе