|
|
Iscritto: Jan 2005
Posts: 478
Member
|
Member
Iscritto: Jan 2005
Posts: 478 |
Hai fatto quello che dice Alessio? magari così: IMAGEPATH "/ms4w/tmp/"
IMAGEURL "/tmp/" Comunque è strano che non ti faccia cambiare i permessi (le meraviglie di Windows!!!!)
email: echo "dfp^k^ivpq=sfodfifl+fq" | perl -pe 's/(.)/chr(ord($1)+3)/ge' -------- Il problema dell'umanità è che gli stupidi sono strasicuri, mentre gli intelligenti sono pieni di dubbi. (B. Russell)
|
|
|
|
|
Iscritto: Nov 2006
Posts: 539
Member
|
Member
Iscritto: Nov 2006
Posts: 539 |
dato che sei admin più che ad un problema di permessi penso ai path che ti ho detto sopra... hai provato a sostituirli con quelli che ti ho dato io?
PS comunque per modificare i permessi chmod funziona anche in windows, tramite l'utility ftp.exe a riga di comando.
;-)
|
|
|
|
|
Iscritto: Mar 2007
Posts: 30
Junior Member
|
OP
Junior Member
Iscritto: Mar 2007
Posts: 30 |
si li avevo sostituiti nulla
|
|
|
|
|
Iscritto: Mar 2007
Posts: 30
Junior Member
|
OP
Junior Member
Iscritto: Mar 2007
Posts: 30 |
si li avevo sostituiti nulla
|
|
|
|
|
Iscritto: Nov 2006
Posts: 539
Member
|
Member
Iscritto: Nov 2006
Posts: 539 |
miseriaccia... vai giù di permessi allora... puoi usare un utility di windows ftp.exe da lanciare dal prompt dei comandi ed utilizzare il comando chmod settando i "permessi ottali" (dato che sei in locale anche su 777 va bene). Oppure così http://www.cavone.com/windows_server_blog/114-Protezione-file-directory-Win-XP.asp o ancora tramite un browser ftp grafico (tipo filezilla) prova un po'...
|
|
|
|
|
Iscritto: Jan 2005
Posts: 478
Member
|
Member
Iscritto: Jan 2005
Posts: 478 |
dopo averli sostituiti che errore ti dà?
email: echo "dfp^k^ivpq=sfodfifl+fq" | perl -pe 's/(.)/chr(ord($1)+3)/ge' -------- Il problema dell'umanità è che gli stupidi sono strasicuri, mentre gli intelligenti sono pieni di dubbi. (B. Russell)
|
|
|
|
|
Iscritto: Mar 2007
Posts: 30
Junior Member
|
OP
Junior Member
Iscritto: Mar 2007
Posts: 30 |
Sempre lo stesso:
msSaveImageGD(): Unable to access file. Unable to open file /ms4w/temp/MS11734343622628.png for writing
|
|
|
|
|
Iscritto: Jan 2005
Posts: 478
Member
|
Member
Iscritto: Jan 2005
Posts: 478 |
Prova così se non l'hai già fatto:
IMAGEPATH "C:/ms4w/tmp/"
IMAGEURL "/tmp/"
email: echo "dfp^k^ivpq=sfodfifl+fq" | perl -pe 's/(.)/chr(ord($1)+3)/ge' -------- Il problema dell'umanità è che gli stupidi sono strasicuri, mentre gli intelligenti sono pieni di dubbi. (B. Russell)
|
|
|
|
|
Iscritto: May 2007
Posts: 32
Member
|
Member
Iscritto: May 2007
Posts: 32 |
Ciao a tutti, ho questo map file, qualcuno saprebbe dirmi dove ho sbagliato??? Ci sto sbattendo la testa da giorni. Il sistema di coordinate è ED1950 - UTM33
# Map file generated by QGIS version 0.7.4 # Edit this file to customize for your interface # Not all sections are complete. See comments for details. NAME webgis STATUS ON
# # Start of map file # MAP #EXTENT [minx] [miny] [maxx] [maxy] EXTENT 2500000 4535000 2557000 4580000 UNITS meters
# Map image size. Change size as desired SIZE 600 500
SHAPEPATH "../../dati" SYMBOLSET "../../etc/symbols.sym" FONTSET "../../etc/fonts.txt" RESOLUTION 96 IMAGETYPE png INTERLACE OFF
PROJECTION "init=epsg:23033" END
# # Start of web interface definition. Only the TEMPLATE parameter # must be specified to display a map. See Mapserver documentation # WEB HEADER webgis TEMPLATE "map.html" IMAGEPATH "/ms4w/tmp/ms_tmp/" IMAGEURL "/ms_tmp/" # FOOTER MINSCALE500 MAXSCALE 200000 # Set IMAGEPATH to the path where mapserver should # write its output # Set IMAGEURL to the url that points to IMAGEPATH #IMAGEURL '/map_output/' END
# # Start of Reference map definition # REFERENCE EXTENT 2500000 4535000 2557000 4580000 IMAGE "../../images/webref.png" SIZE 199 149 COLOR -1 -1 -1 OUTLINECOLOR 255 0 0 END # Reference
# # Start of ScaleBar definition # SCALEBAR STATUS embed TRANSPARENT off INTERVALS 4 SIZE 200 3 UNITS kilometers COLOR 250 250 250 OUTLINECOLOR 0 0 0 BACKGROUNDCOLOR 100 100 100 STYLE 0 POSTLABELCACHE true LABEL COLOR 0 0 90 #OUTLINECOLOR 200 200 200 SIZE small END # Label END # Reference
IMAGECOLOR 255 255 255
# SYMBOLS USED IN PMAPPER # - 'circle' always necessary (used e.g. for highlight) # - 'square' used in currecnt map file # Symbols can also be defined via tag SYMBOLSET (see above) Symbol Name 'square' Type VECTOR Filled TRUE Points 0 1 0 0 1 0 1 1 0 1 END END
#================== START OF LAYER SECTION =====================#
LAYER NAME lim_web TYPE POLYGON STATUS ON DATA /dati/Lim_web.shp CLASS NAME "Lim_web" # TEMPLATE COLOR 1 144 50 OUTLINECOLOR 207 150 123 END END END # Map File
|
|
|
Link Copiato negli Appunti