Followed the installation process and got the following:
Setup Completed!
The setup has completed succesfully!
You can now login Here as:
Access / Stats:
Edit Admins:
Modify Default Admin:
Current Administrators:
admin [ Modify Info ]:
Password newpassword
Retype Password newpassword
Update Author:
Blank Screen
Password seems to have updated..
Prior to Update Author URL at
admin.php?op=modifyadmin&chng_aid=admin
After Update Author URL at
admin.php
Same thing happens even when entering through via normal login entry point..
Blank Screen
Thankyou in advance..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-14
Found it...
At the end of the config.php take out all of the blank spaces
eg...
Before edit..
############################
# MOD PARAMS - DO NOT EDIT #
# Added by: Adam #
############################
global $current_mod, $current_op, $current_page_id;
?>
[end of file]
After edit...
############################
# MOD PARAMS - DO NOT EDIT #
# Added by: Adam #
############################
global $current_mod, $current_op, $current_page_id;
?>[end of file]
Regards...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can anyone please help
Followed the installation process and got the following:
Setup Completed!
The setup has completed succesfully!
You can now login Here as:
Access / Stats:
Edit Admins:
Modify Default Admin:
Current Administrators:
admin [ Modify Info ]:
Password newpassword
Retype Password newpassword
Update Author:
Blank Screen
Password seems to have updated..
Prior to Update Author URL at
admin.php?op=modifyadmin&chng_aid=admin
After Update Author URL at
admin.php
Same thing happens even when entering through via normal login entry point..
Blank Screen
Thankyou in advance..
Found it...
At the end of the config.php take out all of the blank spaces
eg...
Before edit..
############################
# MOD PARAMS - DO NOT EDIT #
# Added by: Adam #
############################
global $current_mod, $current_op, $current_page_id;
?>
[end of file]
After edit...
############################
# MOD PARAMS - DO NOT EDIT #
# Added by: Adam #
############################
global $current_mod, $current_op, $current_page_id;
?>[end of file]
Regards...