RADICORE on openSusSE [message #2764] |
Mon, 01 August 2011 02:35 |
mmaya
Messages: 6 Registered: August 2011
|
Junior Member |
|
|
Hi, has anyone tried to install RADICORE on openSuse with success? av been trying to install it but only get to the index page and cant get to the login screen.
Am using openSuse 11.4; hardware-platform:i386; processor:i686
any help thanks
MM
|
|
|
|
Re: RADICORE on openSusSE [message #2766 is a reply to message #2764] |
Mon, 01 August 2011 05:03 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Is this a local server or a remote server? Can you modify your php.ini file to contain the following:
error_reporting=E_ALL
display_errors=1
log_errors = On
If this doesn't display a meaningful error message then you will have to step through with your debugger to see what is wrong.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: RADICORE on openSusSE [message #2767 is a reply to message #2766] |
Mon, 01 August 2011 05:25 |
mmaya
Messages: 6 Registered: August 2011
|
Junior Member |
|
|
Thanks for replying. It is a local server.
Av now edited my php.ini in /etc/php5/apache2.
Only the display_errors was off and av turned it to on. Now I get the error message below.
Warning: require(include.general.inc): failed to open stream: No such file or directory in /srv/www/htdocs/radicore/menu/logon.php on line 25 Fatal error: require(): Failed opening required 'include.general.inc' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/htdocs/radicore/menu/logon.php on line 25
Please help
Thanks
|
|
|
Re: RADICORE on openSusSE [message #2768 is a reply to message #2767] |
Mon, 01 August 2011 05:37 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
You have not amended your include_path to point to the radicore/includes directory as instructed in item (3) of the installation instructions. You may leave this below your web root on your local server, but on a hosted server it is advisable to put this outside your web root so that the user/password in your config.inc file are more secure.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: RADICORE on openSusSE [message #2769 is a reply to message #2768] |
Mon, 01 August 2011 05:53 |
mmaya
Messages: 6 Registered: August 2011
|
Junior Member |
|
|
Am sorry but I dont understand.
I had renamed htaccess.txt to .htaccess, and added the following:
php_value include_path ".:/srv/www/htdocs/radicore/includes
:/srv/www/htdocs/radicore/menu
:/srv/www/htdocs/radicore/audit
:/srv/www/htdocs/radicore/workflow"
Should it not be this?
MM
|
|
|
Re: RADICORE on openSusSE [message #2770 is a reply to message #2769] |
Mon, 01 August 2011 06:08 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
You are still not reading the installation instructions correctly. There is no need to include anything for the 'menu', 'audit' and 'workflow' directories.
You need to run phpinfo() to ensure that it has accepted your htaccess file and shows the amended include_path in its output. Have you configured Apache to accept htaccess files as per the installation instuctions?
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: RADICORE on openSusSE [message #2771 is a reply to message #2770] |
Mon, 01 August 2011 07:47 |
mmaya
Messages: 6 Registered: August 2011
|
Junior Member |
|
|
Ok av now taken off time again to slowly do the re-installation, followed the instructions you have just given me. I now notice the problem was in my default-server.conf file, i had not changed "AllowOverride None" to "AllowOverride All". Guess coz I was just copyng from another <Directory > ... </Directory> directive.
Thanks alot Sir. I am now able to get the logon screen. It however allows me to login as demo user with a demo password. My username and password give a "Security violation." message.
Part of my config.inc file has been edited to
.....
} else {
$GLOBALS['dbusername'] = 'myusername'; // '****';
$GLOBALS['dbuserpass'] = 'mypassword'; // '****';
.....
Where could i be going wrong again?
Thanks
MM
|
|
|
|
|
|
|