I have to fix the problem of attachment whose size is greater than 100K will fail when uploading. So I get the Jforum version 2.1.7 from cvs.
I am using mysql 5.0 as the database.
Then How can I update the Jforum and the Mysql database structure? :?:
Thank you very much ! [originally posted on jforum.net by aathok]
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
posted
0
If your only problem is the attachments thing, then just create a directory named "tmp" in your application's root and give it full write access.
Rafael [originally posted on jforum.net by Rafael Steil]
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
posted
0
Thank you very much!
According to your measure, it works correctly now.
But why doing this can fix the 100K problem ? :?:
I have read the code and haven't found what caused that ? Can you tell me something about that ? 8)
Thank you :!: .