syntax error

Aperto da adrio64, Domenica - 03 Dicembre 2017 - 15:11

0 Utenti e 1 Visitatore stanno visualizzando questa discussione.

adrio64

ciao,  ho dovuto rimettere in sesto il forum e dopo aver caricato tutto il necessario tramite ftp dovevo ricaricare il db... 
ho utilizzato bigdump come sempre ma stavolta qualcosa non va....
compilo bigdump secondo l'esigenza, lo richiamo tramite browser e parte il tutto... arriva alla fine tutto a posto senza nessun errore..

sistemo il setting.php secondo i nuovi dati ma mi esce questo errore: syntax error, unexpected end of file

non capisco dove andare a cercare, di solito andava tutto bene....

grazie

emanuele

Tirando ad indovinare: hai un apice nella password di mysql (o qualche altra stringa in Settings.php).
Se così, deve essere preceduto da \ diventando:
$db_passwrod = 'qual\'cosa';

Flavio93Zena

Ovviamente emanuele intende
$db_password
e non passwrod :P

adrio64

#3
nella pass non ho slash o altri simboli

io non vedo nulla di anomalo....  ma ovviamente parlo da uno che non ci capisce nulla....

<?php



/**

 * Simple Machines Forum (SMF)

 *

 * @package SMF

 * @author Simple Machines http://www.simplemachines.org

 * @copyright 2011 Simple Machines

 * @license http://www.simplemachines.org/about/smf/license.php BSD

 *

 * @version 2.0

 */



########## Maintenance ##########

# Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.

$maintenance 0; # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)

$mtitle 'Maintenance Mode'; # Title for the Maintenance Mode message.

$mmessage 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!'; # Description of why the forum is in maintenance mode.



########## Forum Info ##########

$mbname 'tuosito'; # The name of your forum.

$language 'italian'; # The default language file set for the forum.

$boardurl 'https://tuosito/forum'; # URL to your forum's folder. (without the trailing /!)

$webmaster_email 'tuosito.info@gmail.com'; # Email address to send emails from. (like noreply@yourdomain.com.)

$cookiename 'SMFCookie954'; # Name of the cookie to set for authentication.



########## Database Info ##########

$db_type 'mysql';

$db_server 'localhost';

$db_name 'oretron_mule';

$db_user 'oretron';

$db_passwd 'bbbbbbbbbbbbb';

$ssi_db_user '';

$ssi_db_passwd '';

$db_prefix 'smf_';

$db_persist 0;

$db_error_send 0;



########## Directories/Files ##########

# Note: These directories do not have to be changed unless you move things.

$boarddir '/forum'; # The absolute path to the forum's folder. (not just '.'!)

$sourcedir '/forum/Sources'; # Path to the Sources directory.

$cachedir '/forum/cache'; # Path to the cache directory.



########## Error-Catching ##########

# Note: You shouldn't touch these settings.

$db_last_error 0;





# Make sure the paths are correct... at least try to fix them.

if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))

$boarddir dirname(__FILE__);

if (!
file_exists($sourcedir) && file_exists($boarddir '/Sources'))

$sourcedir $boarddir '/Sources';

if (!
file_exists($cachedir) && file_exists($boarddir '/cache'))

$cachedir $boarddir '/cache';



$image_proxy_secret 'hhhhhhhhhhhhhhh';

$image_proxy_maxsize 5190;

$image_proxy_enabled 0;

?>


questo e' il setting.php con nomi e pass difantasia ma e messo così

adrio64

#4
son 2 gg che mi spacco gli occhi a cercare un probabile errore ... ma purtroppo non ne vengo a capo....


ma il Settings_bak.php?   ho visto che e' praticamente identico al setting.php...

emanuele

#5
Da solo ed unicamente quella riga di errore? Nessun'altra indicazione? Non un nome di file? Non una riga?
E tra l'altro, quando esattamente ti esce l'errore? Durante l'import di del dump o quando visiti il forum?

adrio64

esce solo quella riga senza altra indicazione....  l'importazione e' andata bene nessun errore...

quando richiami il forum esce.... 

ovviamente ho corretto il setting.php secondo le nuove esigenze (postato sopra.. NON con le giuste coordinate, logicamente)

al richiamo del forum esce errore

emanuele

Ricarica i file via ftp, l''impressione è che il caricamento di qualcuno non è andato a buon fine.

adrio64

ricaricato il tutto uno alla volta.... nulla... sempre stesso errore........

emanuele

Al momento, l'unica cosa che mi viene in mente è uno script che verifica che tutti i file php in una certa directory (e relative sottodirectory) non hanno errori di sintassi, ma per usarlo serve linux o equivalenti e accesso alla riga di comando...
Lo uso sporadicamente anch'io per lo sviluppo.
Mettilo nella directory del forum e lancialo.
Lavora meglio da riga di comando, ma dovrebbe funzionare anche nel browser, alla fine della pagina ci sarà la lista dei fine con errori di sintassi.

adrio64

#10
allora... lanciato quel file mi e' uscita una paginata di vari codici ad un certo punto smettono e parte una numerazione da 0---->536
vedi sotto

prima parte


