Back to top

Autore Topic: Aiuto aggiornamento a 1.07 !  (Letto 1903 volte)

Offline jarod159

  • Nuovo arrivato
  • *
  • Post: 19
    • Mostra profilo
Aiuto aggiornamento a 1.07 !
« il: 16 Gen 2006, 22:47:04 »
Salve a tutti! Ho aggiornato la mia versione di joomla da 1.04 a 1.05 e non ho avuto nessun problema. Non è successo lo stesso invece quando ho aggiornato dalla 1.05 a 1.07. Mi sono apparsi i seguenti errori in homepage:

Citazione
he operation * @since 1.0.4 */ function publish( $cid=null, $publish=1, $user_id=0 ) { mosArrayToInts( $cid, array() ); $user_id = intval( $user_id ); $publish = intval( $publish ); if (count( $cid ) < 1) { $this->_error = "Nessun elemento selezionato."; return false; } $cids = 'id=' . implode( ' OR id=', $cid ); $query = "UPDATE $this->_tbl" . "\n SET published = " . intval( $publish ) . "\n WHERE ($cids)" . "\n AND (checked_out = 0 OR checked_out = $user_id)" ; $this->_db->setQuery( $query ); if (!$this->_db->query()) { $this->_error = $this->_db->getErrorMsg(); return false; } if (count( $cid ) == 1) { $this->checkin( $cid[0] ); } $this->_error = ''; return true; } /** * Export item list to xml * @param boolean Map foreign keys to text values */ function toXML( $mapKeysToText=false ) { $xml = ' $v) { if (is_array($v) or is_object($v) or $v === NULL) { continue; } if ($k[0] == '_') { // internal field continue; } $xml .= '<' . $k . '>
Warning: Cannot modify header information - headers already sent by (output started at /home/abit/ww-w/site/includes/database.php:1310) in /home/abit/www/site/includes/joomla.php on line 643

Warning: Cannot modify header information - headers already sent by (output started at /home/abit/www/site/includes/database.php:1310) in /home/abitwww/site/index.php on line 220

Warning: Cannot modify header information - headers already sent by (output started at /home/abit/www/site/includes/database.php:1310) in /home/abit/www/site/index.php on line 221

Warning: Cannot modify header information - headers already sent by (output started at /home/abit/www/site/includes/database.php:1310) in /home/abit/www/site/index.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/abit/www/site/includes/database.php:1310) in /home/abit/www/site/index.php on line 223

Warning: Cannot modify header information - headers already sent by (output started at /home/abit/www/site/includes/database.php:1310) in /home/abit/www/site/index.php on line 224

Grazie a chiunque vorrà darmi spiegazioni.

Offline maxmilian2

  • Esploratore
  • **
  • Post: 166
  • Sesso: Maschio
    • Mostra profilo
Re: Aiuto aggiornamento a 1.07 !
« Risposta #1 il: 16 Gen 2006, 23:31:32 »
Penso sia un problema di rewrite (chmod).
Stai lavorando in remoto, vero?
Cambia i permessi, rifai l'aggiornamento e penso si possa risolvere tutto...

Offline Piero_Bo

  • Esploratore
  • **
  • Post: 85
  • Sesso: Maschio
    • Mostra profilo
Re: Aiuto aggiornamento a 1.07 !
« Risposta #2 il: 16 Gen 2006, 23:55:48 »
Io ho aggiornato direttamente sul server, è andato tutto liscio liscio

 



Web Design Bolzano Kreatif