Pages: PreviousFirst...45678...LastNext
Current Page: 6 of 9
Results 151 - 180 of 270
17 years ago
roms
See the Faq on this site, it's an authentication method problem (changed since MySQL 5.0 and not supoirted by the mysql extension)
Forum: WampServer English
17 years ago
roms
Becuase you outputed something before doind the header(); See the header function in the php doc, you'll get all descriptions (clane your ouptupt before header or use the outpubuffer of php)
Forum: WampServer English
17 years ago
roms
Right, thanks for the info.
Forum: WampServer English
17 years ago
roms
header(Location: ...) with a capital L
Forum: WampServer English
17 years ago
roms
I think you upgraded from a version previous then 1.6.0 which is not possible. Save your data (files and databases) uninstall and reinstall the latest version (upgrades are possible since 1.6.0 not before). Now for your short_open_tags problem, they have been disactivated, you should use full open tags (<?php) since short_open_tags are not compatible with xhtml.
Forum: WampServer English
17 years ago
roms
See the phpmyadmin doc, you've got to modifiy your config.inc.php to use the http method for authentication.
Forum: WampServer English
17 years ago
roms
Yes, it's bevuase it changed the hosting of WAMP and some mail accounts weren't created. The problem should be solved, sorry ;-)
Forum: WampServer English
18 years ago
roms
Hi, just replace the data directory.
Forum: WampServer English
18 years ago
roms
Short_open_tags are incompatible with many formats such as xhtml (starts with <?xml...)
Forum: WampServer English
18 years ago
roms
Activate the short_open_tags, or stop using them (better solution).
Forum: WampServer English
18 years ago
roms
Should work great !
Forum: WampServer English
18 years ago
roms
Well, it dependsof your OS but it should work well even with very low memory. Romain
Forum: WampServer English
18 years ago
roms
don't use short_open_tags (ie <?) but full tags : <?php Romain
Forum: WampServer English
18 years ago
roms
165. Re: exif
This is strange, i just loaded the exif extension threw the wamp menu and the function is available. Is the exif extension in your phpinfo() ?
Forum: WampServer English
18 years ago
roms
166. Re: Cron
Just use the planified tasks of windows. You call the php.exe (or php-win.exe) giving your script name as argument. romain
Forum: WampServer English
18 years ago
roms
Putty is used to connect by ssh (or telnet) to a system. I don't understand what you want to do with Putty on wamp??? Romain
Forum: WampServer English
18 years ago
roms
Humm... you could also use the alias function in the WAMP menu, it creates everything for you... Romain
Forum: WampServer English
18 years ago
roms
Just donwload the PHP4 add-on and you'll have PHP4 on your WAMP (WAMP4 doesn't exist). Romain
Forum: WampServer English
18 years ago
roms
You've got your answer. Another program is using prot 80. Might be Skype , an anti-spam... try to execute this : <?php $fp = @fsockopen("127.0.0.1", 80, $errno, $errstr, 1); $out = "GET / HTTP/1.1\r\n"; $out .= "Host: 127.0.0.1\r\n"; $out .= "Connection: Close\r\n\r\n"; if ($fp) { fwrite($fp, $out); while (!feof($fp)) { $line
Forum: WampServer English
18 years ago
roms
The source code of the inno setup is on sourceforge. Romain
Forum: WampServer English
16 years ago
roms
va faire un tour sur mon blog ;-)
Forum: WampServer Francais
16 years ago
roms
Sinon, il faut éditer le fichier de conf d'apache (htpd.conf) et modifier les directives DocumentRoot ainsi que la ligne <Directory "C:/wamp/www/"> et redémarrer WAMP.
Forum: WampServer Francais
16 years ago
roms
Le répertoire wamp a t'il été supprimé?
Forum: WampServer Francais
16 years ago
roms
pourrais tu préciser ta pensée...
Forum: WampServer Francais
16 years ago
roms
Pour ma défense, il s'agit d'un problème de Apache et non de WAMP5. C'est pour cela qu'il n'est pas conseillé d'utiliser WAMP5 en prod. Un post sur le forum Apachelounge qui pourrait vous aider :
Forum: WampServer Francais
16 years ago
roms
Aurais tu mis à jour une version antérieure à la 1.7.0?
Forum: WampServer Francais
16 years ago
roms
ca va venir ;-)
Forum: WampServer Francais
17 years ago
roms
Je viens de publier une version 1.7.1a qui corrige les bugs de phpmyadmin.
Forum: WampServer Francais
17 years ago
roms
Je confirme, j'ai testé le fichier avec divers anti-virus : Trend Micro Kapersky Norton pandasoft Aucun, à part Nod32 ne détecte quoi que ce soit.
Forum: WampServer Francais
Pages: PreviousFirst...45678...LastNext
Current Page: 6 of 9