Results 1 to 4 of 4

Thread: problem with php / mysql under ubuntu

  1. #1
    Join Date
    Apr 2008
    Posts
    39

    problem with php / mysql under ubuntu

    Warning: mysql_data_seek () [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 8

    Yet I had a mysql_query, not a mysql_unbuffered_query.
    This code fontions well sour XP.
    An idea?

  2. #2
    Join Date
    Apr 2008
    Posts
    39

    Re: problem with php / mysql under ubuntu

    Well, upon reflection, it is normal that there is not always returned Saved by the query.
    So Linux mysql_data_seek () plant on an empty query ...
    Another thing: I also array_search () which crashed because initializers my table with $ tab = "" and not $ tab = array ().
    php is stricter than Linux on windows?

  3. #3
    Join Date
    May 2008
    Posts
    487

    Re: problem with php / mysql under ubuntu

    No, I do not think it is more strict on Linux than on Windows. Show may be the config files.

  4. #4
    Join Date
    Apr 2008
    Posts
    39

    Re: problem with php / mysql under ubuntu

    Indeed, I just found: in php.ini I error_reporting = E_ALL & ~ E_WARNING under windows and E_ALL & ~ E_NOTICE Linux

    edit: the coup, now I take the warnings because not using mysql_free_result (it must be why I put ~ E_WARNING)

    Edit2: I just checked what I read in comments on the doc php: mysql_free_result after the memory is more important than before. should be used anyway?

Similar Threads

  1. How to install MYSQL workbench on Ubuntu 10.10
    By UTTIYA in forum Operating Systems
    Replies: 4
    Last Post: 21-02-2011, 08:38 PM
  2. MySQL 9.04 to 9.10 problem
    By Flacos in forum Operating Systems
    Replies: 5
    Last Post: 24-04-2010, 05:31 AM
  3. How to configure Mysql in ubuntu
    By Arumugan in forum Software Development
    Replies: 5
    Last Post: 23-02-2010, 05:05 AM
  4. Mysql problem
    By GlassFish in forum Software Development
    Replies: 5
    Last Post: 15-12-2009, 02:07 PM
  5. Replies: 3
    Last Post: 07-11-2009, 09:36 PM

Tags for this Thread

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
  •  
Page generated in 1,750,345,138.14056 seconds with 16 queries