SOME BACKSTORY THAT MAY BE HELPFUL (skip to below for a TL;DR, but I’m always seeing that people don’t give enough info at the beginning)
Circa 2014, I had an html site installed at jacobreed.net and had several instances of WP on folders within that site. One of them was jacobreed.net/everythingmustgo
Somewhere along the way, I installed a wordpress site at jacobreed.net and thought I had forever lost access to the everythingmustgo wordpress folder because it stopped showing up.
At the time all my hosting was done through MediaTemple, and in 2023 GoDaddy finally phased all that out to replace it with their garbage hosting/customer service etc. and I am moving to a new host, but before deleting my hosting, I want to do my best to back up all my stuff. In doing so, I discovered both the files AND database for this wordpress install still existed.
I’ve already switched the domain and DNS entries for jacobreed.net to my new host (KnownHost) so rather than move the files for everythingmustgo to a subdomain of jacobreed.net, I put it at everythingmustgo.sixminuteproject.com – a subdomain of one of my sites that is still hosted at GoDaddy and still has nameservers there too.
My end goal is that I want to get the website functioning again so that I can run a proper migration and backup before closing out my GoDaddy hosting. What I believe to be the first step is…
TL;DR – MY PHP / DATABASE ISSUE
I’ve moved all of the wordpress files that were on the old location to this new subdomain, but obviously they are no longer connected to the database. When I try to load the site I get the following message:
“Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”
After 2 hrs with GoDaddy’s “support” they told me they “updated the php” which resulted in the home page loading, but nothing else. If I tried to click any links on the site, it would just download a weird eight character file name. I was able to load the wp-login.php page, but when I entered the username and password and clicked login, it just downloaded a “wp-login.php” file
They wouldn’t help me any more than that unless I upgraded to a $1k/year wordpress premium plan – which I absolutely won’t be doing.
Searching around this forum, I found documentation about changing your site’s URL, so I added those lines to my wp-config file, which made the home page disappear, and reverted back to the original error message.
I guess that “TL;DR” was still TL but hopefully this is enough info!
I appreciate any help or advice anyone has. I was pretty fluent w/WP/php/etc in 2014 but haven’t done anything w/it in a decade and am pretty ignorant now.
]]>// Begin AIOWPSEC Firewall
if (file_exists(‘/home/brego.com/public_html/aios-bootstrap.php’)) {
include_once(‘/home/brego.com/public_html/aios-bootstrap.php’);
}
// End AIOWPSEC Firewall
In any case I’m wondering why is this in there if the plugin is removed, and it seems my site is now down because the password changes aren’t being recognized as usual.
]]>I have this error:
Fatal error: Unknown: Failed opening required ‘/home/customer/www/joriphotography.com/public_html/wordfence-waf.php’ (include_path=’.:/usr/local/php74/pear’) in?Unknown?on line?0
From my website joriproductions.com
I am using namecheap, siteground & WordPress.
The issue occur when i decide to “migrate” my siteground website joriphotography.com into joriproductions.com with the method here:
https://www.siteground.com/tutorials/getting-started/change-sites-domain-name/
It looks to be the easiest because I have an empty domain (joriproductions.com) and hence transferring from my then domain, joriphotography.com to the new one seems to be the best.
However, my wordfence plugin was on when doing the transfer. Now there is a fatal error on joriproductions.com
Would like help here.
Regards,
Jori
I exported the mySQL database from phpMyAdmin, and I also backed up/downloaded the public_html folder where my site resides. I am using MAMP Pro on a mac to host my localhost server. I started my server, and followed their guide on where to import my website files to. I created a new database, then imported the exported mySQL database from my current live site. Added the user privileges and linked the database in wp-config.php. When I try to load the site, it gives me the error “ERR_CONNECTION_CLOSED” and goes nowhere. I made sure that I changed the options file in the mySQL database to have the correct site URL and home URL which is https://localhost/**name of site folder**
Still nothing.
I did another install fresh of wordpress using the same method, and minus the importing of the mySQL databse, and the site loads up fine. I can create my wordpress site and it all functions properly. As soon as I add the new files to the fresh install of wordpress and change the mySQL database over to the imported one from my livesite – the same result happens, the site seems broken and parses “ERR_CONNECTION_CLOSED”.
Please help!! It would be way better for my workflow to work on this site offline as response times would be greatly improved. Any advise would be greatly appreciated, thanks!
]]>Perhaps this is a bit unconventional, but since I have to migrate over 150 existing galleries (with anywhere from 10-100 photos per gallery), it makes sense.
This said, while I have had no problem moving over the galleries themselves (replacing post_type
from FooGallery
to MaxGalleria
in wp_posts does that exceptionally well), moving the photos within each gallery has become a bit of a problem.
I’ve had no trouble locating the individual entries for each FooGallery – they store the per-gallery image data under foogallery_attachments
as a meta_key
. However, I have gone so far as to create a clean copy of WordPress with just MaxGalleria installed, and I still can’t find where MaxGalleria is storing its per-gallery image data.
Can you help out here? In the worst of cases, I’m considering migrating the FooGalleries to NextGEN using SQL, and then importing NextGEN into MaxGalleria with your import tool.
Please do let me know. Thank you!
-KK
]]>#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”<p>Your Name (required)<br />\r\n [text* your-name] </p’ at line 1
Im really not sure which worpdress version i am using because I took it down months ago.
If this is the wrong forum to post under, please move it to the correct one.
Thanks for your help!
1. How can I connect up MAMP to the existing myphpadmin, the one given to me by GCP when I deployed WP, so I can increase the file size via php.ini. Currently it is set at 2MB and I can’t do anything on my WP site.
2. OR, how if I build my WP site on localhost:8889, how I can I transfer it to GCP myphpadmin?
Does this make sense? Whilst there seems to be some information on this, it’s not very easy to follow. Anyone’s assistance would be much appreciated
]]>i have just took over a website and i was assigned to work on one wordpress website where we dont have the log in and password.
so i went to my php admin wp-user then use the USERNAME and the PASSOWRD that is in that file. but it still doesn’t work.
i have duplicated it and saved a new user and password but still doesn’t work.
do any one experience this before?
Thanks in Advance.
]]>