Jump to content

Recommended Posts

  • 3 weeks later...
  • 1 month later...

scusami se ti risp solo ora...cmq nella classe Dispatcher nella funzione loadRoutes manca else{ prima del commento// Set default routes, e la parentesi } prima dell'ultima.

 

Ciao

Riprendo questo post con la speranza che, come gia ha chiesto armadillo2, qualcuno ci indichi quale file modificare.

Grazie

Link to comment
Share on other sites

RISOLTO:

 

remmare (o cancellare, se preferite) il codice qui sotto nel Dispatcher.php

 

// Set default routes

/* MODIFICA PER ERRORE

foreach (Language::getLanguages() as $lang)

foreach ($this->default_routes as $id => $route) $this->addRoute( $id, $route['rule'], $route['controller'], $lang['id_lang'], $route['keywords'], isset($route['params']) ? $route['params'] : array() );

*/

Link to comment
Share on other sites

RISOLTO:

 

remmare (o cancellare, se preferite) il codice qui sotto nel Dispatcher.php

 

// Set default routes

/* MODIFICA PER ERRORE

foreach (Language::getLanguages() as $lang)

foreach ($this->default_routes as $id => $route) $this->addRoute( $id, $route['rule'], $route['controller'], $lang['id_lang'], $route['keywords'], isset($route['params']) ? $route['params'] : array() );

*/

Scusa per la mia ignoranza infinita, ma dove si trova Dispacer.php

Link to comment
Share on other sites

  • 3 weeks later...

RISOLTO:

 

remmare (o cancellare, se preferite) il codice qui sotto nel Dispatcher.php

 

// Set default routes

/* MODIFICA PER ERRORE

foreach (Language::getLanguages() as $lang)

foreach ($this->default_routes as $id => $route) $this->addRoute( $id, $route['rule'], $route['controller'], $lang['id_lang'], $route['keywords'], isset($route['params']) ? $route['params'] : array() );

*/

 

Facendo questa modifica non funzionano più le pagine di CMS.

Che fare?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...