D-Mack Media Forums

Full Version: New install with Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey I am new to the Joomla CMS. I uploaded the entire zip file to my components directory on my server. I am having issues with it loading correctly and I am really lost on which file(s) I need to edit in order to fix the pathing issues it seems to be having.

Can someone have a look. Thanks.

Code:
Warning: main(/home/moneyspu/public_html/administrator/components/com_currencyconverter/config.currencyconverter.php) [function.main]: failed to open stream: No such file or directory in /home/moneyspu/public_html/components/com_currencyconverter/currencyconverter.php on line 15

Warning: main() [function.include]: Failed opening '/home/moneyspu/public_html/administrator/components/com_currencyconverter/config.currencyconverter.php' for inclusion (include_path='.:/usr/php4/lib/php') in /home/moneyspu/public_html/components/com_currencyconverter/currencyconverter.php on line 15

Warning: main(/home/moneyspu/public_html/administrator/components/com_currencyconverter/config.currencyconverter2.php) [function.main]: failed to open stream: No such file or directory in /home/moneyspu/public_html/components/com_currencyconverter/currencyconverter.php on line 16

Warning: main() [function.include]: Failed opening '/home/moneyspu/public_html/administrator/components/com_currencyconverter/config.currencyconverter2.php' for inclusion (include_path='.:/usr/php4/lib/php') in /home/moneyspu/public_html/components/com_currencyconverter/currencyconverter.php on line 16


Code:
include_once( $adminpath."config.currencyconverter.php" );
include_once( $adminpath."config.currencyconverter2.php" );


That is what the path looks like inside the currencyconverter.php file.

Reference URL's