Grazie per il link alle regole,sono stato io ad editare i nomi dei servizi di hosting (avevo immaginato fosse vietato). Comunque aprendo qualsiasi menu l'errore che compare è appunto questo: "Parse error: syntax error, unexpected $end in /web/htdocs/www.etcetcetc/home/libraries/cms/form/field/templatestyle.php on line 55" e tramite FTP se apro il file incriminato trovo questo codice:
<?php
/**
* @package Joomla.Libraries
* @subpackage Form
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
JFormHelper::loadFieldClass('groupedlist');
/**
* Form Field class for the Joomla CMS.
* Supports a select grouped list of template styles
*
* @package Joomla.Libraries
* @subpackage Form
* @since 1.6
*/
class JFormFieldTemplateStyle extends JFormFieldGroupedList
{
/**
* The form field type.
*
* @var string
* @since 1.6
*/
public $type = 'TemplateStyle';
/**
* Method to get the list of template style options
* grouped by template.
* Use the client attribute to specify a specific client.
* Use the template attribute to specify a specific template
*
* @return array The field option objects as a nested array in groups.
*
* @since 1.6
*/
protected function getGroups()
{
// Initialize variables.
$groups = array();
$lang = JFactory::getLanguage();
// Get the client and client_id.
$clientName = $this->element['client'] ? (string) $this->element['client'] : 'site';
$client = JApplicationHelper::getClientInfo($clientName, true);
// Get the template.
$template = (string) $this->element['template'];
// Get the database object an
(la linea 55 è proprio l'ultima che vedete)
Ho realizzato altri siti con Joomla ma questa è la prima volta che mi succede una cosa del genere, ad esser sincero prima di poter trasferire il sito sul nuovo dominio ho dovuto aprire un ticket per resettare completamente lo spazio web (non avevo i permessi necessari), dopo un paio di gg ho effettuato l'upload sul server linux + Mysql e tutto sembrava andare bene fino al misterioso errore.
Idee? Vi offro una birra! Anche due!