Moderator: moderators
Hellscream wrote:OK 1st test after i submit registration data acc created with error on line 24 mailconf.php
User receive mail with credentials, admin receive mail with new user registration but i dont see any approval for new user and ofc acc is active and working.
Btw i add new table in SQL (woausers) and change globalusers table name in subsonicusers.
where do i wrong?
I think i found where i made mistake will post u soon.
SparkyRih wrote:I've already started working on an approval feature in my registration engine.
For all the questions, I don't follow
Could you describe your issue, and tell me which platform you're on (Windows > Apache/IIS, Ubuntu > Apache)?
gurutech wrote:SparkyRih wrote:I've already started working on an approval feature in my registration engine.
For all the questions, I don't follow
Could you describe your issue, and tell me which platform you're on (Windows > Apache/IIS, Ubuntu > Apache)?
Couple of questions for you - where can I get the "approval" add-in for the registration, and how can I get my registration to work?
I have the standard setup, running Fedora 15, MySQL, PHP, Apache. I have the database and php/jsp files configured as indicated in Mark's text file, but I cannot get the registration or "forgot pass" pages to work. They both seem to load fine, but I cannot get the "captcha" part to work. It just simply does not show an image, therefore no one can register or recover a lost password.
Any ideas?
extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
extension=php_mbstring.dll
extension=php_exif.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
Hellscream wrote:gurutech wrote:SparkyRih wrote:I've already started working on an approval feature in my registration engine.
For all the questions, I don't follow
Could you describe your issue, and tell me which platform you're on (Windows > Apache/IIS, Ubuntu > Apache)?
Couple of questions for you - where can I get the "approval" add-in for the registration, and how can I get my registration to work?
I have the standard setup, running Fedora 15, MySQL, PHP, Apache. I have the database and php/jsp files configured as indicated in Mark's text file, but I cannot get the registration or "forgot pass" pages to work. They both seem to load fine, but I cannot get the "captcha" part to work. It just simply does not show an image, therefore no one can register or recover a lost password.
Any ideas?
Try to enable CURL and GD modules in PHP
- Code: Select all
extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
extension=php_mbstring.dll
extension=php_exif.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
<?php
echo phpinfo();
?>
Return to Subsonic Registration Engine
Users browsing this forum: No registered users and 2 guests