Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Category Archives: wordpress
moving wordpress to another server
ShareTo update WordPress options with the new blog location, use the following SQL command: UPDATE wp_options SET option_value = replace(option_value, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; After that you will need to fix URLs of the … Continue reading
GMap_Factory.inc.php on line 22
Share Are you getting this error? Sorry to tell you that it doesn’t support php4. So check your hosting if they got php5. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in …\wp-content\plugins\googlemapper\classes\GMap_Factory.inc.php on … Continue reading
Posted in anything under the moonlight, wordpress
Tagged plugin, wordpress, wordpress plugin
Leave a comment
wordpress reference
ShareI stumbled on this site and it’s a good reference for wordpress especially with the scripts. All files are listed here, functions, classes. Check it out. It would be helpful for you http://xref.redalt.com/wptrunk/nav.htm?_functions/index.htm
wordpress: The uploaded file could not be moved to
ShareError: The uploaded file could not be moved to Change file permission of the upload folder and it’s subfolder to 777 and it will be fixed. Usually this happens if you transfer your blog to a new server