Open GoogleCodeExporter opened 8 years ago
i have the same issue. I install ee in a subfolder ie /cms and get the
following php error:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is
disabled in the server configuration in
/is/htdocs/wp10572289_SUGANQT1QP/www/beta/editease/_ee/cfk-edit.php on line 12
Warning:
file_get_contents(http://uomo-e-donna.de/beta/editease/inc/inc_data_03.txt)
[function.file-get-contents]: failed to open stream: no suitable wrapper could
be found in /is/htdocs/wp10572289_SUGANQT1QP/www/beta/editease/_ee/cfk-edit.php
on line 12
I think about its an path problem, but it isnt!
I dont know how to fix that?
Original comment by ak.fo...@googlemail.com
on 14 Dec 2010 at 10:04
Struggled with this issue for hours, but now seems to work...
Problem - When attempting to edit through the interface, got this error message:
Warning: file_get_contents(//inc/inc_data_01.txt) [function.file-get-contents]:
failed to open stream: No such file or directory in
/srv/disk4/743757/www/heidi.myartsonline.com/_ee/getfile.php on line 56
Solution - Made the following change in the config.php file:
FROM: $eeCpath = '/inc';
TO: $eeCpath = '/srv/disk4/743757/www/heidi.myartsonline.com/inc';
(In other words, changed to full path.)
Original comment by djm%evol...@gtempaccount.com
on 30 May 2011 at 3:07
Original issue reported on code.google.com by
simon711...@googlemail.com
on 16 Sep 2010 at 5:22