I finally got the chat itself to work, but I am still unable to get into the admin side. Can anyone provide me with the last part of the URL to access the admin, or at least tell me which php script I should target for entry. I figured it would be /admin/index.php but I get the following in the browser:
_____________________________________________
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, cgiadmin@yourhostingaccount.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
______________________________________________
When I checked the error logs, this is the errors I get (they repeat and repeat):
_______________________________
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of filter(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 567
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 324
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 304
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 284
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 270
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 257
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 251
_____________________________
Any help would be appreciated...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I finally got the chat itself to work, but I am still unable to get into the admin side. Can anyone provide me with the last part of the URL to access the admin, or at least tell me which php script I should target for entry. I figured it would be /admin/index.php but I get the following in the browser:
_____________________________________________
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, cgiadmin@yourhostingaccount.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
______________________________________________
When I checked the error logs, this is the errors I get (they repeat and repeat):
_______________________________
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of filter(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 567
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 324
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 304
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 284
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 270
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 257
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of complete_line(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /<SERVER INFO>/phpchatnvid/getlines.php on line 251
_____________________________
Any help would be appreciated...
is your php.ini file set to globals = on ? and allow_call_time_pass_reference =on ?