Intalled Dolphin and all was working perfectly. I went to register some Ray Widgets but I kept getting an error stating that it was the wrong serial code. Emailed technical support and they gave me a reference to replace the widgets with the correct free versions ref. http://www.boonex.com/trac/ray/wiki/GenRayTShooter#MyFreeAd-Freelicensesdontworkresultinginwronglicensenumbermessage
I followed the instructions and applied permissions and now it is all jacked up. First when I visit the page I get these errors....
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include() [function.include]: Failed opening '[path_to]inc/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 667
Then if I go to the admin login page I get these errors...
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include() [function.include]: Failed opening '[path_to]inc/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 863
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 864
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 865
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 866
If I type in my credentials it acts like it will log me in and then I get these errors with no admin options.....
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include([path_to]inc/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: include() [function.include]: Failed opening '[path_to]inc/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jfound01/public_html/ray/modules/global/inc/header.inc.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 863
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 864
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 865
Warning: Cannot modify header information - headers already sent by (output started at /home/jfound01/public_html/ray/modules/global/inc/header.inc.php:10) in /home/jfound01/public_html/inc/design.inc.php on line 866
I Have already re-installed this once because I messed up the DB. I really don't want to go through all that gain. Can anyone please help.
ray/modules/global/inc/header.inc.php
and check the include file adress bellow:
include("/home/jfound01/public_html/inc/header.inc.php");
Is this correct!!
the include file you speak of I have no idea how to find. There isn't a /home/jfound01 on the root of my file manager nor is there a /home/jfound01 under the public_html. Is this code you are refering to in the php of the header.inc.php?
OPEN FILE:
ray/modules/global/inc/header.inc.php
Find this CODE inside the file:
include([path_to]inc/header.inc.php)
And edit it to:
include("/home/jfound01/public_html/inc/header.inc.php");