Visualizzazione dei risultati da 1 a 3 su 3

Discussione: strano errore cgi

  1. #1
    Utente di HTML.it L'avatar di krumiro
    Registrato dal
    Apr 2002
    Messaggi
    180

    strano errore cgi

    Premetto che in locale funziona, ma in remoto aprendo la connessione con MS Access in questo modo:

    codice:
    $dbConnection = new COM("ADODB.Connection");
    $dbConnection->open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=test.mdb;");
    mi restituisce questo errore :

    codice:
    CGI Error
    
    The specified CGI application misbehaved by not returning a complete set of HTTP headers.

    E' una questione di permessi?

  2. #2

  3. #3
    Utente di HTML.it L'avatar di nicola75ss
    Registrato dal
    Nov 2004
    Messaggi
    12,922
    Hai provato a fare una semplice ricerca su google con un copia incolla dell'errore?

    http://bugs.php.net/bug.php?id=25863

    Observations
    ------------
    This happened only when:
    - PHP.exe is used as a CGI on IIS
    - The php scripts contained 2 or more frames (e.g. phpMyAdmin)
    - MySQL operation was executed (update, insert, delete etc.)
    - header("Location: ...") is used to redirect user after a MySQL
    operation to a page that also performs a MySQL operation
    - The pages are viewed from local computer
    - A very fast computer is used

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.