Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Problems from web host server upgrade

  1. #1
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default Problems from web host server upgrade

    I'm having problems after my web host upgraded the PHP on my account. I don't know what they had on before but lowest version of supported PHP is now 5.3... And now some of my code is broken.

    Awaiting advice from you on how to proceed. Please help!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Can you see any error messages when you view your web pages in a browser?
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    bojangles (01-17-2016)

  4. #3
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default

    Hey, thanks for answering.

    No I do not see any error messages. Some of my code just stopped working and I don't know what to do. My website 'friend' abandoned me once this mess started with the web host and I have no one else to ask who knows this stuff.

    Can you help me please?

  5. #4
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    We can try to give you a few pointers but we need to see the error messages first.

    First step = get the specific PHP error messages that say what's wrong
    Second step = you can then act upon the error messages one by one

    You need to turn PHP errors on first though - you can do that in a few ways and it may be that you have them already without realising. Check in your control panel for error logging. Errors may be printed to a master file or they may be generated in a log file inside individual folders where the scripts run. Have a look and report back with your findings.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  6. The Following User Says Thank You to Beverleyh For This Useful Post:

    bojangles (01-17-2016)

  7. #5
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default

    I have error reports at my web host CP but I'm having problems opening them. They are crashing my browser cuz they are so big. Is there another way? You said something about errors in the browser?

  8. #6
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Maybe. Do you have access to your php.ini file? You can normally turn errors on there and see them in your browser;
    Code:
    display_errors = on
    if you can, pop that line in (or check if the line is there but set to 'off', and if so, change it to 'on'), save and view the offending page in a browser.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  9. The Following User Says Thank You to Beverleyh For This Useful Post:

    bojangles (01-17-2016)

  10. #7
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default

    No I do not have access to my php.ini file. I tried to make one but my whole site went down so I guess that was a no-no, right?

    I feel like all my doors are closing. Is there anything else I can change or it seems like my website is doomed to die.

  11. #8
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    The good thing is that errors are being logged. If the file size of your CP error log is a problem, try asking your web host to clear it or extract the last few lines for you and send it on via email.

    You might also have the option of setting up reporting via an .htaccess file. Can you find out if you can use .htaccess?
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  12. The Following User Says Thank You to Beverleyh For This Useful Post:

    bojangles (01-17-2016)

  13. #9
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default

    I really appreciate your helping me with this. I don't have answers yet but I have emailed my host support desk for assistance with the error report and htaccess. I thank you for your patience and will be back soon.

  14. #10
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    No problem. Let us know what your web host says.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  15. The Following User Says Thank You to Beverleyh For This Useful Post:

    bojangles (01-17-2016)

Similar Threads

  1. Replies: 9
    Last Post: 06-09-2010, 03:17 PM
  2. Replies: 3
    Last Post: 02-17-2010, 08:41 PM
  3. RAM Upgrade Problems?
    By josephtaylor1995 in forum Computer hardware and software
    Replies: 5
    Last Post: 04-05-2009, 10:20 PM
  4. How to download file to server(host)
    By zw2200 in forum PHP
    Replies: 0
    Last Post: 09-08-2008, 07:25 PM
  5. can i host my application on Win 2003 x64 server?
    By me_myself in forum Computer hardware and software
    Replies: 1
    Last Post: 03-16-2008, 04:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •