This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

install on xampp windows
#1

i recently commentics install on xampp windows 7 when i open example2.php or other file or make new file integration commentics  its show error
''
Warning: require(C:/xampp/htdocs/upload/frontend/index.php): failed to open stream: No such file or directory in C:\xampp\htdocs\commentics-3.1\example2.php on line 21

Fatal error: require(): Failed opening required 'C:/xampp/htdocs/upload/frontend/index.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\commentics-3.1\example2.php on line 21''
what can i do please help me 
Reply
#2

Have you checked that the file C:/xampp/htdocs/upload/frontend/index.php exists?

Have you completed the interview?
Reply
#3

yes see the image


Attached Files Thumbnail(s)
   
Reply
#4

Okay so it doesn't actually exist at that location. It's here:

C:/xampp/htdocs/commentics-3.1/upload/frontend/index.php

So you'll need to change the $cmtx_folder value to:

PHP Code:
<?php 
$cmtx_folder
= '/commentics-3.1/upload/';

Have you completed the interview?
Reply
#5

The idea is that you're meant to change the name of the /upload/ folder.

So instead you could put the files here:

C:/xampp/htdocs/commentics-3.1/frontend/index.php

Then the $cmtx_folder value would be:

PHP Code:
<?php 
$cmtx_folder
= '/commentics-3.1/';

Have you completed the interview?
Reply
#6

Thanks it work


Attached Files Thumbnail(s)
   
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post

Forum Jump:


Users browsing this thread: 1 Guest(s)