Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hello James,
We have sent you a pre-activated version of User Meta Pro-1.1.2rc3 to your email.
Thanks.
KhaledMemberHello, you can send password to support@user-meta.com
Thanks.
KhaledMemberIf any other user have the same issue please contact with us via http://user-meta.com/contact-us/
We will send you a pre-activated version asap.
KhaledMemberLet us send pre-activated version to your email.
Thanks.
KhaledMemberHello,
Please follow those steps:
1. Open /user-meta/controllers/pro/umPreloadsProController.php by any ftp editor.
2. Find the following line:(line 20)
add_filter( ‘login_redirect’, array( $this, ‘loginRedirect’ ), 10, 3 );
Replace 10 with 80, so that this action hook can be loaded after s2member’s hook
Save Changes.
3. If you still facing problem, go to User Meta >> Settings (Login Tab), check the checkbox saying “Disable AJAX submit”. Save changes.
Thanks.
KhaledMemberokay, we’ll send a pre-activated version to your email.
KhaledMemberWell. I mean, when you put your email and password at User Meta >> Settings and hit save button,which message is coming?
Thanks.
KhaledMemberHello,
Are you using Version 1.1.2rc3 (May 13, 2012)?
And what error message are showing when you try to activate the pro version?
Thanks.
KhaledMemberHello,
We use tmpfile() function to creates a temporary file for file upload.
tmpfile() returns false if it is unable to create the temporary file. Make sure your tmp folder is writable and try and check what sys_get_temp_dir() function returns.
You can check if your temp directory is writable by following codes:
$tempDir = sys_get_temp_dir();
var_dump($tempDir);
var_dump(is_writable($tempDir ));If your temp directory is not writable by server, you need to chmod(775) your temp directory for proper permission.
Thanks
KhaledMemberHello,
Thanks for reporting. We’ll check the issue and if there are any trouble, we’ll solve it asap.May 16, 2012 at 10:49 pm in reply to: You do not have sufficient permissions to access this page. #1374KhaledMemberHello,
We did not restrict admin to access settings page. And so far, we didn’t notice this issue and not even complain from any of our users.Would you please recheck your issue with deactivating User Meta Pro temporarily. And don’t forget to let us know the update.
Thanks.
KhaledMemberHello,
Thanks for purchasing User Meta Pro.
Yes. it is possible to migrate from free version to pro version with all of your fields and forms unchanged.Just install the pro version. It will take care all of the migration.
Regard
Khaled SaikatKhaledMemberHello,
You have unlimited licence to use User Meta Pro. Just enter the licence information to activate User Meta Pro to your blog/subdomain.
Thanks.
KhaledMemberSounds good.
-
AuthorPosts