Posts: 2
Threads: 1
Joined: Nov 2010
I've installed Commentics without any problems.All seems to be ok but when I try to integrate the script in a page I get this error:
Fatal error: require() [function.require]: Failed opening required 'comments/includes/commentics.php' (include_path='.:/usr/local/php/lib/php') in /home/u7101974/mysite.com/mediaplayer/test.php on line 29I
Posts: 535
Threads: 31
Joined: Jul 2010
I'm giving you three guesses...
Posts: 2
Threads: 1
Joined: Nov 2010
It works now after changing of the path. Thank you so much!
Posts: 2
Threads: 0
Joined: Apr 2011
I also have error
Fatal error: require() [function.require]: Failed opening required '/comments/includes/commentics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a2244954/public_html/default.php on line 84
Help !
Posts: 2,909
Threads: 59
Joined: Jun 2010
Hi,
1. Can you post your integration code.
2. Do you have the folder: yoursite.com/comments/
Have
you completed
the interview?
Posts: 2
Threads: 0
Joined: Apr 2011
(26-Apr-2011, 10:27 AM)Steven Wrote: Hi,
1. Can you post your integration code.
2. Do you have the folder: yoursite.com/comments/
I fxed the error
<?php
$page_id = "1";
$reference = "Page One";
$path_to_comments_folder = "commentics/comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
i had to put my folder where comments was located in front of path to comments which is commentics
but now i cant cant chmod my connect.php to 444 any idear? It just keeps reverting back to 655 using 000webhost.com.
Posts: 2,909
Threads: 59
Joined: Jun 2010
Try opening your site control panel (e.g. cPanel) where a feature such as 'File Manager' should be available. Using that, navigate to the file and set the 444 permission.
If you can't do that then try this suggestion:
http://www.commentics.org/forum/showthre...79#pid1679
As a last resort you can do this:
http://www.commentics.org/forum/showthread.php?tid=213
Have
you completed
the interview?