testing ./attachments/index.php testing ./Themes/iron_sharpens_iron/images/bbc/index.php testing ./Themes/iron_sharpens_iron/images/topic/index.php testing ./Themes/iron_sharpens_iron/images/italian/index.php testing ./Themes/iron_sharpens_iron/images/english/index.php testing ./Themes/iron_sharpens_iron/images/index.php testing ./Themes/iron_sharpens_iron/images/post/index.php testing ./Themes/iron_sharpens_iron/images/buttons/index.php testing ./Themes/iron_sharpens_iron/images/icons/index.php testing ./Themes/iron_sharpens_iron/images/admin/index.php testing ./Themes/iron_sharpens_iron/index.template.php testing ./Themes/iron_sharpens_iron/index.php testing ./Themes/iron_sharpens_iron/Settings.template.php testing ./Themes/iron_sharpens_iron/languages/index.php testing ./Themes/core/MessageIndex.template.php testing ./Themes/core/images/bbc/index.php testing ./Themes/core/images/topic/index.php testing ./Themes/core/images/italian/index.php testing ./Themes/core/images/english/index.php testing ./Themes/core/images/index.php testing ./Themes/core/images/post/index.php testing ./Themes/core/images/buttons/index.php testing ./Themes/core/images/icons/index.php testing ./Themes/core/images/admin/index.php testing ./Themes/core/index.template.php testing ./Themes/core/index.php testing ./Themes/core/GenericMenu.template.php testing ./Themes/core/Display.template.php testing ./Themes/core/Memberlist.template.php testing ./Themes/core/css/index.php testing ./Themes/core/Recent.template.php testing ./Themes/core/Settings.template.php testing ./Themes/core/PersonalMessage.template.php testing ./Themes/core/Stats.template.php testing ./Themes/core/BoardIndex.template.php testing ./Themes/core/languages/Settings.english.php testing ./Themes/core/languages/index.php testing ./Themes/core/languages/Settings.italian.php testing ./Themes/heliosmulti_smf20final_b/images/bbc/index.php testing ./Themes/heliosmulti_smf20final_b/images/topic/index.php testing ./Themes/heliosmulti_smf20final_b/images/italian/index.php testing ./Themes/heliosmulti_smf20final_b/images/english/index.php testing ./Themes/heliosmulti_smf20final_b/images/index.php testing ./Themes/heliosmulti_smf20final_b/images/post/index.php testing ./Themes/heliosmulti_smf20final_b/images/buttons/index.php testing ./Themes/heliosmulti_smf20final_b/images/icons/index.php testing ./Themes/heliosmulti_smf20final_b/images/admin/index.php testing ./Themes/heliosmulti_smf20final_b/images/languages/Settings.english.php testing ./Themes/heliosmulti_smf20final_b/index.template.php testing ./Themes/heliosmulti_smf20final_b/index.php testing ./Themes/heliosmulti_smf20final_b/GenericMenu.template.php testing ./Themes/heliosmulti_smf20final_b/Themes.template.php testing ./Themes/heliosmulti_smf20final_b/Settings.template.php testing ./Themes/heliosmulti_smf20final_b/BoardIndex.template.php testing ./Themes/heliosmulti_smf20final_b/languages/ThemeStrings.english.php testing ./Themes/index.php testing ./Themes/default/ModerationCenter.template.php testing ./Themes/default/Reminder.template.php testing ./Themes/default/Login.template.php testing ./Themes/default/ManageCalendar.template.php testing ./Themes/default/SendTopic.template.php testing ./Themes/default/Packages.template.php testing ./Themes/default/HtsAdmin.template.php testing ./Themes/default/ManageBoards.template.php testing ./Themes/default/scripts/index.php testing ./Themes/default/Notify.template.php testing ./Themes/default/ManageBans.template.php testing ./Themes/default/Xml.template.php testing ./Themes/default/ManageScheduledTasks.template.php testing ./Themes/default/SplitTopics.template.php testing ./Themes/default/MessageIndex.template.php testing ./Themes/default/images/bbc/index.php testing ./Themes/default/images/topic/index.php testing ./Themes/default/images/italian/index.php testing ./Themes/default/images/english/index.php testing ./Themes/default/images/index.php testing ./Themes/default/images/post/index.php testing ./Themes/default/images/buttons/index.php testing ./Themes/default/images/smfhacks_images/index.php testing ./Themes/default/images/icons/index.php testing ./Themes/default/images/admin/index.php testing ./Themes/default/MoveTopic.template.php testing ./Themes/default/Post.template.php testing ./Themes/default/ManageAttachments.template.php testing ./Themes/default/GenericControls.template.php testing ./Themes/default/Shoutbox.template.php testing ./Themes/default/BoardAttachments.template.php testing ./Themes/default/index.template.php testing ./Themes/default/smfhacks_templates/index.php testing ./Themes/default/smfhacks_templates/global-hf.template.php testing ./Themes/default/Register.template.php testing ./Themes/default/index.php testing ./Themes/default/ManageMembers.template.php testing ./Themes/default/SimTopics.template.php testing ./Themes/default/GenericList.template.php testing ./Themes/default/GenericMenu.template.php testing ./Themes/default/ManageMembergroups.template.php testing ./Themes/default/ThankYouPost.template.php testing ./Themes/default/ManagePermissions.template.php testing ./Themes/default/ManageSmileys.template.php testing ./Themes/default/Calendar.template.php testing ./Themes/default/Poll.template.php testing ./Themes/default/ManageMail.template.php testing ./Themes/default/Themes.template.php testing ./Themes/default/Printpage.template.php testing ./Themes/default/ManagePaid.template.php testing ./Themes/default/Display.template.php testing ./Themes/default/Memberlist.template.php testing ./Themes/default/Search.template.php testing ./Themes/default/Wireless.template.php testing ./Themes/default/css/smfhacks_css/index.php testing ./Themes/default/css/index.php testing ./Themes/default/Recent.template.php testing ./Themes/default/Errors.template.php testing ./Themes/default/Who.template.php testing ./Themes/default/Settings.template.php testing ./Themes/default/PersonalMessage.template.php testing ./Themes/default/Admin.template.php testing ./Themes/default/ManageNews.template.php testing ./Themes/default/ManageMaintenance.template.php testing ./Themes/default/ManageSearch.template.php testing ./Themes/default/Stats.template.php testing ./Themes/default/BoardIndex.template.php testing ./Themes/default/languages/UsersOnlineToday.english-utf8.php testing ./Themes/default/languages/Login.italian.php testing ./Themes/default/languages/Wireless.english.php testing ./Themes/default/languages/UsersOnlineToday.danish-utf8.php testing ./Themes/default/languages/Login.english.php testing ./Themes/default/languages/UsersOnlineToday.russian.php testing ./Themes/default/languages/Stats.italian.php testing ./Themes/default/languages/UsersOnlineToday.finnish-utf8.php testing ./Themes/default/languages/Shoutbox.english-utf8.php testing ./Themes/default/languages/Search.italian.php testing ./Themes/default/languages/UsersOnlineToday.portuguese_brazilian.php testing ./Themes/default/languages/EmailTemplates.italian.php testing ./Themes/default/languages/Themes.italian.php testing ./Themes/default/languages/UsersOnlineToday.german-utf8.php testing ./Themes/default/languages/ManageSettings.italian.php testing ./Themes/default/languages/SimTopics.russian-utf8.php testing ./Themes/default/languages/Wireless.italian.php testing ./Themes/default/languages/Shoutbox.english.php testing ./Themes/default/languages/UsersOnlineToday.croatian.php testing ./Themes/default/languages/Admin.italian.php testing ./Themes/default/languages/Shoutbox.portuguese_pt.php testing ./Themes/default/languages/Help.english.php testing ./Themes/default/languages/UsersOnlineToday.spanish_latin-utf8.php testing ./Themes/default/languages/Profile.italian.php testing ./Themes/default/languages/Packages.english.php testing ./Themes/default/languages/Manual.italian.php testing ./Themes/default/languages/ModerationCenter.italian.php testing ./Themes/default/languages/Settings.english.php testing ./Themes/default/languages/index.php testing ./Themes/default/languages/ModerationCenter.english.php testing ./Themes/default/languages/Profile.english.php testing ./Themes/default/languages/Shoutbox.turkish.php testing ./Themes/default/languages/ManagePaid.italian.php testing ./Themes/default/languages/UsersOnlineToday.finnish.php testing ./Themes/default/languages/ManageScheduledTasks.italian.php testing ./Themes/default/languages/Who.italian.php testing ./Themes/default/languages/ManageMaintenance.english.php testing ./Themes/default/languages/YandexGarland.russian-utf8.php testing ./Themes/default/languages/Install.english.php testing ./Themes/default/languages/Settings.italian.php testing ./Themes/default/languages/UsersOnlineToday.serbian_latin-utf8.php testing ./Themes/default/languages/Packages.italian.php testing ./Themes/default/languages/UsersOnlineToday.dutch.php testing ./Themes/default/languages/Shoutbox.portuguese_pt-utf8.php testing ./Themes/default/languages/2sichat.english.php testing ./Themes/default/languages/Search.english.php testing ./Themes/default/languages/UsersOnlineToday.spanish_latin.php testing ./Themes/default/languages/YandexGarland.english.php testing ./Themes/default/languages/ManageBoards.english.php testing ./Themes/default/languages/UsersOnlineToday.hungarian-utf8.php testing ./Themes/default/languages/UsersOnlineToday.spanish.php testing ./Themes/default/languages/Admin.english.php testing ./Themes/default/languages/ManageMail.english.php testing ./Themes/default/languages/Modifications.italian.php testing ./Themes/default/languages/ManageCalendar.italian.php testing ./Themes/default/languages/YandexGarland.russian.php testing ./Themes/default/languages/PersonalMessage.english.php testing ./Themes/default/languages/UsersOnlineToday.serbian_latin.php testing ./Themes/default/languages/ManageSettings.english.php testing ./Themes/default/languages/ThankYouPost.italian.php testing ./Themes/default/languages/Shoutbox.italian.php testing ./Themes/default/languages/index.english.php testing ./Themes/default/languages/Install.italian.php testing ./Themes/default/languages/UsersOnlineToday.spanish-utf8.php testing ./Themes/default/languages/UsersOnlineToday.persian.php testing ./Themes/default/languages/UsersOnlineToday.portuguese_pt.php testing ./Themes/default/languages/ManageMembers.english.php testing ./Themes/default/languages/Post.english.php testing ./Themes/default/languages/Post.italian.php testing ./Themes/default/languages/Modlog.english.php testing ./Themes/default/languages/ManageMembers.italian.php testing ./Themes/default/languages/ManageCalendar.english.php testing ./Themes/default/languages/UsersOnlineToday.hungarian.php testing ./Themes/default/languages/EmailTemplates.english.php testing ./Themes/default/languages/Reports.italian.php testing ./Themes/default/languages/ManagePermissions.english.php testing ./Themes/default/languages/ManageMail.italian.php testing ./Themes/default/languages/UsersOnlineToday.turkish.php testing ./Themes/default/languages/Manual.english.php testing ./Themes/default/languages/Reports.english.php testing ./Themes/default/languages/Modifications.english.php testing ./Themes/default/languages/SimTopics.russian.php testing ./Themes/default/languages/Shoutbox.turkish-utf8.php testing ./Themes/default/languages/UsersOnlineToday.persian-utf8.php testing ./Themes/default/languages/index.italian.php testing ./Themes/default/languages/UsersOnlineToday.dutch-utf8.php testing ./Themes/default/languages/SimTopics.spanish_latin.php testing ./Themes/default/languages/Stats.english.php testing ./Themes/default/languages/ManageScheduledTasks.english.php testing ./Themes/default/languages/ManagePaid.english.php testing ./Themes/default/languages/Errors.english.php testing ./Themes/default/languages/ManageSmileys.english.php testing ./Themes/default/languages/UsersOnlineToday.portuguese_brazilian-utf8.php testing ./Themes/default/languages/ManageMaintenance.italian.php testing ./Themes/default/languages/Shoutbox.italian-utf8.php testing ./Themes/default/languages/UsersOnlineToday.croatian-utf8.php testing ./Themes/default/languages/UsersOnlineToday.portuguese_pt-utf8.php testing ./Themes/default/languages/ManageSmileys.italian.php testing ./Themes/default/languages/UsersOnlineToday.danish.php testing ./Themes/default/languages/Modlog.italian.php testing ./Themes/default/languages/SimTopics.english.php testing ./Themes/default/languages/UsersOnlineToday.german.php testing ./Themes/default/languages/smfhacks_languages/index.php testing ./Themes/default/languages/smfhacks_languages/global-hf.english-utf8.php testing ./Themes/default/languages/smfhacks_languages/global-hf.english.php testing ./Themes/default/languages/Themes.english.php testing ./Themes/default/languages/ManagePermissions.italian.php testing ./Themes/default/languages/UsersOnlineToday.turkish-utf8.php testing ./Themes/default/languages/Who.english.php testing ./Themes/default/languages/Help.italian.php testing ./Themes/default/languages/YandexGarland.english-utf8.php testing ./Themes/default/languages/UsersOnlineToday.russian-utf8.php testing ./Themes/default/languages/Errors.italian.php testing ./Themes/default/languages/PersonalMessage.italian.php testing ./Themes/default/languages/ManageBoards.italian.php testing ./Themes/default/languages/SimTopics.turkish-utf8.php testing ./Themes/default/languages/UsersOnlineToday.english.php testing ./Themes/default/Help.template.php testing ./Themes/default/Compat.template.php testing ./Themes/default/fonts/Candice/index.php testing ./Themes/default/fonts/Hootie/index.php testing ./Themes/default/fonts/index.php testing ./Themes/default/fonts/President/index.php testing ./Themes/default/fonts/sound/index.php testing ./Themes/default/Profile.template.php testing ./Themes/default/Reports.template.php testing ./Settings.php testing ./avatars/Musicians/index.php testing ./avatars/index.php testing ./avatars/Actors/index.php testing ./simtopics.php testing ./index.php testing ./Packages/index.php testing ./Packages/backups/index.php testing ./proxy.php testing ./Settings_bak.php testing ./smfhacks_resources/index.php testing ./Smileys/index.php testing ./Smileys/akyhne/index.php testing ./Smileys/aaron/index.php testing ./Smileys/default/index.php testing ./subscriptions.php testing ./ssi_examples.php testing ./Sources/Profile-ThankYouPost.php testing ./Sources/ManagePosts.php testing ./Sources/Subs-UsersOnlineToday.php testing ./Sources/SendTopic.php testing ./Sources/ManageServer.php testing ./Sources/Subs-Editor.php testing ./Sources/Search.php testing ./Sources/Profile.php testing ./Sources/ManageMaintenance.php testing ./Sources/Admin.php testing ./Sources/News.php testing ./Sources/smfhacks_source/index.php testing ./Sources/smfhacks_source/global-hf.php testing ./Sources/RemoveTopic.php testing ./Sources/Subs.php testing ./Sources/Errors.php testing ./Sources/Subs-Recent.php testing ./Sources/ManageMembers.php testing ./Sources/DbSearch-sqlite.php testing ./Sources/Security.php testing ./Sources/Shoutbox.php testing ./Sources/ManageSearch.php testing ./Sources/Subs-Db-postgresql.php testing ./Sources/Profile-Modify.php testing ./Sources/LockTopic.php testing ./Sources/Subs-Sound.php testing ./Sources/Subs-Graphics.php testing ./Sources/ManageMembergroups.php testing ./Sources/Subs-Members.php testing ./Sources/SAChatHooks.php testing ./Sources/ManageSmileys.php testing ./Sources/Subs-ThankYou.php testing ./Sources/Subs-SimTopics.php testing ./Sources/ManageCalendar.php testing ./Sources/Class-Package.php testing ./Sources/ScheduledTasks.php testing ./Sources/ManageBans.php testing ./Sources/Subs-Calendar.php testing ./Sources/BoardIndex.php testing ./Sources/BoardAttachments.php testing ./Sources/index.php testing ./Sources/SplitTopics.php testing ./Sources/Subs-Categories.php testing ./Sources/Groups.php testing ./Sources/Subs-Db-sqlite.php testing ./Sources/Register.php testing ./Sources/DbPackages-sqlite.php testing ./Sources/ManageAttachments.php testing ./Sources/SearchAPI-Standard.php testing ./Sources/MoveTopic.php testing ./Sources/Printpage.php testing ./Sources/Subs-List.php testing ./Sources/Post.php testing ./Sources/ThankYouPost.php testing ./Sources/Stats.php testing ./Sources/Subs-Package.php testing ./Sources/Class-Graphics.php testing ./Sources/QueryString.php testing ./Sources/MessageIndex.php testing ./Sources/ViewQuery.php testing ./Sources/DbExtra-sqlite.php testing ./Sources/Subs-Charset.php testing ./Sources/Class-CurlFetchWeb.php testing ./Sources/SearchAPI-Fulltext.php testing ./Sources/Themes.php testing ./Sources/RepairBoards.php testing ./Sources/HtsAdmin.php testing ./Sources/Subs-Menu.php testing ./Sources/Calendar.php testing ./Sources/ManagePermissions.php testing ./Sources/ThankYouPost.italian.php testing ./Sources/DbExtra-postgresql.php testing ./Sources/Subs-Post.php testing ./Sources/Karma.php testing ./Sources/Display.php testing ./Sources/ManageNews.php testing ./Sources/Subs-BoardIndex.php testing ./Sources/DumpDatabase.php testing ./Sources/ManageMail.php testing ./Sources/Subs-Admin.php testing ./Sources/Profile-View.php testing ./Sources/Modlog.php testing ./Sources/Subs-Adk_bbcMagnet.php testing ./Sources/Poll.php testing ./Sources/Who.php testing ./Sources/Recent.php testing ./Sources/Subs-Auth.php testing ./Sources/DbSearch-mysql.php testing ./Sources/Reports.php testing ./Sources/Subs-Compat.php testing ./Sources/Load.php testing ./Sources/LogInOut.php testing ./Sources/Subs-YandexGarland.php testing ./Sources/ManageSettings.php testing ./Sources/PackageGet.php testing ./Sources/DbPackages-postgresql.php testing ./Sources/Subs-MembersOnline.php testing ./Sources/Xml.php testing ./Sources/Notify.php testing ./Sources/Subs-Membergroups.php testing ./Sources/DbExtra-mysql.php testing ./Sources/PostModeration.php testing ./Sources/ManagePaid.php testing ./Sources/Subs-Db-mysql.php testing ./Sources/ManageSearchEngines.php testing ./Sources/ManageErrors.php testing ./Sources/Subs-Shoutbox.php testing ./Sources/ManageBoards.php testing ./Sources/Packages.php testing ./Sources/DbPackages-mysql.php testing ./Sources/Subs-MessageIndex.php testing ./Sources/Subs-Boards.php testing ./Sources/ManageRegistration.php testing ./Sources/Subs-OpenID.php testing ./Sources/Reminder.php testing ./Sources/ManageScheduledTasks.php testing ./Sources/PersonalMessage.php testing ./Sources/ModerationCenter.php testing ./Sources/ThankYouPost-Maintaince.php testing ./Sources/Admin-SimTopics.php testing ./Sources/Help.php testing ./Sources/DbSearch-postgresql.php testing ./Sources/Memberlist.php testing ./Sources/Profile-Actions.php testing ./Sources/ManageThankYouPost.php testing ./Sources/SearchAPI-Custom.php testing ./Sources/Subscriptions-PayPal.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66491-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-7498.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66501-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66483-u492.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-3303.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-modSettings.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66482-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-10.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66476-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-88522-bdf058a15008a51d45f5e1d7ba59a44a.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-permissions-0,30.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-14945-952eb9bbbced64caf8fea56f2ed76a86.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66477-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66503-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66475-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66505-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-492.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66496-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-28.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-84878-3d0e4d75b524c3a7b8633a1ee89b0f9c.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-48234-c68f98800298444b77ebf9bdd9df6e6e.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-271.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-membergroup_list.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-response_prefix.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66485-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-theme_settings-3.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-45833-757bbe1a5fa62ccce461c868d76d709c.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66501-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-38.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-48008-f6c8f7c6f6a900a1a5645951bb036680.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-259.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-moderator_group_info.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66496-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66494-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66484-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66502-u2719.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-51040-a1df016274ba48ab2f69270d97def7c2.php testing ./cache/index.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-2572.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-11.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66273-u2375.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-2612.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66479-u492.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66508-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66488-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-boardindex-latest_posts-1c629444397c5afbc43f0c2345df4659.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66485-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-286.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-34.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66480-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-permissions--1.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-275.php testing ./cache/data_5aa4e45fb1954fcb39b4f4fbad8afdc5-SMF-permissions--1.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-30.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-274.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-58970-u2375.php testing ./cache/data_6d72e82f272f4e535ebbd1919fa59b02-SMF-theme_settings-3.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66480-u492.php testing ./cache/data_5aa4e45fb1954fcb39b4f4fbad8afdc5-SMF-theme_settings-3.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-boardindex-latest_posts-e049199703003ea2d33d65af592b4e0a.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66486-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66479-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-2375.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1683.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66489-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-224.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-0.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66065-u2572.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-271.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-273.php testing ./cache/data_6d72e82f272f4e535ebbd1919fa59b02-SMF-spider_search.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-279.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-48911-7f7bfbf53e0afda906dae00411626450.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66508-u6167.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66487-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-50182-bd2600a951f4d91d64602fd1f66276aa.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-306.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66486-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-85923-e49ed34d428ec465b8c246a6797e7a1b.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-198.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-10.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66529-u3303.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66487-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66482-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-272.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-276.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-50376-8074083510a7418347da73c9c90c084f.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-hostlookup-151.55.174.86.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-73670-565fc8f0815ec1a46737d602a42001ac.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-64687-u553.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66502-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-permissions--1-spider.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66495-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-34.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-272.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-275.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-37.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-hostlookup-151.48.96.95.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-shoutbox_log_online-update.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-hostlookup-91.219.239.229.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-31.php testing ./cache/data_5aa4e45fb1954fcb39b4f4fbad8afdc5-SMF-spider_search.php testing ./cache


