ciao, ho letto molti dei vostri post
il mio errore è il seguente:
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 512243 bytes) in D:\Inetpub\webs\graphiumit\drupal\includes\database.mysql.inc on line 301
ho creato un file php.ini
register_globals = 0
track_vars = 1
short_open_tag = 1
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
arg_separator.output = "&"
session.cache_expire = 200000
session.gc_maxlifetime = 200000
session.cookie_lifetime = 2000000
session.auto_start = 0
session.save_handler = user
session.cache_limiter = none
allow_call_time_pass_reference = On
con questi parametri nulla da fare
ho commentato sul file htaccess:
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes TIZIANO
# Follow symbolic links in this directory.
#Options +FollowSymLinks TIZIANO
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
<Files favicon.ico>
# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>
# Set the default handler.
# DirectoryIndex index.php TIZIANO
ho provato a modificare il file settings.php inserendo:
ini_set('session.use_trans_sid', 0);
ini_set('url_rewriter.tags', '');
ini_set("memory_limit", "24M"); <-------------------------
/**
* Drupal auto
ho provato anche a modificare il file php.ini inserendo il riferimento allo spazio in mb nulla dove sbatto la testa grazie...
tiziano
scusate ma abbiamo comperato sia spazio sotto win e sotto linux questo creerebbe ulteriori problemi per la gestione o il caricamento del sito?
Grazie
Tiziano