Technical FAQ
Ganesha Digital Library 3.1

Editor:
Ismail Fahmi, ismail@itb.ac.id

Back to GDL FAQ


Q: Login success, but server still recognize me as Guest. What is wrong?

Check your php.ini file. The location is depended on the operating system. Edit as follow:

[session]
session.save_path= "C:/tmp"; or some where 
session.use_cookies=1 ; whether to use cookies
session.auto_start=1 ; initialize session on request startup
session.cookie_lifetime=0 

Q: When I try to add article under some category, the server always store the article under "Temporary" category. Why?

It is normal. It is because of you try to add article under "root category". It is not allowed by server. You must add new article under "sub-category". So, please make new "sub-category" under "root category" that you want. Go to the "sub-category" and then add your new articles.

Other reason is you try to add article under sub-category that is not in your granted category list. You are not allowed to add under the sub-category. If you still want to do that, please contact the administrator of your GDL server, and ask them to add you becoming an Editor and give grant for the sub-category. 

Q: I have successfuly synchronize my metadata and upload the files. But the files are not completely stored in the GDL hub server. Why?

Probably it is because you use Netscape browser. Please try IE version 5 and above insted. GDL currently is best played using IE version 5 and above.