Author |
|
aamirch Newbie


Joined: 29 September 2006 Location: Pakistan
Online Status: Offline Posts: 2
|
Posted: 29 September 2006 at 4:49am | IP Logged
|
|
|
I am getting this problem after installing. home page give that error
Code:
Warning: domxml_open_file() [function.domxml-open-file]: I/O in /home/eye4tech/public_html/bee/web/class_dom_xml.php on line 26
Warning: domxml_open_file() [function.domxml-open-file]: warning : in /home/eye4tech/public_html/bee/web/class_dom_xml.php on line 26
Warning: domxml_open_file() [function.domxml-open-file]: failed to load external entity "/home/eye4tech/public_html/bee/settings/settings.xml" in /home/eye4tech/public_html/bee/web/class_dom_xml.php on line 26
Fatal error: Call to undefined function: getchildnodes() in /home/eye4tech/public_html/bee/web/inc_settings.php on line 36
|
|
|
I have read another thread about that issue in this messgae board and also follow the instructions which mention there. update new files but still get this problem. i have linux server and here you can see my server php.ini file view
http://eye4tech.com/browse.php
any help will be greatly apriciated
Regards
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 29 September 2006 at 5:25am | IP Logged
|
|
|
The problem is caused by insufficient permissions to the WebMail PHP data folder. In the case if apache user is owner of the data folder, you should change the permissions to 755 for data folder and all its subfolders and 644 for all files in data folder and all subfolders, otherwise 777 and 666 instead of 755 and 644.
Best regards,
Andrew
|
Back to Top |
|
|
aamirch Newbie


Joined: 29 September 2006 Location: Pakistan
Online Status: Offline Posts: 2
|
Posted: 29 September 2006 at 5:38am | IP Logged
|
|
|
Thanks for help. i have set permissions as yous said. but now i am getting only one error on home page.
Code:
Fatal error: Call to undefined function: getchildnodes() in /home/eye4tech/public_html/bee/web/inc_settings.php on line 36
|
|
|
any idea?
Thanks
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 29 September 2006 at 6:08am | IP Logged
|
|
|
Looks like you tried to upgrade an old version of WebMail PHP to the latest one and didn't updated class_dom_xml.php file. Thus, please make sure all files are replaced with new ones. You can download the latest version of WebMail PHP and replace all old files in /web folder with new ones, except settings_path.php. Please let us know the outcome.
Best regards,
Andrew
|
Back to Top |
|
|