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...
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...
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.
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.