itsfridaymoanin
Forum Replies Created
-
This CURL command will register a user, even when the plugin is activated and set up correctly:
$ curl --request POST 'http://www.example.com/wp-login.php?action=register' \ --data "user_login=register_test&user_email=test@example.com&wp-submit=Register"Forum: Plugins
In reply to: [Download Manager] Need absolute path of attached fileAccording to the documentation, you can use
get_package_data($package_id, ‘package_dir’), however this does not return anything for me.Is there another way to get the full path? (NOT the download link)
Forum: Fixing WordPress
In reply to: Giving WordPress Own Directory StyleSheet issueI had the same problem – page would load but no css styles. I found that the <link> tag to reference the stylesheet was referencing “example.com/wp-content/theme…” instead of “example.com/thelocation/wp-content/theme…” Fortunately it’s working now, but unfortunately I don’t remember exactly what I did to fix it! The last thing I remember doing is changing the preferences back to the way they were originally (just loading the blog at example.com/thelocation with WP Address and WP URL set to example.com/thelocation) and then changing it again to the new way described in the article. I even tried going into the database and editing the wp-options table manually. Sorry, but I guess the best advice I can offer is to just keep fiddling with it….
Forum: Installing WordPress
In reply to: Error establishing a database connectionWhile installing a local version on my iMac G5, the db host had to be set to “127.0.0.1” as did the host permissions for that user in mysql.