Current Page: 1 of 1
Results 1 - 5 of 5
7 years ago
Patabugen
I've fixed this issue. PHP in WampServer (or perhaps PHP in all WAMP setups) appear to share variables set via `putenv` between processes - causing a library I was using for setting environment variables to freak out. More details if anyone is interested:
Forum: WampServer English
7 years ago
Patabugen
RiggsFolly Wrote: ------------------------------------------------------- > I cannot modify users because it says a > password field is missing. > > Sorry, but that description of your problem is > really not any use to us at all It was a basic explanation of why I've not tried solving my actual problem by updating to the latest version - I have no desire to fix it and th
Forum: WampServer English
7 years ago
Patabugen
I just tried installing MySQL 5.7.15 which is giving me the same problems. MySQL 5.7.16 isn't working at all - I cannot modify users because it says a password field is missing.
Forum: WampServer English
7 years ago
Patabugen
Do you have <?php before your 'echo' command? ``` <?php echo "Hola"; ``` or just ``` echo "Hola"; ``` Also check whether you're using short open tags ( e.g. <? instead of <?php ) and whether they're enabled in PHP (Left clickWampManager -> PHP -> PHP Settings )
Forum: WampServer English
7 years ago
Patabugen
Recently (I think since Wamp 3.0) my PHP is having trouble connecting to the database about 20% of the time. It seems to be a resource limit problem - e.g. if I open 10 tabs then all of them will fail to connect, but if I only open one and refresh it a few times it'll usually work then occasionally not work. I have 10 WordPress sites installed locally and it seems to happen equally with all
Forum: WampServer English
Current Page: 1 of 1