Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mikel25

    can't delete files

    sorry about that. I was in a hurry and almost running out the door. I'll repost.
  2. mikel25

    can't delete files

    So I've gotten down to this. I have a line of php code that does this... $submission->numfiles --; this obviously removes files that I have uploaded. I also have this line... $filecount-> $this->count_user_files($USER->id); the problem is is that after I have removed the files...
  3. mikel25

    my.cnf

    Ok, I went and turned on debug on the moodle site that I'm working on. Hopefully this will shed some light on my problem. This is what I get before I decide to remove my file... (mysql): SELECT * FROM mdl_config WHERE name = 'unicodedb' LIMIT 1 (mysql): SET NAMES 'utf8' (mysql): SELECT...
  4. mikel25

    my.cnf

    I don't see any missing tables. Everything seems to be right. Man this thing has been buggin me for days now. It just that the site works perfectly in the older version of mysql on the iMac. Maybe it's not mysql. I'm all confused now. Thanks for the help.
  5. mikel25

    my.cnf

    How can I check in windows? I have only been using mysql on a mac with bash and windows does not have that capability.
  6. mikel25

    my.cnf

    Sorry, let me begin saying that I am very new to mysql. I had recently upgraded from a iMac running OS X and mysql 4.1.21 to a PC on Win XP running mysql 5.0.21. In this transition, the site I am working on no longer works the same in that when I want to remove items I can't. I checked the...
  7. mikel25

    my.cnf

    I was told that I could flag new features on 5.0.21. I believe that I have a problem with mysql and heard that this might help. I have only heard of this and we both didn't know how or if it would work. Any clues? I am completely lost and don't blame anyone if this looses them too.
  8. mikel25

    mySQL statements all over webpage

    thanks mbrooks! I have been looking for this answer forever. You rock! Mike L.
  9. mikel25

    mySQL statements all over webpage

    I have just recently installed mySQL 4.1.20 max on a Mac OS X 10.3.9 and when I view my page it has mySQL statements written all over the page. I haven't the slightest clue to what I did wrong since I am new to mySQL. Here is an example of the error... (mysql): SELECT * FROM mdl_course WHERE...

Part and Inventory Search

Back
Top