Announcement

Collapse
No announcement yet.

Error Undefined index & Cannot modify Header information.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error Undefined index & Cannot modify Header information.

    Hi there, I have recently been getting php errors on some of the scripts we are running. They were wall working fine until recently when a new version of PHP was uploaded.

    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-....

    Notice: Undefined index: errors in.............

    Warning: Cannot modify header information - headers already sent by (output started at..........

    Please I would prefer to PM the url pages rather than have them open public, if this is OK with you guys.
    Regards

  • #2
    Re: Error Undefined index & Cannot modify Header information.

    The first line indicates an error due to (probably) the recent PHP version upgrade.

    The second one also (you need to set your script NOT to report errors / warnings / notices). You will probably need to ad the line error_reporting(0); in your scripts.
    The third is only a consequence of the first two.

    Please submit a support ticket as only support can set the php.ini file to include the missing library.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    Working...
    X