Forum Replies Created
-
AuthorPosts
-
December 12, 2014 at 11:47 pm in reply to: Error 403 Forbidden When Redirection Enabled for Registration & Login #6589December 12, 2014 at 11:40 pm in reply to: Error 403 Forbidden When Redirection Enabled for Registration & Login #6588
geoffmyers
MemberHere’s my .htaccess file. I’m not sure if this is relevant at all:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~rebate/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~rebate/index.php [L]
</IfModule># END WordPress
January 18, 2014 at 4:25 am in reply to: All fields and forms gone after migrating WP site & updating MySQL database #4628geoffmyers
MemberCan I give you full access to the server so you can have a closer look please (FTP, cPanel, phpMyAdmin)?
January 18, 2014 at 4:20 am in reply to: All fields and forms gone after migrating WP site & updating MySQL database #4626geoffmyers
MemberIt returned bool(false). What should I do next?
January 18, 2014 at 3:49 am in reply to: All fields and forms gone after migrating WP site & updating MySQL database #4624geoffmyers
MemberYes, those rows are present in wp_options (SQL dump attached):
https://www.dropbox.com/s/ipu6l779qeg6egd/wp_options-user_meta.sql
The previous WP site URL was http://192.185.114.241/~amem
The new WP site URL is http://amemminnesota.orgYet, when I go into User Meta Pro in the WP admin, there are NO fields or forms whatsoever…
Please let me know your thoughts ASAP. Thanks in advance for your timely response.
January 18, 2014 at 2:11 am in reply to: All fields and forms gone after migrating WP site & updating MySQL database #4621geoffmyers
MemberThe wp_usermeta DB table has 46,630 rows in it, so the data are clearly there, but there’s some sort of disconnect between the User Meta Pro WP plugin and the MySQL database, even though I did find & replace of the old URL with the new URL in the database after migrating it to the new domain/URL. Please let me know your thoughts ASAP. Thanks in advance for your timely response.
-
AuthorPosts