-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
This is where it dies:
Fatal error: Call to undefined method stdClass::set_prefix() in /home/netics/community/wp-settings.php on line 287
Which is:
$prefix = $wpdb->set_prefix($table_prefix);
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Yeah this is exactly what I was trying earlier.
The only difference being that have no need to loop through anything, I need only call wp_create_user ()
I haven’t tried it turning off the themes, I’ll give that a shot and see if it flies.
Thanks for the reference.
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
No, I set up subdomains in their own root folder parallel with the public_html folder.
I’ll check that out, thanks Ray.
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Yes, the file path is correct.
My application is in:
/home/mysite/public_html/
WP is in:
/home/mysite/community/
So yes this file path is correct.
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Yeah it would other than the fact that I can’t call those function from an external application. And including files from the wp installation doesn’t seem to work either. It seems that you’d be able to simply include the wp-header file: require_once (dirname (dirname (__FILE__)) . “/community/wp-blog-header.php”); and be able to access all the…[Read more]
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Yeah no love on that solution either.
This is ridiculous.
Where in the world to the registration form post to in BP?
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
LOL, thanks man I appreciate it.
V
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Uh …. anyone?
Just need to know what url to post this script to … tried
register/
wp-register.php
wp-login.phpalso the register page in the actual buddypress plugin, but no love there either.
Thanks.
-
Vendetta posted on the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
I’m adding users based on signup to my own application. For instance a new users signs up to my site, I then use curl posts to add them to additional pieces of software such as our support desk, mailing list, and in this case community. $fields_string = “”; $url = ‘http://community.mysite.com/no-idea-what-url-to-post-to.php’; $fields = array…[Read more]
-
Vendetta started the forum topic Adding Users from Another Application in the group How-To and Troubleshooting: 14 years, 6 months ago
Hey All,
I’m trying to figure out how to add users from another application, using the fields on my BP register form.
Can somebody point me in the right direction please?
Thanks.
V
-
Vendetta joined the group How-To and Troubleshooting 14 years, 6 months ago
@vendetta66
Not recently active