Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like you got that theme deactivated? I see your site now using twentythirteen.

    Thread Starter denisep98

    (@denisep98)

    Yes, I had to do something. This is temporary theme. I’m hoping to use pagelines.

    Here is my error log: http://paste.pagelines.com/qseIm6wQ

    Looking at your error log.. Every one of those is a PHP notice.

    You should have notices and warnings turned off by default in PHP on a production site, my guess is you or your host has just upgraded PHP to 5.4.21

    Add this to wp-config.php to suppress the notices:

    error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);

    For additional help with Pagelines, you may want to use their dedicated forums as they do not monitor these WP.ORG forums.

    http://forum.pagelines.com/

    Thread Starter denisep98

    (@denisep98)

    I have posted to pagelines and I think I’ve got it mostly figured out. Had debug on which was my first problem. Now have contacted my host about the php errors. Thank you so much for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help needed my site has crashed’ is closed to new replies.