| Re: prob with debaser |
| by frankblack on 2006/5/17 23:02:12 In my test environment I cannot confirm this. But you can make some tests. Edit upload.php and try to print the value of $genre right after the database-insert like this: le="color: #000000"><?php echo "Genre: ".$genre; If there is no value printed you can add the following code right before the database-insert: le="color: #000000"><?php $genre = 'nameofthecategorywhereallbaduploadswillbeplaced'; And if you want to be sure, that you will see that there are mis-leaded uploads insert the following line right after the above: le="color: #000000"><?php $approved = 0; Sorry for your problems.
|
| Re: prob with debaser |
| by katim110 on 2006/5/17 13:33:55 Also wanna thank FRANKBLACK for the great debaser module you er the best greetings from holland |
| Re: prob with debaser |
| by katim110 on 2006/5/17 12:14:55 gestroud, you have no idea how thankfull I'am thank you thank you!!! |
| Re: prob with debaser |
| by frankblack on 2006/5/17 12:09:28 What gestroud suggested is correct and is a in-the-meantime-quick-fix. Normally there is a function to avoid this bad behaviour. I am going to install the debaser 0.92 somewhere to give you a solution for repairing this bug. |
| Re: prob with debaser |
| by gestroud on 2006/5/17 12:00:20 You are probably going to have to go into phpmyadmin to fix that. |