Category Archives: wordpress

Wordpress – blog tool and weblog platform

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

Posted in anything under the moonlight, wordpress | Tagged | Leave a comment

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 , , | 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

Posted in wordpress | Tagged , | Leave a comment

wordpress: If this file were writable you could edit it.

ShareError: If this file were writable you could edit it. If you’re getting this error check the folder for wp-content and for themes and change its permission to 777 as well as it’s sub folders esp the current theme you’re … Continue reading

Posted in anything under the moonlight, wordpress | Tagged , , , | Leave a comment

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

Posted in wordpress | Tagged , , | 4 Comments