seconda parte

/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-323.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-85911-7fa68423ac1f37280523b7abc82afa8e.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66494-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-37981-26ad694b9de1dfa452007fd6cf135ea2.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66530-u3303.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66480-u1683.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-84988-fd22059f8e419df68766165afa48b15b.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parsing_smileys.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-101.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-47588-b2d1c414594f930e5e528f26f9b6a2a4.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66502-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1510.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1660.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66499-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-273.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66489-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66480-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board_parents-279.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-2586-ee01197e8d092f130c9048215c3819ed.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-parse-23052-bacd6e155a1758fb5e86d453ee18335f.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66378-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-2719.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66497-u2507.php testing ./cache/data_6d72e82f272f4e535ebbd1919fa59b02-SMF-permissions--1.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-log_online-update.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-posting_smileys.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-hostlookup-151.31.45.164.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-31.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-verificationQuestionIds.php testing ./cache/data_5aa4e45fb1954fcb39b4f4fbad8afdc5-SMF-modSettings.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66529-u2719.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-spider_search.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1280.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-user_last_visit-1912.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66484-u1321.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-board-1.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66488-u2507.php testing ./cache/data_2016cccfaaac1c42be3fed58eea387e7-SMF-similar_topics-66493-u1683.php testing ./cache/data_6d72e82f272f4e535ebbd1919fa59b02-SMF-modSettings.php testing ./FilesTest.Basic.php testing ./SSI.php

