From: Aaron A. <li...@fr...> - 2006-02-07 18:19:22
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I had a user report to me this morning that they were unable to export surveys in IE using version 1.8. I have confirmed this too. A error window pops up that says "Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.". Has anyone else had this issue? Is this fixed in the cvs? - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD6M5euucONIvD0AMRAgv5AJ4viVL7RVQA8JyhoK+G3eM4QUqJegCg93fy TwNzwq6HzivOmdneQELNWFM= =b03k -----END PGP SIGNATURE----- |
From: Aaron A. <li...@fr...> - 2006-02-07 18:31:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I had a user report to me this morning that they were unable to export surveys in IE using version 1.8. I have confirmed this too. A error window pops up that says "Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.". Has anyone else had this issue? Is this fixed in the cvs? - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD6NsruucONIvD0AMRAsEpAKD0I96G8BeZx59wOsHJGt7RLfD+zQCguva1 6cutcZmbEWYxBlF8a7lBkMM= =eAKx -----END PGP SIGNATURE----- |
From: Matthew G. <mat...@gm...> - 2006-02-07 18:38:31
|
Could it be one of the newer IE security "features" getting in the way? On 2/7/06, Aaron Axelsen <li...@fr...> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I had a user report to me this morning that they were unable to export > surveys in IE using version 1.8. I have confirmed this too. A error > window pops up that says "Internet Explorer was not able to open this > Internet site. The requested site is either unavailable or cannot be > found. Please try again later.". > > Has anyone else had this issue? Is this fixed in the cvs? > > - -- > Aaron Axelsen > li...@fr... > > Great hosting, low prices. Modevia Web Services LLC -- > http://www.modevia.com > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFD6M5euucONIvD0AMRAgv5AJ4viVL7RVQA8JyhoK+G3eM4QUqJegCg93fy > TwNzwq6HzivOmdneQELNWFM=3D > =3Db03k > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- D'oh! |
From: Aaron A. <li...@fr...> - 2006-02-07 19:57:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The site is added as a trusted site inside of Internet Explorer, so i'm not sure what it is. Can you replicate this on any surveys? - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com Matthew Gregg wrote: > Could it be one of the newer IE security "features" getting in the > way? > > > On 2/7/06, *Aaron Axelsen* <li...@fr... > <mailto:li...@fr...>> wrote: > > I had a user report to me this morning that they were unable to > export surveys in IE using version 1.8. I have confirmed this too. > A error window pops up that says "Internet Explorer was not able to > open this Internet site. The requested site is either unavailable > or cannot be found. Please try again later.". > > Has anyone else had this issue? Is this fixed in the cvs? > > -- Aaron Axelsen li...@fr... <mailto:li...@fr...> > > Great hosting, low prices. Modevia Web Services LLC -- > http://www.modevia.com > > ------------------------------------------------------- This SF.net > email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that > makes searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ phpESP-devel > mailing list php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > >> -- D'oh! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD6PuruucONIvD0AMRAjtTAJwIGECpn3uAcAs0nRp9BEkEfBJQewCgwRTu 2tWegrqADrSQmr19Xwytj04= =3tQf -----END PGP SIGNATURE----- |
From: Aaron A. <li...@fr...> - 2006-02-09 18:55:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I did some more testing, i created this simple php script: <?php $name = "test4"; header('Content-Transfer-Encoding: ascii'); header('Content-type: text/csv'); header("Content-Disposition: attachment; filename=$name.csv"); echo "this is a test"; ?> That properly works and exports the files from within IE. There has to be something within phpesp that is causing a problem since this appears to work in IE, but I haven't been able to figure anything out yet. Any suggestions on what else I can test and play with? Could the javascript submit process have anything to do with it? - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com Matthew Gregg wrote: > Could it be one of the newer IE security "features" getting in the > way? > > > On 2/7/06, *Aaron Axelsen* <li...@fr... > <mailto:li...@fr...>> wrote: > > I had a user report to me this morning that they were unable to > export surveys in IE using version 1.8. I have confirmed this too. > A error window pops up that says "Internet Explorer was not able > to open this Internet site. The requested site is either > unavailable or cannot be found. Please try again later.". > > Has anyone else had this issue? Is this fixed in the cvs? > > -- Aaron Axelsen li...@fr... <mailto:li...@fr...> > > Great hosting, low prices. Modevia Web Services LLC -- > http://www.modevia.com > > ------------------------------------------------------- This SF.net > email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that > makes searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ phpESP-devel > mailing list php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > >> -- D'oh! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD65ASuucONIvD0AMRArt0AKDWpcTDokLihRSThiVdK6CFYgfM0ACeJTFW ymXnuH8E4vrA+EH+5GMBtt8= =mWlv -----END PGP SIGNATURE----- |