Dalla versione 6.15 alla 6.16.
è comparso il seguente messaggio di errore:
• user warning: Table 'Sql233052_2.drupalsemaphore' doesn't exist query: SELECT expire, value FROM drupalsemaphore WHERE name = 'menu_rebuild' in /web/htdocs/www.cislscuolaragusa.it/home/includes/lock.inc on line 154.
• user warning: Table 'Sql233052_2.drupalsemaphore' doesn't exist query: SELECT expire, value FROM drupalsemaphore WHERE name = 'menu_rebuild' in /web/htdocs/www.cislscuolaragusa.it/home/includes/lock.inc on line 154.
Prima di smanettare, mando il mio S.O.S
Anche io ho un problema molto simile al tuo. Sei riuscito a risolvere?
Anche tu devi aggiornare il database: http://www.miosito.it/update.php
Più imparo, più dubito.
Si, l'ho già fatto, ma mi dà sempre questo problema.
Anche io ho aggiornato , ma nessun risultato
Non credo che l'update è andata a buon fine perchè semaphore è una tabella nuova per D6.16 - e l'update avrebbe dovuto crearlo. Controlla il log (watchdog) - se possibile...
Più imparo, più dubito.
Ho controllato i log e a me dice sempre le righe 154 e 229 del lock.inc con il messaggio d'errore che compare in tutte le pagine. L'update l'ho già avviato (e poiché credevo di aver sbagliato qualcosa, anche più di una volta)..
EDIT:
I log li ho visti qui: admin/reports/dblog
Intendevo la parte del log che riguardava l'update. Non l'errore di adesso.
Due soluzione, uno 'ortodosso' è uno un pò meno... Scegli uno.
1. Se hai un backup del DB prima del aggiornamento a 6.16 (e non hai fatto modifiche nel frattempo) ricaricare quel DB e riprovi l'update
Oppure 2. Vai a http://www.miosito.it/update.php Clicca Continua poi espandi 'Seleziona versioni' sotto la voce Modulo Sistema (la prima) seleziona 6054 e poi clicca Aggiorna. Questo ripete le due ultime revisioni del modulo sistema dal 6.15 al 6.16.
@LillianaS S.O.S in una bottiglia?
Più imparo, più dubito.
Ho fatto questo passaggio. In update.php dopo mi ha dato questo:
sotto mi ha detto:
ma ora il messaggio è scomparso.
Sono ancora inesperto...
Questo passaggio mi ha messo una versione precedente del modulo?
Ora posso passare all'ultima (6055)?
EDIT: Mi rispondo da solo: ora sono passato alla versione 6055 e il problema è scomparso, anche se mi dice sempre le stesse cose quotate prima.
Message in the bottle !!!!!
Ho attivato update status - lo faccio 1 volta la settimana- e ho scoperto che l'aggiornamento alla versione 6.16 non è andato a buon fine. Ho riprovato e riprovato, ma sono ancora ferma alla 6.15.
Non ho fatto l'upload della cartella sites e dei file e delle cartelle non appartenenti al core di Drupal e di .htaccess e di php.ini , adattati in fase di installazione ad Aruba, attributi file 755
Li riporto di seguito
------------------------------------------------------------------------------------------------------------------------
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order allow,deny
# Don't show directoryg listings for URLs which map to a directory.
#Options -Indexes
# Follow symbolic links in this directory.
#Options +FollowSymLinks
# Customized error messages.
# ErrorDocument 404 /index.php
# Set the defaultg handler.
#DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
# PHP 4, Apache 2.
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
# PHP 5, Apache 1 and 2.
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
# Requires mod_expires to be enabledg.
# Enableg expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
# Do not cache dynamically generated pages.
ExpiresByType text/html A1
# Various rewrite rules.
RewriteEngine on
# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /drupal
# Rewrite old-style URLs of the formg 'nodeg.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/viewg/%1 [L]
# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# $Id: .htaccess,v 1.81.2.3 2007/09/21 12:24:22 drumm Exp $
-----------------------------------------------------------------------------------------
[PHP]
register_globals = 0
register_long_arrays = On
register_argc_argv = On
allow_call_time_pass_reference = On
engine = On
y2k_compliance = On
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func=
serialize_precision = 100
allow_call_time_pass_reference = On
max_execution_time = 60
max_input_time = 60
memory_limit = 128M
display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
post_max_size = 99999M
magic_quotes_gpc = On
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_append_file =
default_mimetype = "text/html"
doc_root =
user_dir =
extension_dir = "./"
enable_dl = Off
cgi.rfc2616_headers = 0
cgi.fix_pathinfo = 1
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 99999M
allow_url_fopen = On
default_socket_timeout = 60
define_syslog_variables = Off
session.save_handler = user
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 3600
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
sockets.use_system_read = On
tidy.clean_output = Off
Comunque non sei riuscito ad aggiornare?
Bene. Hai fatto tutto giusto. Non è necessario uploadare sites, perchè non viene toccato dal aggiornamento di Drupal. Dato però che big D può cambiare .htaccess meglio renderlo read-only per tutti 444. Infatti nella versione 6.16 .htaccess è cambiato - ma non influisce su aruba.
Quindi o hai usato CVS, o hai scompattato D6.16 per poi passare tutto (eccetto sites e .htaccess) sul server. Poi hai lanciato /update.php. Ma sei sempre alla versione 6.15. Hmm.
Bisogna capire il perchè. Hai notato se c'erano errori durante l'update? Il log (admin/reports/dblog) dice qualcosa - messaggi per l'update, non gli errori dopo?
Vai a http://www.miosito.it/update.php Clicca Continua poi espandi 'Seleziona versioni' sotto la voce Modulo Sistema (la prima) ci sono le voce 6054 e 6055? Nota - puoi tranquillamente arrivare su questa pagina senza che Drupal inizia il processo di update sul serio.
John
Più imparo, più dubito.
Grazie per la tempestiva risposta.
Ho seguito, forse solo in parte, le istruzioni:
A presto, credo
Il valore 6053 corresponde al'ultimo aggiornamento del 6.15. Detto semplicemente (ma non so perchè) non sei riuscita a caricare l'ultimo versione di Drupal sul sito. Forse problemi di FTP?
Riprovi a caricarlo (eccetto sites e .htaccess - cosa che fai già). Riprova controllare update.php - se in Modulo Sistema l'ultimo voce è 6055 allora hai caricato il codice giusto e sei pronto per l'update...
John
P.S. Se sei su Aruba - beh, anch'io ho dei bei problemi col FTP. Devo sempre tenerlo d'occhio. Su altri hosting non ho mai avuto problemi. Aruba quasi sempre. Sigh.
Più imparo, più dubito.
S.O.S
Sono riuscita ad aggiornare alla 6.16; sembrava tutto OK e ho inserito un paio di contenuti; tutto OK anche con il validator -http://validator.w3.org/-
Da ieri pomeriggio incontro i seguenti problemi:
Nell'aprire la pagina con Firefox : ERRORE DI CODIFICA DEL CONTENUTO-La pagina che si sta cercando di visualizzare non può essere mostrata poiché fa uso di una forma di compressione non valida o non supportata.Explorer mi segnala problemi di connessione
The error was: Can't gunzip content
Vorrei rifare ex novo il sito che ha solo un mese di vita, ma non riesco ad installare la nuova versione in locale - uso Xampp
Questo è un problema. Prova usare Firebug con Firefox e vedere gli header...
Di solito un errore non vuol dire che devi fare un update. Potrebb'essere un di mille possibile cause...
Questi sono avvisi (NOTICE) che il crawler di Yahoo sta leggendo le pagine per il suo motore di ricerca. Un buon segno! (ance se /news/view.php non fa parte di Drupal)
Allora il validatore supporta gzip, quindi un problema di contenuto. Possibilmente la stessa cosa per Firefox. L'hosting ha cambiato qualcosa? Ti hanno mandato un email di servizio?
Non riesci per un problema, o perchè non hai esperienza? Non conosco Xampp. Ma se c'è phpmyadmin - altrimenti usi Backup & Migrate.
Più imparo, più dubito.
osservo il comportamento del sito da due postazioni, il mio vecchio centrino ( Windows XP) e il mio nuovo flybook ( Windows 7 Ultimate). Da questa postazione riesco , spesso, ad aprire la pagina iniziale- quella che dà problemi
• user warning: Duplicate entry 'themes/garland/minnelli/minnelli.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('minnelli', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}', 'theme', 'themes/garland/minnelli/minnelli.info', 0, 0, 0) in /web/htdocs/www.xxxxxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'themes/garland/garland.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('garland', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:24:\"themes/garland/script.js\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'themes/garland/garland.info', 0, 0, 0) in /web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'themes/chameleon/marvin/marvin.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('marvin', '', 'a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'themes/chameleon/marvin/marvin.info', 0, 0, 0) in /web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'themes/chameleon/chameleon.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('chameleon', 'themes/chameleon/chameleon.theme', 'a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:26:\"themes/chameleon/script.js\";}s:10:\"screenshot\";s:31:\"themes/chameleon/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'themes/chameleon/chameleon.info', 0, 0, 0) in /web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'themes/bluemarine/bluemarine.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('bluemarine', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/bluemarine/script.js\";}s:10:\"screenshot\";s:32:\"themes/bluemarine/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'themes/bluemarine/bluemarine.info', 0, 0, 0) in /web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'sites/all/themes/marinelli/alagna/alagna.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('alagna', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:6:\"Alagna\";s:11:\"description\";s:36:\"Marinelli theme alternative graphics\";s:7:\"version\";s:8:\"6.x-2.96\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:12:\"graphics.css\";s:46:\"sites/all/themes/marinelli/alagna/graphics.css\";s:14:\"typography.css\";s:48:\"sites/all/themes/marinelli/alagna/typography.css\";s:9:\"links.css\";s:43:\"sites/all/themes/marinelli/alagna/links.css\";s:10:\"layout.css\";s:44:\"sites/all/themes/marinelli/alagna/layout.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1251185475\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:43:\"sites/all/themes/marinelli/alagna/script.js\";}s:10:\"screenshot\";s:48:\"sites/all/themes/marinelli/alagna/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'sites/all/themes/marinelli/alagna/alagna.info', 0, 0, 0) in /web/htdocs/www.xxxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'sites/all/themes/marinelli/giordani/giordani.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('giordani', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:8:\"Giordani\";s:11:\"description\";s:39:\"Marinelli theme with left sidebar first\";s:7:\"version\";s:8:\"6.x-2.96\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"giordani.css\";s:48:\"sites/all/themes/marinelli/giordani/giordani.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1251185475\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/giordani/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/giordani/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'sites/all/themes/marinelli/giordani/giordani.info', 0, 0, 0) in /web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 822.
• user warning: Duplicate entry 'sites/all/themes/marinelli/gnifetti/gnifetti.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('gnifetti', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:8:\"Gnifetti\";s:11:\"description\";s:40:\"Marinelli with both sidebars on the left\";s:7:\"version\";s:8:\"6.x-2.96\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"gnifetti.css\";s:48:\"sites/all/themes/marinelli/gnifetti/gnifetti.css\";}}s:10:\"base theme\";s:9:\"marinelli\";s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1251185475\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:45:\"sites/all/themes/marinelli/gnifetti/script.js\";}s:10:\"screenshot\";s:50:\"sites/all/themes/marinelli/gnifetti/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'sites/all/themes/marinelli/gnifetti/gnifetti.info', 0, 0, 0) in /web/htdocs/www.xxxxxx.it/home/sites/modules/system/system.module on line 822.
• user warning: Duplicate entry 'sites/all/themes/marinelli/marinelli.info' for key 1 query: INSERT INTO drupalsystem (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('marinelli', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:9:\"Marinelli\";s:11:\"description\";s:60:\"A fresh 3-column layout for Drupal. Still usable over 4000m!\";s:7:\"version\";s:8:\"6.x-2.96\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:4:{s:10:\"layout.css\";s:37:\"sites/all/themes/marinelli/layout.css\";s:12:\"graphics.css\";s:39:\"sites/all/themes/marinelli/graphics.css\";s:14:\"typography.css\";s:41:\"sites/all/themes/marinelli/typography.css\";s:9:\"links.css\";s:36:\"sites/all/themes/marinelli/links.css\";}}s:7:\"project\";s:9:\"marinelli\";s:9:\"datestamp\";s:10:\"1251185475\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:36:\"sites/all/themes/marinelli/script.js\";}s:10:\"screenshot\";s:41:\"sites/all/themes/marinelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'sites/all/themes/marinelli/marinelli.info', 0, 0, 0) in /web/htdocs/www.xxxxxxxx.it/home/modules/system/system.module on line 822.
Grazie per la pazienza e per il supporto.
Cambia comportamento da due PC diverse!? Stai solo usando FF, o anche IE, Opera, Chromium ...?
Quindi non dovrebb'essere loro la causa...
Visto, ma quella e la pagina di errore di Firefox. Intendevo gli headers (si vede sotto il tab Net in Firebug). Ma non importa...
Ho perso qualcosa - quale messaggio in rosso? Sempre la tabella semaphore?Ok, adesso ho capito...Questo capita qualche volta (ma non è mai successo a me)...
Beh di sicuro dobbiamo ripartire da un punto più solido. Qui sembra che la tua installazione è come una casa di carta - sta crollando tutto.
Io ho già documentato come avevo installato Big D su Arrabbia: http://www.drupalitalia.org/node/5897#comment-31435 e sistemato il db http://www.drupalitalia.org/node/9869. Faccio tutti i aggiornamenti in locale (replicando al meglio che posso l'ambiente del hosting), poi trasferisco sito e DB su hosting. E' (come direbbe jscm) più laborioso, ma per ora più sicuro - ammetto di mettermi in ginocchio, verso la Mecca, quando aggiorno il DB - tutto aiuta in questi casi...
Se non hai troppi dati sul sito (fai un backup almeno) e ti è rimasto un pò di pazienza, credo che bisogna rifare - tipo ritentare sarai più fortunata...
Più imparo, più dubito.