Array
(
    [0] =>
    [1] =>
    [2] =>
    [3] =>
    [4] =>
    [5] =>
    [6] =>
    [7] =>
    [8] =>
    [9] =>
    [10] =>
    [11] =>
    [12] =>
    [13] =>
    [14] =>
    [15] =>
    [16] =>
    [17] =>
    [18] =>
    [19] =>
    [20] =>
    [21] =>
    [22] =>
    [23] =>
    [24] =>
    [25] =>
    [26] =>
    [27] =>
    [28] =>
    [29] =>
    [30] =>
    [31] =>
    [32] =>
    [33] =>
    [34] =>
    [35] =>
    [36] =>
    [37] =>
    [38] =>
    [39] =>
    [40] =>
    [41] =>
    [42] =>
    [43] =>
    [44] =>
    [45] =>
    [46] =>
    [47] =>
    [48] =>
    [49] =>
    [50] =>
    [51] =>
    [52] =>
    [53] =>
    [54] =>
    [55] =>
    [56] =>
    [57] =>
    [58] =>
    [59] =>
    [60] =>
    [61] =>
    [62] =>
    [63] =>
    [64] =>
    [65] =>
    [66] =>
    [67] =>
    [68] =>
    [69] =>
    [70] =>
    [71] =>
    [72] =>
    [73] =>
    [74] =>
    [75] =>
    [76] =>
    [77] =>
    [78] =>
    [79] =>
    [80] =>
    [81] =>
    [82] =>
    [83] =>
    [84] =>
    [85] =>
    [86] =>
    [87] => Syntax error in: ./Themes/default/index.template.php
    [88] =>
    [89] =>
    [90] =>
    [91] =>
    [92] =>
    [93] =>
    [94] =>
    [95] =>
    [96] =>
    [97] =>
    [98] =>
    [99] =>
    [100] =>
    [101] =>
    [102] =>
    [103] =>
    [104] =>
    [105] =>
    [106] =>
    [107] =>
    [108] =>
    [109] =>
    [110] =>
    [111] =>
    [112] =>
    [113] =>
    [114] =>
    [115] =>
    [116] =>
    [117] =>
    [118] =>
    [119] =>
    [120] =>
    [121] =>
    [122] =>
    [123] =>
    [124] =>
    [125] =>
    [126] =>
    [127] =>
    [128] =>
    [129] =>
    [130] =>
    [131] =>
    [132] =>
    [133] =>
    [134] =>
    [135] =>
    [136] =>
    [137] =>
    [138] =>
    [139] =>
    [140] =>
    [141] =>
    [142] =>
    [143] =>
    [144] =>
    [145] =>
    [146] =>
    [147] =>
    [148] =>
    [149] =>
    [150] =>
    [151] =>
    [152] =>
    [153] =>
    [154] =>
    [155] =>
    [156] =>
    [157] =>
    [158] =>
    [159] =>
    [160] =>
    [161] =>
    [162] =>
    [163] =>
    [164] =>
    [165] =>
    [166] =>
    [167] =>
    [168] =>
    [169] =>
    [170] =>
    [171] =>
    [172] =>
    [173] =>
    [174] =>
    [175] =>
    [176] =>
    [177] =>
    [178] =>
    [179] =>
    [180] =>
    [181] =>
    [182] =>
    [183] =>
    [184] =>
    [185] =>
    [186] =>
    [187] =>
    [188] =>
    [189] =>
    [190] =>
    [191] =>
    [192] =>
    [193] =>
    [194] =>
    [195] =>
    [196] =>
    [197] =>
    [198] =>
    [199] =>
    [200] =>
    [201] =>
    [202] =>
    [203] =>
    [204] =>
    [205] =>
    [206] =>
    [207] =>
    [208] =>
    [209] =>
    [210] =>
    [211] =>
    [212] =>
    [213] =>
    [214] =>
    [215] =>
    [216] =>
    [217] =>
    [218] =>
    [219] =>
    [220] =>
    [221] =>
    [222] =>
    [223] =>
    [224] =>
    [225] =>
    [226] =>
    [227] =>
    [228] =>
    [229] =>
    [230] =>
    [231] =>
    [232] =>
    [233] =>
    [234] =>
    [235] =>
    [236] =>
    [237] =>
    [238] =>
    [239] =>
    [240] =>
    [241] =>
    [242] =>
    [243] =>
    [244] =>
    [245] =>
    [246] =>
    [247] =>
    [248] =>
    [249] =>
    [250] =>
    [251] =>
    [252] =>
    [253] =>
    [254] =>
    [255] =>
    [256] =>
    [257] =>
    [258] =>
    [259] =>
    [260] =>
    [261] =>
    [262] =>
    [263] =>
    [264] =>
    [265] =>
    [266] =>
    [267] =>
    [268] =>
    [269] =>
    [270] =>
    [271] =>
    [272] =>
    [273] =>
    [274] =>
    [275] =>
    [276] =>
    [277] =>
    [278] =>
    [279] =>
    [280] =>
    [281] =>
    [282] =>
    [283] =>
    [284] =>
    [285] =>
    [286] =>
    [287] =>
    [288] =>
    [289] =>
    [290] =>
    [291] =>
    [292] =>
    [293] =>
    [294] =>
    [295] =>
    [296] =>
    [297] =>
    [298] =>
    [299] =>
    [300] =>
    [301] =>
    [302] =>
    [303] =>
    [304] =>
    [305] =>
    [306] =>
    [307] =>
    [308] =>
    [309] =>
    [310] =>
    [311] =>
    [312] =>
    [313] =>
    [314] =>
    [315] =>
    [316] =>
    [317] =>
    [318] =>
    [319] =>
    [320] =>
    [321] =>
    [322] =>
    [323] =>
    [324] =>
    [325] =>
    [326] =>
    [327] =>
    [328] =>
    [329] =>
    [330] =>
    [331] =>
    [332] =>
    [333] =>
    [334] =>
    [335] =>
    [336] =>
    [337] =>
    [338] =>
    [339] =>
    [340] =>
    [341] =>
    [342] =>
    [343] =>
    [344] =>
    [345] =>
    [346] =>
    [347] =>
    [348] =>
    [349] =>
    [350] =>
    [351] =>
    [352] =>
    [353] =>
    [354] =>
    [355] =>
    [356] =>
    [357] =>
    [358] =>
    [359] =>
    [360] =>
    [361] =>
    [362] =>
    [363] =>
    [364] =>
    [365] =>
    [366] =>
    [367] =>
    [368] =>
    [369] =>
    [370] =>
    [371] =>
    [372] =>
    [373] =>
    [374] =>
    [375] =>
    [376] =>
    [377] =>
    [378] =>
    [379] =>
    [380] =>
    [381] =>
    [382] =>
    [383] =>
    [384] =>
    [385] =>
    [386] =>
    [387] =>
    [388] =>
    [389] =>
    [390] =>
    [391] =>
    [392] =>
    [393] =>
    [394] =>
    [395] =>
    [396] =>
    [397] =>
    [398] =>
    [399] =>
    [400] =>
    [401] =>
    [402] =>
    [403] =>
    [404] =>
    [405] =>
    [406] =>
    [407] =>
    [408] =>
    [409] =>
    [410] =>
    [411] =>
    [412] =>
    [413] =>
    [414] =>
    [415] =>
    [416] =>
    [417] =>
    [418] =>
    [419] =>
    [420] =>
    [421] =>
    [422] =>
    [423] =>
    [424] =>
    [425] =>
    [426] =>
    [427] =>
    [428] =>
    [429] =>
    [430] =>
    [431] =>
    [432] =>
    [433] =>
    [434] =>
    [435] =>
    [436] =>
    [437] =>
    [438] =>
    [439] =>
    [440] =>
    [441] =>
    [442] =>
    [443] =>
    [444] =>
    [445] =>
    [446] =>
    [447] =>
    [448] =>
    [449] =>
    [450] =>
    [451] =>
    [452] =>
    [453] =>
    [454] =>
    [455] =>
    [456] =>
    [457] =>
    [458] =>
    [459] =>
    [460] =>
    [461] =>
    [462] =>
    [463] =>
    [464] =>
    [465] =>
    [466] =>
    [467] =>
    [468] =>
    [469] =>
    [470] =>
    [471] =>
    [472] =>
    [473] =>
    [474] =>
    [475] =>
    [476] =>
    [477] =>
    [478] =>
    [479] =>
    [480] =>
    [481] =>
    [482] =>
    [483] =>
    [484] =>
    [485] =>
    [486] =>
    [487] =>
    [488] =>
    [489] =>
    [490] =>
    [491] =>
    [492] =>
    [493] =>
    [494] =>
    [495] =>
    [496] =>
    [497] =>
    [498] =>
    [499] =>
    [500] =>
    [501] =>
    [502] =>
    [503] =>
    [504] =>
    [505] =>
    [506] =>
    [507] =>
    [508] =>
    [509] =>
    [510] =>
    [511] =>
    [512] =>
    [513] =>
    [514] =>
    [515] =>
    [516] =>
    [517] =>
    [518] =>
    [519] =>
    [520] =>
    [521] =>
    [522] =>
    [523] =>
    [524] =>
    [525] =>
    [526] =>
    [527] =>
    [528] =>
    [529] =>
    [530] =>
    [531] =>
    [532] =>
    [533] =>
    [534] =>
    [535] =>
    [536] =>
)


