4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: HUNTER on September 16, 2002, 10:25:02 AM

Title: Errors with categories
Post by: HUNTER on September 16, 2002, 10:25:02 AM
When  i try to delete some category, script tells me this error:

Warning: unlink() failed (No such file or directory) in /usr/home/3dcenter/top10/admin/categories.php on line 101

Warning: unlink() failed (No such file or directory) in /usr/home/3dcenter/top10/admin/categories.php on line 101
-» Comments deleted
Title: Errors with categories
Post by: Jan on September 16, 2002, 10:58:35 AM
Did you receive any errors while creating categories?

Jan
Title: no, but.....
Post by: HUNTER on September 16, 2002, 12:46:02 PM
no errors while creating categories....but when I click ADD CATEGORY (entered name, description) he must say like this "Thank You CATEGORY ADDED" -  howhever, after clicking I have some page! but category has been added!
Title: Errors with categories
Post by: Jan on September 16, 2002, 12:51:58 PM
Ok, thats right. Check if the script creates new folders in "media" and "thumbnails" with id of the category as name.

Jan
Title: Errors with categories
Post by: HUNTER on September 16, 2002, 09:42:03 PM
hmm....... no new folders in a this location.

folder /usr/home/3dcenter/top10/data/media - is empty
folder /usr/home/3dcenter/top10/data/thumbnails - empty too

but I has created about 13 categories.....
Title: Errors with categories
Post by: Jan on September 16, 2002, 11:26:46 PM
Check your phpinfo() if safe_mode is enabled. If yes, you maybe have to create the category folders manually.

Jan