chmouel
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blank page on fresh wordpress installation, mysql 5 php 5.2.5I believe its because the function is crashing on mysql_fetch_field the faulty code is :
wp-includes/wp-db.php
between lines 254 to 257 :
while ($i < @mysql_num_fields($this->result)) {
$this->col_info[$i] = mysql_fetch_field($this->result);
$i++;
}if you comment it you would have sorta working. I guess its only a problem between php5.2.5 and mysql4.x and upgrading should be the problem. I guess this bug report on php.net is the same thing as well :
Forum: Plugins
In reply to: New Plugin: Location Enhancer 1.1Still the wrong directory i guess, i still get a 404 error.
Forum: Plugins
In reply to: New Plugin: Location Enhancer 1.1look like it give me a 404 error for me.
Forum: Plugins
In reply to: New Plugin: Location Enhancer 1.1would be great if you can post the URL for the patch for this….
Forum: Plugins
In reply to: New Plugin: Location Enhancer 1.1You should not need to have to click to see the generated map it should show when your :hover the mouse on the link.
Forum: Plugins
In reply to: New Plugin: Location Enhancer 1.1There is a new version 1.4 that have the points on the big map see on the web page :
http://www.chmouel.com/wp/index.php/archives/2004/07/20/enhance-location-and-country-in-wordpress/
for more information how to generate big picture.