Well first of all to the admins and mods awesome CMS however it is a work in progress the installation is full of undifined variables
and i got this one all the time in several of the standard themes:
Notice: Undefined index: action in /home/user/public_html/yoururl.here/authors.php on line 24
and what ever i do the CAPTCHA for the new user registration never shows up is there anything i can do about it?
A solution would be awesome! thanks in advance and keep up the good work!
P.S.
If i find any new bugs/problems i shall post ' em in a new thread
Although its true there are some undefined variables, the installation does run through without problems.
What you saw are just notifications which should warn about 'maybe' having misspelled a variable.
As for the captcha:
Please make sure you got the GD Library installed on your server and the GDLibrary module enabled for PHP.
If you are unsure about how to find out if it is enabled or not, simply check a phpinfo:
Create a file called "info.php" in your efiction directory with the following content:
[code=php]
<?php
php_info(INFO_MODULES);
?>
Then access this file via [yoururlhere]/info.php
If you find something like shown in the attachment.
You are ready to go and we will have to further investigate the case.

