Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Problems from web host server upgrade

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

    Default

    Yet more doors are closing. I can't use htaccess and the support desk won't touch my error report cuz they say it will clear itself at the start of each calendar month. I can't wait that long. Is there nothing else to try to get me out of this mess? I can't afford to get a new website

    Your the only person who is willing to help me. Please help me. I need your help.

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

    Default

    I can try to help but I have my own work too I'm afraid. I only volunteer here.

    The last thing you can do as far as I'm aware is to try to turn errors on at run time. That means to give an instruction at the start of a PHP script. Try this at the top of your PHP file. If you have lots of PHP files working together, put it in either a header file or functions file - you'll need to have a look around your website folders to find a suitable spot.
    Code:
    error_reporting(E_ALL);
    ini_set('display_errors', '1');
    be aware that this won't show *all* PHP errors, but it should show enough to point you in the right direction.
    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. #13
    Join Date
    Jan 2016
    Posts
    23
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default

    YES! It works! I can see errors on my website but they're kinda hiding behind stuff so how do I get them 'out' to the foreground?

    Thank you for your help here. I REALLY appreciate what you're doing for me.

  5. #14
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    Can you post a link to your website or even a test page where you are seeing the errors?
    To choose the lesser of two evils is still to choose evil. My personal site

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

    Default

    The quickest way would be to try to highlight and copy the errors from your screen and then paste them in to Notepad or Word.

    You could also use the Developer Toolbar (F12 in most browsers) to select the elements that are blocking your view and set them to display:none; in the style/CSS pane.

    Once you have the errors in front of you they'll tell you what the problem is, and in which file it lies. A line number will also be given to help you pin-point the offending piece of code.
    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

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

    bojangles (01-17-2016)

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

    Default

    Okay I can see the errors now and can find the files where they reside, but the line numbers are a problem for me. What do I do to count them out? Some are as far on as line 412

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

    Default

    Download this freebie and view your problematic script file inside it https://notepad-plus-plus.org/download/v6.8.8.html Numbers display down the left.
    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

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

    bojangles (01-17-2016)

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

    Default

    Thanks again!

    Looks like I have my work cut out for me fixing all of these errors!

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

    Default

    Im glad it worked

    You can usually Google the errors to find answers, but you can also start a new thread here for further help if you need it.
    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

  13. 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
  •