1. my server is RedHat 9 and itself install php, apache & mysql. (php 4.2.2)
2. I change the owner of all files in ATutor folder to apache and change the their mod to 777.
3. I never change max file size and post size on php.ini and config.inc.php
4. I import a course (that it has imported correctly on windows server). a few second the progress bar work and sudenly it alert "the document contains no data" and abort after I OK
5. my course size is under 1 MB.
6. I install zlib.1.1.4-8
7. what dos it work? it make a 700 mod directory named import and create (for example 4) a folder named 4. 4 contains some csv files and an empty content foleder. but it copy the imported files to ATutor/content/4 ! (on windows it copied the imported file into ATutor/content/import/5/content and work correctly) I manually copied them into ATutor/content/5 but didn't work.
by the way, after wrong import, noting insert to content table
so I can not see anything.why? this version of mysql has been installed by RedHat 9.
what should I do?