<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[EasyPHP - The WAMP package] - Forum (EasyPHP and Modules : WordPress, Spip, Prestashop, Joomla, Drupal, phpBB, Phorum...) - EasyPHP 2.0</title>
        <description></description>
        <link>http://www.easyphp.org/forums/list/9</link>
        <lastBuildDate>Thu, 09 Sep 2010 22:21:53 +0200</lastBuildDate>
        <generator>Phorum 5.2.14</generator>
        <item>
            <guid>http://www.easyphp.org/forums/9/146535/146535/_subject_#msg-146535</guid>
            <title>Harcèlement (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/146535/146535/_subject_#msg-146535</link>
            <description><![CDATA[ Pourquoi easyphp 2.0b insiste-t-il lourdement pour que je télécharge la dernière version qui ne m'intéresse pas pour l'instant (je l'ai bien téléchargé, mais la garde en réserve)<br />
Comment supprimer ce comportement agaçant à chaque ouverture du logiciel ?]]></description>
            <dc:creator>Absolument</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Tue, 16 Feb 2010 19:36:54 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/146438/146438/_subject_#msg-146438</guid>
            <title>run mysqld on command console (3 replies)</title>
            <link>http://www.easyphp.org/forums/9/146438/146438/_subject_#msg-146438</link>
            <description><![CDATA[ Hi, new in this forum  XD<br />
<br />
How can i run mysql into the command console, Windows MS-DOS ?<br />
the mysqld.exe doesn't start]]></description>
            <dc:creator>germx</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Thu, 21 Jan 2010 20:00:56 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/146177/146177/_subject_#msg-146177</guid>
            <title>starting as user / démarage en utilisateur (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/146177/146177/_subject_#msg-146177</link>
            <description><![CDATA[ Hello,<br />
When i lunch easyphp as a user on windows i got the following warning:<br />
<br />
You're not administrator : some actions will not be available.<br />
Continue ? Y/N<br />
<br />
I would like to answers YES without showing the warning window anymore.<br />
<br />
Any idea ?<br />
<br />
Many thanks<br />
<br />
-----------------------<br />
<br />
Bonjour,<br />
Lorsque je me connecte en utilisateur en lancant easyphp au démarage j'ai le message suivant:<br />
<br />
Vous n'êtes pas administrateur : de nombreuses actions vous seront inaccessibles.<br />
Continuer? O/N<br />
<br />
J'aimerai que cette question ne soit plus posée et que la réponse OUI soit automatique.<br />
<br />
des suggestions ?<br />
<br />
Merci]]></description>
            <dc:creator>bloodchecker</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Tue, 27 Oct 2009 21:02:59 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/146148/146148/_subject_#msg-146148</guid>
            <title>problem with mysql_connect (3 replies)</title>
            <link>http://www.easyphp.org/forums/9/146148/146148/_subject_#msg-146148</link>
            <description><![CDATA[ Hi all,<br />
I've successfully installed EasyPHP 2.0 (Easy-PHP-5.3.0 setup) on Windows XP SP3. Everything works fine, but when I try to conncect to mysql db an Apache error occurs (ModName is php_mysql.dll). In particular the error happens when I add the instruction mysql_connect to the script.<br />
<br />
Can anyone help me ?<br />
Thanks for your help]]></description>
            <dc:creator>black</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Thu, 21 Jan 2010 07:30:31 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145973/145973/_subject_#msg-145973</guid>
            <title>Access Denied in LocalHost (5 replies)</title>
            <link>http://www.easyphp.org/forums/9/145973/145973/_subject_#msg-145973</link>
            <description><![CDATA[ Hi!<br />
<br />
I installed EasyPHP 2.0 and on the localhost I get Access Denied<br />
Why? I do not understand.]]></description>
            <dc:creator>jocddz</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Fri, 11 Sep 2009 02:29:38 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145934/145934/_subject_#msg-145934</guid>
            <title>Backups (3 replies)</title>
            <link>http://www.easyphp.org/forums/9/145934/145934/_subject_#msg-145934</link>
            <description><![CDATA[ Hey,<br />
<br />
I'm running EasyPHP with a few SQL databases...<br />
<br />
How do I setup a scheduled automatic backup of the SQL?<br />
<br />
On my 'real' web servers, I do so using a cronjob running a script, similar to the below:<br />
<br />
date=`date -I` ; mysqldump -a -u XXXXXX -pYYYYYY ZZZZZZZ | gzip &gt; /home/WWWWWW/database_$date.sql.gz ; mutt -s &quot;Backup ($date)&quot; -n -a /home/WWWWWW/database_$date.sql.gz <a href="mailto:&#101;&#109;&#97;&#105;&#108;&#64;&#101;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#101;&#109;&#97;&#105;&#108;&#64;&#101;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a> &lt; /dev/null<br />
<br />
Or use a built in backup scheduler in Plesk/Control Panel.<br />
<br />
However with easyphp/sql, I don't have access to running cronjobs, or of course a built in backup function.<br />
<br />
Is there any simple way to automate it?<br />
<br />
Cheers<br />
Rob]]></description>
            <dc:creator>rjbathgate</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Thu, 10 Sep 2009 00:32:23 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145928/145928/_subject_#msg-145928</guid>
            <title>Virtualhost (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145928/145928/_subject_#msg-145928</link>
            <description><![CDATA[ I want to run more than 1 site on easyphp.I tried alot but can not manage to run more sites on same machine.Can you send a sample running configuration for easyphp that runs for example  a www.ss.com as default , www.xx.com as site-a,and a www.cc.com as site-b.<br />
<br />
Thanks.]]></description>
            <dc:creator>memox</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 31 Aug 2009 16:46:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145922/145922/_subject_#msg-145922</guid>
            <title>Connecting to local Server (easyphp) over LAN (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145922/145922/_subject_#msg-145922</link>
            <description><![CDATA[ Hey,<br />
<br />
On my main machine (192.168.0.3, running XP), I am running EasyPHP web server, which on the main machine I can access fine at [<a href="http://localhost" rel="nofollow" >localhost</a>]<br />
<br />
I want to now connect to that server from another computer (192.168.0.5, running Vista (have also tried an XP machine)) on my local network.<br />
<br />
I can ping 192.168.0.3 perfectly well from 192.168.0.5 and browse through Window's Network Explorer. I can also view in browser shared network items, e.g file:///192.168.0.3/music/<br />
<br />
However [<a href="http://192.168.0.3" rel="nofollow" >192.168.0.3</a>] returns Page Load Error / Connection Interrupted / This document contains no data.<br />
<br />
So, I figure the EasyPHP server isn't watching on the PC's Ip address (only localhost).<br />
<br />
What step have I missed to be able to connect to the web server from the network?<br />
<br />
The network is connected through a standard home router.<br />
<br />
Many thanks in advance]]></description>
            <dc:creator>rjbathgate</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Fri, 28 Aug 2009 23:34:15 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145920/145920/_subject_#msg-145920</guid>
            <title>envoie formulaire en local (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145920/145920/_subject_#msg-145920</link>
            <description><![CDATA[ Bonjour<br />
avec easyphp 2.0b1 je ne parviens pas à recevoir dans ma boite mèl perso l'envoie d'un message issu d'un formulaire sur un site en local, alors que cette réponse arrive bien dans la partie privée du site<br />
est ce que easy permet de recevoir en les messages issus d'un site en local ?<br />
<br />
si oui, que puis je faire pour régler mon problème ?<br />
voilà ce que j'ai dans le fichier php.ini celui qui est dans C:\Program Files\EasyPHP 2.0b1\apache <br />
[mail function]<br />
; For Win32 only.<br />
SMTP = smtp-msa.orange.fr<br />
smtp_port = 587<br />
<br />
; For Win32 only.<br />
sendmail_from = <a href="mailto:&#109;&#111;&#110;&#97;&#100;&#114;&#101;&#115;&#115;&#101;&#64;&#111;&#114;&#97;&#110;&#103;&#101;&#46;&#102;&#114;">&#109;&#111;&#110;&#97;&#100;&#114;&#101;&#115;&#115;&#101;&#64;&#111;&#114;&#97;&#110;&#103;&#101;&#46;&#102;&#114;</a> <br />
<br />
je me suis servi de <a href="mailto:&#109;&#111;&#110;&#97;&#100;&#114;&#101;&#115;&#115;&#101;&#64;&#111;&#114;&#97;&#110;&#103;&#101;&#46;&#102;&#114;">&#109;&#111;&#110;&#97;&#100;&#114;&#101;&#115;&#115;&#101;&#64;&#111;&#114;&#97;&#110;&#103;&#101;&#46;&#102;&#114;</a>  pour l'envoie du formulaire dans le site local, mais ça n'a donné aucun résultat<br />
<br />
merci d'avance pour votre aide<br />
cordialement]]></description>
            <dc:creator>jeami</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Thu, 27 Aug 2009 19:13:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145844/145844/_subject_#msg-145844</guid>
            <title>importation refusée (2 replies)</title>
            <link>http://www.easyphp.org/forums/9/145844/145844/_subject_#msg-145844</link>
            <description><![CDATA[ Bonjour,<br />
Je viens d'installer EasyPHP 2.0 et FileZilla sur mon portable sous Vista.<br />
J'ai créé un répertoire dans www pour y importer mon site... <br />
Flz ouvre bien le site distant mais ne peut pas écrire dans le répertoire créé:<br />
&quot;Echec lors de l'ouverture de C:\ProgramsFile.....\www\index.htm<br />
(ça marche sous XP sur mon PC fixe)<br />
Une histoire de pare-feu ?  <br />
Merci pour vos conseils  (in french, if possible !)]]></description>
            <dc:creator>jarailet</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Tue, 14 Jul 2009 08:06:02 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145800/145800/_subject_#msg-145800</guid>
            <title>php mysql_fetch_array returned no rows (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145800/145800/_subject_#msg-145800</link>
            <description><![CDATA[ php mysql_fetch_array returned no rows. But when i submit the query directly to mysql, it returns the data. Here is my code : <br />
<br />
include(&quot;config.php&quot;);<br />
<br />
function BuildTable($result) {<br />
	$fieldCount = @mysql_num_fields($result);<br />
	for ($i=1; $i&lt;$fieldCount; $i++) {              <br />
   		$fieldName = @mysql_field_name($result, $i);<br />
	}<br />
	$r=@mysql_fetch_array($result); //for testing<br />
	if($r != FALSE) //false  is always returned although the query works on mysql<br />
		print(&quot;true&quot;);<br />
	else<br />
		print(&quot;false&quot;);<br />
	while($r=@mysql_fetch_array($result)) {<br />
		print(&quot;&lt;tr&gt;\n&quot;);<br />
		$num=@mysql_num_fields($result);<br />
		for($i=0;$i&lt;$num;$i++) { //pour chaque champ<br />
			if(!is_null($r[$i])) {<br />
				if($i != 4) {<br />
					if($i == 3) {<br />
						print(&quot;&lt;td&gt;&quot;);<br />
						print(&quot;&lt;a href='get_fichier.php?Fichier=&quot;.$r[4].&quot;'&gt;&quot;.$r[$i].&quot;&lt;/a&gt;&quot;);<br />
						print(&quot;&lt;/td&gt;&quot;);	<br />
					}<br />
					else {<br />
						print(&quot;&lt;td&gt;&quot;);<br />
						print($r[$i]);<br />
						print(&quot;&lt;/td&gt;&quot;);<br />
					}<br />
				}<br />
			}<br />
			else<br />
					print(&quot;&lt;td&gt;&lt;/td&gt;&quot;);<br />
		}<br />
		print(&quot;&lt;/tr&gt;\n&quot;);<br />
	} <br />
	}]]></description>
            <dc:creator>mamadouabd</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 15 Jun 2009 09:56:37 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145796/145796/_subject_#msg-145796</guid>
            <title>phpthumb (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145796/145796/_subject_#msg-145796</link>
            <description><![CDATA[ Bonjour,<br />
<br />
Je voudrais savoir comment installer phpthumb en local.<br />
<br />
Je n'ai pas les images. la Lib ?<br />
<br />
Cordialement,<br />
richard]]></description>
            <dc:creator>aalborg2006</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 15 Jun 2009 09:57:17 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145787/145787/_subject_#msg-145787</guid>
            <title>easyphp2.0b1 vista - The requested URL /mysql/ was not found on this server. (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145787/145787/_subject_#msg-145787</link>
            <description><![CDATA[ The requested URL /mysql/ was not found on this server.<br />
<br />
this is what i get when i go to [<a href="http://localhost/mysql/" rel="nofollow" >localhost</a>] or even [<a href="http://localhost/home/mysql/" rel="nofollow" >localhost</a>]<br />
<br />
earlier joomla worked fine to develop local site. now even joomla fails to install. stops at creating database saying &quot;sql server can not found&quot;<br />
<br />
followin  is log:<br />
<br />
InnoDB: The first specified data file .\ibdata1 did not exist:<br />
InnoDB: a new database to be created!<br />
090522 10:37:15  InnoDB: Setting file .\ibdata1 size to 10 MB<br />
InnoDB: Database physically writes the file full: wait...<br />
090522 10:37:18  InnoDB: Log file .\ib_logfile0 did not exist: new to be created<br />
InnoDB: Setting log file .\ib_logfile0 size to 5 MB<br />
InnoDB: Database physically writes the file full: wait...<br />
090522 10:37:21  InnoDB: Log file .\ib_logfile1 did not exist: new to be created<br />
InnoDB: Setting log file .\ib_logfile1 size to 5 MB<br />
InnoDB: Database physically writes the file full: wait...<br />
InnoDB: Doublewrite buffer not found: creating new<br />
InnoDB: Doublewrite buffer created<br />
InnoDB: Creating foreign key constraint system tables<br />
InnoDB: Foreign key constraint system tables created<br />
090522 10:37:23  InnoDB: Started; log sequence number 0 0<br />
090522 10:37:23 [Note] C:\PROGRA~1\EASYPH~1.0B1\MySql\bin\mysqld.exe: ready for connections.<br />
Version: '5.0.27-community-log'  socket: ''  port: 3306  MySQL Community Edition (GPL)<br />
<br />
<br />
IM A NEWBIE NEED A JOOMLA SITE. CANT DO PHP PROGRAMMING. :(]]></description>
            <dc:creator>easydoubt</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Sat, 23 May 2009 11:17:06 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145780/145780/_subject_#msg-145780</guid>
            <title>valid mysql query returned no data (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145780/145780/_subject_#msg-145780</link>
            <description><![CDATA[ the following query returned no data : <br />
<br />
select NomUsager,MotPass,NumMembre from professeurs where NomUsager='JLeverling' and MotPass='52t81u'<br />
<br />
although the table &quot;professeurs&quot; contains : <br />
<br />
NumMembre  Nom  Prénom  NomUsager  MotPass  <br />
      1 TEST TEST TEST TEST1 <br />
      2 Leverling Janet JLeverling 52t81u]]></description>
            <dc:creator>mamadouabd</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 04 May 2009 18:19:13 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145768/145768/_subject_#msg-145768</guid>
            <title>htaccess ? (2 replies)</title>
            <link>http://www.easyphp.org/forums/9/145768/145768/_subject_#msg-145768</link>
            <description><![CDATA[ Bonjour<br />
<br />
Je viens de passer de EasyPHP 1.8 à 2.0, tout est nickel sauf le htaccess !!!<br />
Avant il y avait bien AccessFileName où je mettais par exemple htaccess.txt<br />
<br />
Mais là rien du tout, surtout que Windows ne prend les fichiers sans extension !<br />
<br />
Merci de votre aide<br />
Fabien]]></description>
            <dc:creator>Jeaf16</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 29 Apr 2009 18:15:50 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145766/145766/_subject_#msg-145766</guid>
            <title>apache can't be runned - solution? (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145766/145766/_subject_#msg-145766</link>
            <description><![CDATA[ Hi all,<br />
<br />
Had EasyPHP working under Vista last week, and mysteriously this week it has been failing to start - kept getting the message about &quot;Apache can't be runned: port being used or blocked by firewall&quot; (or something pretty similar)<br />
<br />
Couldn't find any processes that were using port 80...so I was really confused... getting ready to revert back to my old machine and XP even!<br />
...but, I have found by going into the EasyPHP config and unchecking the box &quot;check servers TCP port before starting&quot;, that suddenly EasyPHP runs as it always used to.<br />
<br />
So my question - am I likely to have any problems now that I have unchecked that box? What can I expect? I only use EasyPHP for purely local testing before uploading to my production site, so no remote/network users involved...<br />
<br />
Thanks in advance]]></description>
            <dc:creator>hairboy</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Tue, 28 Apr 2009 05:53:41 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145729/145729/_subject_#msg-145729</guid>
            <title>Paramétrer l'url rewriting (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145729/145729/_subject_#msg-145729</link>
            <description><![CDATA[ Bonjour,<br />
<br />
je souhaite tester en local l'url rewriting.<br />
J'ai décommenté dans httpd.conf la ligne &quot;LoadModule rewrite_module modules/mod_rewrite.so<br />
<br />
J'ai modifié DocumentRoot &quot;${path}/www&quot; en le remplaçant par &quot;${path}/www/mon_repertoire&quot;<br />
<br />
<br />
Jusque là Apache fonctionne mais pas l'url rewriting<br />
<br />
Je modifie mon alias pour remplacer &quot;AllowOverride None&quot; en &quot;AllowOverride All&quot; et là le serveur ne fonctionne plus.<br />
<br />
Que dois je modifier pour tester en local l'url rewriting.]]></description>
            <dc:creator>sarawak</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 15 Apr 2009 16:14:50 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145707/145707/_subject_#msg-145707</guid>
            <title>mysql spatial extension (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145707/145707/_subject_#msg-145707</link>
            <description><![CDATA[ Hi all,<br />
<br />
currently i am working on some spatially enabled application. I have been trying to do the following on easyphp 2.0 but failed.<br />
<br />
mysql&gt; CREATE TABLE geom2 (g GEOMETRY) SELECT g FROM geom;<br />
mysql&gt; SELECT AsText(g) FROM geom;<br />
<br />
the second query failed. My question is, is spatial extension has been supported in the version of mysql used in this version of easyphp?<br />
<br />
thanks.<br />
<br />
remi]]></description>
            <dc:creator>remiglobal</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Thu, 02 Apr 2009 20:27:18 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145706/145706/_subject_#msg-145706</guid>
            <title>pb de connexion (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145706/145706/_subject_#msg-145706</link>
            <description><![CDATA[ Bonjour<br />
Ancien utilisateur de easyphp sur xp.<br />
Je viens de telecharger et d'installer la version 2.0 sur vista.<br />
j'ai cree cette page pour me connecter et voici le code<br />
&lt;?php<br />
// Déclaration des paramètres de connexion<br />
$host = &quot;localhost&quot;;<br />
$user = &quot;root&quot;;<br />
$passwd  = &quot;&quot;;<br />
// Connexion au serveur<br />
mysql_connect($host,$user,$passwd) or die(&quot;erreur de connexion au serveur&quot;);<br />
?&gt;<br />
quand je lance mon web local j'ai cette erreur<br />
Warning: mysql_connect() [function.mysql-connect]: Accès refusé pour l'utilisateur: 'root'@'@localhost' (mot de passe: NON) in C:\Program Files\EasyPHP 3.0\www\index.php on line 27<br />
erreur de connexion au serveur<br />
<br />
Quelqu'un aurait il l'idee ou j'ai fait mon erreur<br />
Merci par avance de vos reponse<br />
<br />
Yves]]></description>
            <dc:creator>herault34</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Tue, 31 Mar 2009 09:14:54 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145703/145703/_subject_#msg-145703</guid>
            <title>retour parametre par defaut (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145703/145703/_subject_#msg-145703</link>
            <description><![CDATA[ bonjour à tous,<br />
<br />
désolé je ne savais pas comment chercher dans le forum pour mon probleme....<br />
<br />
voila j'ai easyphp 2.0.1, j'avais un probleme sur mon site avec des &quot;php_thumbs&quot; du coup j'ai été trop vite et voilà ce que j'ai fais : <br />
<br />
CONFIGURATION <br />
EXTENSIONS PHP<br />
COCHE LIBRAIRIE GD2<br />
APPLIQUER<br />
<br />
depuis, impossible d'afficher mon site...<br />
<br />
je voudrai juste savoir si je peux remettre les parametres par defaut quelque part...<br />
<br />
merci pour votre aide]]></description>
            <dc:creator>trescalan</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 30 Mar 2009 09:17:05 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145693/145693/_subject_#msg-145693</guid>
            <title>PHP 2 on Vista  error: Call to undefined function mysql_connect() (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145693/145693/_subject_#msg-145693</link>
            <description><![CDATA[ Hi,<br />
<br />
Big fan of Easyphp2, one of the best dev tools ever.<br />
<br />
Just moved to Vista(32) (and yes ut sucks) and getting this odd message when opening [<a href="http://127.0.0.1/index.php" rel="nofollow" >127.0.0.1</a>].<br />
n C:\Program Files\EasyPHP2\www\includes\dBase_modules\open_db.php on line 3<br />
<br />
<br />
If I run phpMyAdmin, I get at the message:<br />
phpMyAdmin - Error<br />
Cannot load mysql extension. Please check your PHP configuration. - Documentation<br />
<br />
<br />
Follow the documentation help, and taht says<br />
To connect to a MySQL server, PHP needs a set of MySQL functions called &quot;MySQL extension&quot;. This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.<br />
<br />
okay, run a check and php_mysql.dll is definitely in the php5/ext/ directory.<br />
<br />
I have done a resinstall and the same thing is happening. <br />
<br />
In task manager, Apache and mySQL are running. If I connect to the MySQL with phpmaker6, it opens fine. MySQL is running like a train on greased rails.<br />
<br />
<br />
Any ideas why Fire fox 2 can't open?<br />
Thanks <br />
<br />
Rhoel]]></description>
            <dc:creator>Rhoel</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Fri, 20 Mar 2009 18:03:36 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145680/145680/_subject_#msg-145680</guid>
            <title>No error log for wrong apache IP setting (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145680/145680/_subject_#msg-145680</link>
            <description><![CDATA[ Hi there<br />
<br />
A short bug report<br />
<br />
I had a problem with my EasyPHP Apache. It wouldn't start. I looked in the Apache log and in the other logs, but nothing was registered.<br />
I found out, that the Listen binding was set to a wrong IP-address (I changed my servers IP address, stupid me :D).<br />
<br />
Can someone make Apache log this, as no error log is reported about the bad Listen binding? It might be at Apache the error is, but can someone with more time than me, please follow this to the door.<br />
<br />
I might not check in here again, just wanted to tell this to anyone listening. I can be reached on my email though: sager underscore svend on hotmail dot com<br />
<br />
Cheers<br />
eSKape]]></description>
            <dc:creator>eSKape</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 11 Mar 2009 01:14:12 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145670/145670/_subject_#msg-145670</guid>
            <title>setcookie (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145670/145670/_subject_#msg-145670</link>
            <description><![CDATA[ Hello,<br />
<br />
I am trying to use the setcookie instruction, and I face some strange things.<br />
<br />
when I use this instruction, simple php programm, no html, just something like :<br />
&lt;?php setcookie('toto', 'hello'); ?&gt;<br />
<br />
and start my php file through easyphp/administration/alias/my alias... the cookie is not created.<br />
<br />
When I use the Phped, the cookie is created !<br />
<br />
I look in docs &amp; settings / user / Cookies, this is the place where the cookie appears with Phped.<br />
<br />
Can someone please help me... I don't understand why my cookie does not appear if I don't use phped !!!<br />
<br />
Thanks in advance<br />
Arnaud]]></description>
            <dc:creator>Arnaudlucas</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 04 Mar 2009 15:30:41 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145614/145614/_subject_#msg-145614</guid>
            <title>Problem with session in easyphp 2.0b1 (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145614/145614/_subject_#msg-145614</link>
            <description><![CDATA[ Hello,<br />
I was using wamp for developping in php but when trying to install the intranet with an easyphp server it did not recognize the $_SESSION. when seeking for the information in internet i found that i should change something in php.ini file to activate the use of sessions but i dont know what to do. <br />
Can anyone help me please? <br />
thanks]]></description>
            <dc:creator>el_fantome</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Fri, 30 Jan 2009 12:21:05 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145596/145596/_subject_#msg-145596</guid>
            <title>Executing as a command line 2.01b, getting a fatal error (1 reply)</title>
            <link>http://www.easyphp.org/forums/9/145596/145596/_subject_#msg-145596</link>
            <description><![CDATA[ I installed easyphp 2.0b1, on \EasyPHP2.01b. If I executed it I can see scripts (connecting to MySQL from Firefox. But if I try to run a script as a command line I got:<br />
<br />
Fatal error: Call to undefined function mysql_connect() .......<br />
<br />
This should be because I need the CLI, but I do not know how to install it. This is the script:<br />
<br />
&lt;?php<br />
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');<br />
if (!$link) {<br />
    die('Could not connect: ' . mysql_error());<br />
}<br />
echo 'Connected successfully';<br />
mysql_close($link);<br />
?&gt;<br />
<br />
Can i get any help?]]></description>
            <dc:creator>pacctono</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Sat, 07 Feb 2009 21:43:24 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145553/145553/_subject_#msg-145553</guid>
            <title>Memory limit ini_get ini_set (3 replies)</title>
            <link>http://www.easyphp.org/forums/9/145553/145553/_subject_#msg-145553</link>
            <description><![CDATA[ Hi<br />
<br />
How can I change the &quot;Memorylimit&quot; using ini_get and ini_set ?<br />
<br />
Sincerily<br />
Jean-Jacques]]></description>
            <dc:creator>jj37fr</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Sat, 07 Feb 2009 21:46:11 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145547/145547/_subject_#msg-145547</guid>
            <title>doesn't load mysql extension (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145547/145547/_subject_#msg-145547</link>
            <description><![CDATA[ if i install easyphp as service it doesn't load mysql extension<br />
no problem if i launch it manually from programs &gt; easyphp<br />
how can i resolve?<br />
the pc is a windows 2003 server]]></description>
            <dc:creator>mmiat</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 05 Jan 2009 15:53:16 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145542/145542/_subject_#msg-145542</guid>
            <title>A quand des mises à jour régulières ???? (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145542/145542/_subject_#msg-145542</link>
            <description><![CDATA[ Bonjour à tous,<br />
<br />
Je suis un utilisateur régulié d'EasyPHP.<br />
<br />
Il se trouve que depuis plusieurs mois ce logiciel n'est plus mis à jour de manière régulière.<br />
<br />
Les versions de PHP, Apache, myPhpAdmin, MySql sont totalement obsolètes.<br />
Le manager contient des erreurs (EX. Impossible d'accéder à myPhpAdmin via le menu consacré,...).<br />
<br />
Le version 2 est sortie depuis pas mal de temps et je pensais qu'elle serait totalement opérationnelle : grave erreur de ma part !!<br />
<br />
J'ai même essayé de mettre à jour moi même les différents éléments (PHP, MySql, Apache et myPhpAdmin). J'ai réussi à les mettre à jour sauf Apache car le manageur n'est pas compatible. Cela est très pénible à faire !!!<br />
<br />
Je suis donc tourné vers Wamp Serveur, VOTRE CONCURRENT, qui lui est est à jour et mis à jour régulièrement!!<br />
<br />
Alors je finirais, en disant, Messieurs les programmeurs, METTEZ A JOUR VOTRE LOGICIEL REGULIEREMENT SI VOUS NE VOULEZ PAS AVOIR DES UTILISATEURS EN MOINS !!!<br />
<br />
A bientôt,<br />
Patou70............]]></description>
            <dc:creator>patou70</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Mon, 29 Dec 2008 13:23:12 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145539/145539/_subject_#msg-145539</guid>
            <title>WIndows Vista (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145539/145539/_subject_#msg-145539</link>
            <description><![CDATA[ Che versione di easyphp posso usare con windows vista?<br />
<br />
La 2.0 beta 1 è già una versione stabile]]></description>
            <dc:creator>maxway2</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 24 Dec 2008 16:38:30 +0100</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/9/145538/145538/_subject_#msg-145538</guid>
            <title>updating easyPHP to php5.2.1 or higher (no replies)</title>
            <link>http://www.easyphp.org/forums/9/145538/145538/_subject_#msg-145538</link>
            <description><![CDATA[ I need to update the php to 5.2.1 or higher. Can someone steer me in the right direction. I appreciate the help in advance]]></description>
            <dc:creator>shyonne2004</dc:creator>
            <category>EasyPHP 2.0</category>
            <pubDate>Wed, 24 Dec 2008 16:17:58 +0100</pubDate>
        </item>
    </channel>
</rss>
