Release Support > Resolved Issues

Error and FATAL Error after installing roudcube.

(1/1)

mashaal:
I've just installed roudcube on my server and created it perfectly following the step by step instruction provided on my host website and on this roudcube.net website.

The Error msgs i get are.


--- Code: ---Warning: require_once(include/rcube_shared.inc) [function.require-once]: failed to open stream: No such file or directory in /home/malhotra/public_html/email/index.php on line 81

Fatal error: require_once() [function.require]: Failed opening required 'include/rcube_shared.inc' (include_path='/home/malhotra/public_html/email/:/home/malhotra/public_html/email/program:/home/malhotra/public_html/email/program/lib:.:/usr/lib/php:/usr/local/lib/php') in /home/malhotra/public_html/email/index.php on line 81


--- End code ---

 ???

I'm a rookie with all this... so if possible please do try to explain it like u would to a layman.

all the help will be much appreciated.

thanks.

Elch:
Hi mashaal,

this was my problem too.

But my RC had run before, i make an php update on our server and after this update my RC doesn't run anymore :(

The way i resolve the problem:
Open index.php and comment this line out

--- Code: ---ini_set('include_path', $INSTALL_PATH.PATH_SEPARATOR.$INSTALL_PATH.'program'.PATH_SEPARATOR.$INSTALL_PATH.'program/lib'.PATH_SEPARATOR.ini_get('include_path'));
--- End code ---

Now you must change the php.ini for your RC or per .htaccess file, to set the include path for RC:

--- Code: ---php_admin_value include_path "/var/www/roundcube/:/var/www/roundcube/program:/var/www/roundcube/program/lib:."

--- End code ---
The path is a sample please correct to your path.

I hope I could help you
Elch

Sorry for my bad english.

mashaal:
Hi Elch, thanks for you support....

actually i've kinda resolved this problem...
there was something wrong with the ftp client i was using so when i uploaded my folders.. they got uploaded but the contents were empty.. so basically due to core files missing, it had to give me a fatal error... *bounce my head* :-p

anyhow, i'll keep what you said in mind, it seems pretty helpful, if incase i do pass by this problem..

thanks a ton elch.... [mods can close this thread]

Navigation

[0] Message Index

Go to full version