AigaionWikiMain Page | About | Help | FAQ | Special pages | Log in

Printable version | Disclaimers | Privacy policy

AigaionWiki:FAQ

From AigaionWiki

A FAQ is a very sensible thing to have. Something to distill from the forums, I guess...


Contents

I have found a bug. What should I do?

First, check the list below to see whether your problem is actually already known and documented. If you're sure you've found a bug: Aigaion Bug Reports are currently stored at our Tracker and discussions take place in our Forum.

I can't get Aigaion to work in the first place. What is going wrong?

A number of Frequently Asked Questions about installation of Aigaion.

I have problems with uploading or downloading (large) attachments. What is going wrong?

The most common problems and errors with uploading attachments are:

(some solutions and workarounds mentioned later in thread)


I have a problem with character sets and UTF8 codes, and now my data looks messed up

How to reset admin password

The admin password is md5-hashed. So, create a new md5 hash of a string you know and insert this in the 'users' table. You can do it with following small PHP script:

    <?php
      echo md5 ('mynewpassword');
    ?>

Save it on the web server and view it in your browser, then take this string and input it in the database. Note that you must update the password for the right account (i.e., the right user_id value)!

    UPDATE `ag2users` SET `password`='Result_from_above' WHERE `user_id`=1;

Afterwards you can login with the password 'mynewpassword' (or whatever you chose).

Remark: It's a good idea to backup the previous value of the password field, if something goes wrong, and you start to remember the old password due to all this stress. Thanks to boldewyn (http://www.aigaion.nl/forum/index.php?topic=126.0)

Other group heading...

Retrieved from "http://wiki.aigaion.nl/index.php/AigaionWiki:FAQ"

This page has been accessed 3,726 times. This page was last modified 15:05, 6 May 2009.


Browse
Features

Using Aigaion
Modifying Aigaion
Translating Aigaion
Integrating Aigaion

Install

About
FAQ

Donate

This page
View source

Printable version

Page history
What links here
Related changes

My pages
Log in / create account

Special pages
New pages
Recent changes
File list
Statistics
More...
Find