I have included a readme file containing details installation instructions please download the project and try to install it again. The project has been tested on a real PHP comercial server and found no problem running.
Thank you for your interest in my project.
Thong,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
earlier i had some troubles with function.php working on my www server. it was on an include call blah blah blah... long story short, on the main page it would try to load as if it were in the admin directory (include/function.php) which made errors, and in the admin directory, it would act as if it were in the root directory (trying to include admin/include/function.php) which also caused errors.
QUICK FIX >> make 2 function.php files and have the root files (namely index and main) point to function_low.php which has the admin/include/function.php line as line 37. now the other one pointing to function.php only has line 38 as include/function.php
if your problem is on line 24, then apparently your problem is with the username.... lol
did you even change the login details on your database.php?????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI,
I tried to install your program. It only keeps bouncing this error..
Parse error: syntax error, unexpected '"' in /home/yozz/domains/yozz.nl/public_html/robuust/admin/include/functions.php on line 24
I could use some help here.
Thanks,
Jos
I have included a readme file containing details installation instructions please download the project and try to install it again. The project has been tested on a real PHP comercial server and found no problem running.
Thank you for your interest in my project.
Thong,
to point out to yozz....
earlier i had some troubles with function.php working on my www server. it was on an include call blah blah blah... long story short, on the main page it would try to load as if it were in the admin directory (include/function.php) which made errors, and in the admin directory, it would act as if it were in the root directory (trying to include admin/include/function.php) which also caused errors.
QUICK FIX >> make 2 function.php files and have the root files (namely index and main) point to function_low.php which has the admin/include/function.php line as line 37. now the other one pointing to function.php only has line 38 as include/function.php
if your problem is on line 24, then apparently your problem is with the username.... lol
did you even change the login details on your database.php?????