Jump to content
  • 0

PHP7 Blank Page


nolaghosting

Question

4 answers to this question

Recommended Posts

  • 0

Actually, I just checked permissions and now it's loading ok! 

So, just in case anyone has this issue... I recommend the following from:

MySQL keeps crashing: InnoDB: Unable to lock ./ibdata1

make a copy of the original files (ibdata1, ib_logfile0, ib_logfile1...).

mv ibdata1 ibdata1.bak 
cp -a ibdata1.bak ibdata1
Link to comment
Share on other sites

  • 0

Yeah, I did move everything for sure. I got it up and running - at least the admin pages. It ended up being a mysql issue - finally checked the mysql logs and found a ton of errors.

I ended up needing to move the ib data files to the new server's mysql folder...

I backed up /var/lib/mysql to mysql.bak

copied the old server's /var/lib/mysql

unlocked all ib* files in /var/lib/mysq/ and /var/lib/mysql/mysql with cp -a 

I got the admin pages up and cron running - but my order pages do not show and there are no errors in the logs: https://account.nolag.hosting/

Any other ideas?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...