grazie per la tua risposta, ma non capisco una cosa:
il mio sito in remoto funzionava da dio fino a che non ho disinstallato xampp.. che come dici tu dovrebbe servire solo in locale. allora perchè non funziona piu il mio sito in remoto?!
io ho il dominio su XXXXX, e 5 mesi fa mi è scaduto l'hosting di linux, che non ho rinnovato.. (cosa che dovrò fare ora da quello che mi spieghi tu) ma il sito funzionava cmq.. strano vero??
solo dopo aver tolto xampp mi ha questi errori:
mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('site'); /** * INITIALISE THE APPLICATION * * NOTE : */ // set the language $mainframe->initialise(); JPluginHelper::importPlugin('system'); // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise') : null; $mainframe->triggerEvent('onAfterInitialise'); /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // authorization $Itemid = JRequest::getInt( 'Itemid'); $mainframe->authorize($Itemid); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JRequest::getCmd('option'); $mainframe->dispatch($option); // trigger the onAfterDispatch events JDEBUG ? $_PROFILER->mark('afterDispatch') : null; $mainframe->triggerEvent('onAfterDispatch'); /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterRender events JDEBUG ? $_PROFILER->mark('afterRender') : null; $mainframe->triggerEvent('onAfterRender'); /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip')); require_once('paginaCorrente.php'); $pagina = paginaCorrente();
cosa posso fare secondo te?
grazie