On Mon, Sep 23, 2013 at 2:02 PM, lordjoe <smle...@lordjoe.com> wrote:

> OK I am stuck - someone has gotten this running on windows but I see no
> troubleshooting information and am a newbie on PHP and Wordpress
>


If you're new to PHP and Wordpress, you can use the WAMP installer:
http://codex.wordpress.org/Installing_WordPress#WAMP


On Mon, Sep 23, 2013 at 2:02 PM, lordjoe <smle...@lordjoe.com> wrote:

> in php,ini in my php installation I uncommented the lines
> extension=php_mysql.dll
>
> When I run as described and hit localhost:8080 I get Your PHP installation
> appears to be missing the MySQL extension which is required by WordPress.
> extension=php_mysqli.dll
>


This error occurs because PHP has deprecated all the mysql_* functions,
moving instead to mysqli_*


On Mon, Sep 23, 2013 at 2:02 PM, lordjoe <smle...@lordjoe.com> wrote:

> in php,ini in my php installation I uncommented the lines
> extension=php_mysql.dll
>


You need to uncomment php_mysql*i*.dll (notice the *i* at the end).


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to