Hallo an alle,
hab es jetzt mal endlich geschafft mein Joomla hochzuladen und schon geht es mit den Fehlern los.
Lokal ist alles wunderbar.
Beim aufrufen der Seite kommt:
Parse error: syntax error, unexpected '=', expecting ')' in /var/xxx/xxx/html/components/com_jreviews/jreviews/controllers/components/config.php on line 249
Hier der Code von config.php:
Code:var $cache_js = "0"; function startup(&$controller = null) <-<-<-<-Reihe 249 { if($Config = Configure::read('JreviewsSystem.Config')) { $this->merge($Config);
Will ich in mein Backend einloggen kommt nach "Anmelden":
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/xxx/xxx/html/components/com_community/libraries/core.php on line 56
Code:
Vielen Dank für Euere HilfeCode:/** * Function to allow caller to get a user object while * it is not authenticated provided that it has a proper tokenid **/ public function getUserFromTokenId( $tokenId , $userId ) <-<-<-< Line56 { $db =& JFactory::getDBO();
Grüße Dennis


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen