Search results

  1. W

    MySQL PHP Errors.

    PDO ain't so scary...i've been using it for like fifteen minutes, and i'm a big fan. Saves one heck of a lot of fannying about. Sorry i didn't see that post earlier; thanks, albeit 2 yrs and 49.5 weeks late.
  2. W

    MySQL PHP Errors.

    I've had some success on this one; 'they/thePHP Man' have basically deprecated the mysql extension. What they seem to be 'encouraging' is a shift to PDO. msqli extension still works, but throws errors. PDO works (using the sqlite or msql drivers available on x10's servers), and no errors thrown...
  3. W

    Help Please

    OK, partly solved at least...i am now getting the warning that 'mysql extension' has been deprecated; which means recoding to either mysqli or PDO ...you pays yer money, and you takes yer choice.
  4. W

    Help Please

    i concur, and concede. but i'd still like some answers or resolution. pretty please?
  5. W

    Help Please

    apologies, thought i was helping. x10 are aware of the problem (on another thread), but it depends on the server. xo2 seems OK, but others might be affected differently. sorry.
  6. W

    Help Please

    yup!! someone posted:- error_reporting(E_ALL & ~E_WARNING); as a line to supress, but not a permanent fix; remove as necessary.
  7. W

    Help Please

    also experiencing problems, but hopefully will end soon. the error is only a warning, and apart from throwing up a message on every single page that uses the database, functionality is not impaired (according to PHP themselves). frustrating, though. i'll see if the message can be suppressed in...
Top