alla riga  [87] => Syntax error in: ./Themes/default/index.template.php

ovviamente sto guardando ma non trovo dove sia..... 

emanuele

Hai installato due volte un mod tlist_bits?
Questa roba:
function tlist_bits($element)
{
global $txt, $settings, $scripturl;

switch($element)
{
case 'container_open':
$answ = '<table cellspacing="1" border="0" class="tlisttable">';
break;
case 'header':
$answ ='<tr><th><div class="tlisttitleicon"><a name="tl_{JLABEL}">&nbsp;</a></div></th><th>{TITLE}</th></tr>';
break;
case 'topic_row':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="{ICON}" alt="" /></td>';
$answ .= '<td class="tlistcol2"><a href="'.$scripturl.'?topic={TOPIC_ID}">{TOPIC_TITLE}</a></td></tr>';
break;
}
case 'container_close':
$answ = '</table>';
break;
case 'no_topics':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="'.$settings['images_url'].'/tlist_spacer.gif" alt="" width="20" /></td>';
$answ .= '<td class="tlistcol2">-</td></tr>';
break;
}
case 'index_container_open':
$answ = '<div class="tlistindex">'.$txt['jump_to'];
break;
case 'index_bit':
$answ = ' <a href="#tl_{TITLE}">{TITLE}</a>';
break;
case 'index_container_close':
$answ = '</div>';
break;
}
{
return $answ;
}
function tlist_bits($element)
{
global $txt, $settings, $scripturl;

switch($element)
{
case 'container_open':
$answ = '<table cellspacing="1" border="0" class="tlisttable">';
break;
case 'header':
$answ ='<tr><th><div class="tlisttitleicon"><a name="tl_{JLABEL}">&nbsp;</a></div></th><th>{TITLE}</th></tr>';
break;
case 'topic_row':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="{ICON}" alt="" /></td>';
$answ .= '<td class="tlistcol2"><a href="'.$scripturl.'?topic={TOPIC_ID}">{TOPIC_TITLE}</a></td></tr>';
break;
}
case 'container_close':
$answ = '</table>';
break;
case 'no_topics':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="'.$settings['images_url'].'/tlist_spacer.gif" alt="" width="20" /></td>';
$answ .= '<td class="tlistcol2">-</td></tr>';
break;
}
case 'index_container_open':
$answ = '<div class="tlistindex">'.$txt['jump_to'];
break;
case 'index_bit':
$answ = ' <a href="#tl_{TITLE}">{TITLE}</a>';
break;
case 'index_container_close':
$answ = '</div>';
break;
}
return $answ;
}

