gdavisiv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updating WordPress from old db to newThank you the trick was to read the DEBUG file in wpcontent/error_log.txt.
Forum: Fixing WordPress
In reply to: WordPress Migration WoesThanks again!! 🙂
Forum: Fixing WordPress
In reply to: WordPress Migration WoesThat was the problem! thank you rwaynick!! when I checked the wp_options table the ‘siteurl’ was not what I assumed with would be! Now it is working!! 😀
Forum: Fixing WordPress
In reply to: WordPress Migration WoesI even ran this utility tool on the database, so I could setup the new website as a test.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
searchreplacedb2.phpForum: Fixing WordPress
In reply to: WordPress Migration WoesUnless you changed the port to 80, you’ll need access your site at http://localhost:8888/mysite
Yes I changed the port to 80 in MAMP
I’ve had this issue when forgetting to put a single quote mark (‘) either before or after the database information in the config file.
This is what is in my config file.
define(‘DB_NAME’, ‘mysite’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘root’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
$table_prefix = ‘main_F5_’;Forum: Fixing WordPress
In reply to: WordPress Migration WoesHi rwaynick thank you for your response also!
Yes I did update the wp-config.php file, after i created the database table, and imported the database I installed the new wordpress version into the ‘/www’ folder in MAMP. Then changed the database name, username, password, hostname, and prefix.
Still nothing, I have attempted this 3 times, when i go to http://localhost/mysite, I either get the error message I had mentioned earlier, or the screen is white :/
Forum: Fixing WordPress
In reply to: WordPress Migration WoesHi Tara,
Try incremental update. Use this tutorial:
https://codex.wordpress.org/Upgrading_WordPress_-_Extended_InstructionsThank you for your response but I do not think incremental updates would help me because I want to take the current database of information we have and migrate it into the newer version that is supported by our central office.
Forum: Fixing WordPress
In reply to: Predecessor Created a "Enlarge" button but it doesn't work in I.E.I was able to get this far and find this file that is in the themes directory in e-news folder. (code below)
<div id=”pub-toolbar”>
<button class=”featured-lightbox expand-btn”>Enlarge</button>
ID, ‘enews_pubmeta_pdf’, true); ?>”><span>Download PDF</span>
</div>Forum: Fixing WordPress
In reply to: Predecessor Created a "Enlarge" button but it doesn't work in I.E.Ohh nooo… :/
Well thank you for your help regardless.
Is there any sort of default work flow I can follow to try to figure this out?
Forum: Fixing WordPress
In reply to: Predecessor Created a "Enlarge" button but it doesn't work in I.E.I believe it is part of the custom theme that my predecessor created. Based off of E-News Theme.