error msg trying to play with sqlite manager

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • marvin

    error msg trying to play with sqlite manager

    error msg...
    the procedure entry point spprintf could not be located in the dynamic link
    library php4ts.dll

    i dumped the contents of the download of sqlitemanager in a web server
    directory.
    at first it couldnt find the sqlite extension so i went to the php website
    and retrieved one
    and placed it in the extension directory. now i get this message and i dont
    even have php4ts.dll
    installed on my machine. i have a php4ts.lib i believe. i'm wondering
    since the version of
    php i have on my machine didnt already have this extension set up ready to
    go maybe i need
    a newer version.

    php works fine on my machine when i am not trying to use this new program.

    this sqlitemanager will give me a few more features that i wouldnt get
    unless i bought sqliteplus.
    programming is just a hobby for me and i dont make any money doing it.
    right now i am learning tcl/tk with sqlite to practice making a gui
    database. that is what led me to the
    new sqlitemanager. there was an sqlite browser but that didnt let me
    execute sqlite queries.

    any suggestions?

    thanks,
    marvin





  • marvin

    #2
    Re: error msg trying to play with sqlite manager

    some of this is coming back to me.

    i do have php4ts.dll. it is found in /windows/system32 dir for xp.
    i edited the php.ini in windows directory and included the line to
    load the dynamic extension. i have the correct dll in the extension
    directory.
    i stopped and restarted my webserver.

    now i have an additional error msg...

    Warning: Unable to load dynamic library '/php/extensions/php_sqlite' - The
    specified procedure could not be found. in C:\Program
    Files\KeyFocus\ KFWS\admin\incl ude\common.lib. php on line 17

    i thought i had the steps. guess not. i notice on version 5 it is bundled
    with php.
    i know this will work with 4 because the programmer that made sqlitemanager
    said it would.

    i think i will take a peak in the 5 package and see if i can scam any
    settings without installing it.

    something to keep me busy for awhile i guess.

    later
    marvin


    Comment

    • marvin

      #3
      Re: error msg trying to play with sqlitemanager

      hi-

      i need to upgrade to 4.30 i believe.
      this may be my problem. i am using 4.2.3.



      later,
      marvin


      Comment

      • marvin

        #4
        Re: error msg trying to play with sqlitemanager

        "marvin" <scary@movie.co m> wrote in message
        news:vu9si8p8s2 d021@corp.super news.com...[color=blue]
        > hi-
        >
        > i need to upgrade to 4.30 i believe.
        > this may be my problem. i am using 4.2.3.
        >
        >
        >
        > later,
        > marvin
        >
        >[/color]

        yup...that was all.
        now i have a new toy :-)
        only problem is i need to reconfigure everything to work properly with the
        new 4.34 version.
        i saved the old php.ini file in another location so hopefully that will
        help.

        later,
        marvin


        Comment

        Working...