?>

deve diventare:
function tlist_bits($element)
{
global $txt, $settings, $scripturl;

switch($element)
{
case 'container_open':
$answ = '<table cellspacing="1" border="0" class="tlisttable">';
break;
case 'header':
$answ ='<tr><th><div class="tlisttitleicon"><a name="tl_{JLABEL}">&nbsp;</a></div></th><th>{TITLE}</th></tr>';
break;
case 'topic_row':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="{ICON}" alt="" /></td>';
$answ .= '<td class="tlistcol2"><a href="'.$scripturl.'?topic={TOPIC_ID}">{TOPIC_TITLE}</a></td></tr>';
break;
}
case 'container_close':
$answ = '</table>';
break;
case 'no_topics':
{
$answ = '<tr><td class="tlistcol1"><img class="tlistfirsticon" src="'.$settings['images_url'].'/tlist_spacer.gif" alt="" width="20" /></td>';
$answ .= '<td class="tlistcol2">-</td></tr>';
break;
}
case 'index_container_open':
$answ = '<div class="tlistindex">'.$txt['jump_to'];
break;
case 'index_bit':
$answ = ' <a href="#tl_{TITLE}">{TITLE}</a>';
break;
case 'index_container_close':
$answ = '</div>';
break;
}
{
return $answ;
}
}

?>

adrio64

beh... che dire... grazie....  pare che funzioni....  ora devo cambiare tutti i reindirizzamenti e probabilmente qualche problema lo riscontrero' ancora...... 

Discussioni simili (3)