Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]Problem z tworzeniem panelu
-balboa30-
post
Post #1





Goście







Witam,mam problem otóz gdy tworzę nowy panel wyskakuje mi coś takiego
Parse error: syntax error, unexpected T_STRING in /var/www/sites/yoyo.pl/l/f/lf2kon/administration/panel_editor.php(123) : eval()'d code on line 3
Tutaj pare pierwszych linijek bo jeśli dobrze rozumiem to błąd jest w linijce
  1. require_once "../maincore.php";
  2.  
  3. if (!checkrights("P") || !defined("iAUTH") || $_GET['aid'] != iAUTH) { redirect("../index.php"); }
  4.  
  5. require_once THEMES."templates/admin_header.php";
  6. include LOCALE.LOCALESET."admin/panels.php";
  7.  
  8. $temp = opendir(INFUSIONS);
  9. while ($folder = readdir($temp)) {
  10. if (!in_array($folder, array(".","..")) && strstr($folder, "_panel")) {
  11. if (is_dir(INFUSIONS.$folder)) $panel_list[] = $folder;
  12. }
  13. }
  14. closedir($temp); sort($panel_list); array_unshift($panel_list, "none");
  15.  

Tutaj podaje cały plik panel editor w razie czego
http://www.sendspace.pl/file/b4b49642c4faa2504745899
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 23:43