PDA

View Full Version : open/save as with only some of the files?


the geek
Sat 25th Oct '03, 6:26am
Hey all... been stumped about this for a few days.

I have a local setup of vb6b7 on Apache 2.0.47
Most of the pages are fine... but some prompt me with the open/save as box?
If I open it... its full on php.
I did a complete fresh install of vb6b7 and its happening with them same files (mainly template.php)

What do you guys think I am doing wrong?

Thanks

Gavin.
Sat 25th Oct '03, 9:42am
It sounds like a serverside problem (not a vBulletin one). With locally, do you mean on your own personal desktop or your server? Are the same files prompting for download or is it randomly occuring? :)

It may be that PHP or apache (or both!) needs to be restarted... :)

the geek
Sat 25th Oct '03, 12:33pm
Cheers for the reply.

No I know its not a VB problem.
My site on the dedicated server is fine... this is the test server on my local desktop. I have restarted Apache several times... and yes... it happens with the same files.
Any thoughts?

Steve Machol
Sat 25th Oct '03, 1:30pm
Someonwe else was having this exact same problem. Unfortunately we were unable to figure out why this was happening. I have heard of some issues with Apache 2.x. Perhaps you can try downgrading to 1.38.x.

Scott MacVicar
Sat 25th Oct '03, 4:20pm
its a PHP bug with Apache 2.

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

its been fixed in PHP 4.3.4 now. So either try 4.3.4 RC2 or downgrade to apache 1.

the geek
Sun 26th Oct '03, 3:10am
Cheers guys... saved me again. Its all happily plugging along now.