Someone
Posts: 1 Rep Level: 0 |
Hello i just installed clean install of OneCms to test that out. When clicking Board CP at admin area (boardcp.php) i get following error.
Warning: include(../config.php): failed to open stream: No such file or
directory in /www/data02/users/m/msrt.planet.ee/htdocs/boardcp.php on
line 4
Warning: include(): Failed opening '../config.php' for inclusion
(include_path='.:') in
/www/data02/users/m/msrt.planet.ee/htdocs/boardcp.php on line 4
Warning: mysql_query(): Access denied for user
'UNKNOWN_USER'@'web2.planet.zone.ee' (using password: NO) in
/www/data02/users/m/msrt.planet.ee/htdocs/boardcp.php on line 1174
Warning: mysql_query(): A link to the server could not be established in
/www/data02/users/m/msrt.planet.ee/htdocs/boardcp.php on line 1174
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
result resource in /www/data02/users/m/msrt.planet.ee/htdocs/boardcp.php
on line 1175
Also is it right that "modules" will show me following "Sorry but this admin page does not exist." Snice i need to install these modules myself ?
Sorry for my grammar errors.
--- Edit:
Also when i add game and then want to edit it again i get again error.
Sorry but this admin page does not exist. Should it be so ? ---------------
|
Mehar King
 Posts: 31 Rep Level: 2 |
Hello,
Can you open your boardcp.php file and change,
| Quote: | | include ("../config.php"); |
to
| Quote: | | include ("config.php"); |
That will fix the issues you are having with the board.php file.
The modules area should not show that, what version of OneCMS are you running? When you try to click the modules, what does the URL say in your address bar?
Thanks! ---------------
|