On a windows platform, i am having the following issue:
| Code: |
Warning: file_get_contents(D:\wamp\www\administrator\components\com_comprofiler\comprofiler.xml\) [function.file-get-contents]: failed to open stream: Invalid argument in D:\wamp\www\includes\domit\xml_domit_lite_parser.php on line 1080
Fatal error: Call to a member function getElementsByPath() on a non-object in D:\wamp\www\administrator\components\com_mls_events\admin.mls_events.php on line 1290
|
On line 1080 is: return file_get_contents($filename);
How would i go about stripping the ending slash on that comprofiler.xml file which is being called to, however is showing up as comprofiler.xml\?