Jump to content
WebFlake
  • 0

IP.Content default app


Courage

Question

8 answers to this question

Recommended Posts

  • 0

Ok, so I installed IP.Board on domain.ro/forum and IP.Content too.

 

I uploaded index.php from IP.content folder / Tools / index.php and I replaced

$path_to_ipb	= './forums/';

with

$path_to_ipb	= './forum/';

In AdminCP -> Other Apps -> Settings -> Advanced -> URL to index.php I set

http://www.domain.ro/index.php

and I created constants.php on domain.ro/forum which contains

<?php
 
define( 'IPS_DEFAULT_PUBLIC_APP', 'ccs' );
 
?>

Now I have this error on domain.ro:

 

We could not find the page you were looking for.
Edited by Courage
Link to comment
Share on other sites

  • 0

Ok, so I installed IP.Board on domain.ro/forum and IP.Content too.

 

I uploaded index.php from IP.content folder / Tools / index.php and I replaced

$path_to_ipb	= './forums/';

with

$path_to_ipb	= './forum/';

In AdminCP -> Other Apps -> Settings -> Advanced -> URL to index.php I set

http://www.domain.ro/index.php

and I created constants.php on domain.ro/forum which contains

<?php
 
define( 'IPS_DEFAULT_PUBLIC_APP', 'ccs' );
 
?>

Now I have this error on domain.ro:

 

You placed index.php in the directory which contains the directory forum correct?

Link to comment
Share on other sites

  • 0

[05-Jan-2014 09:56:15 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 09:56:15 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:02:30 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:02:30 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:03:48 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:03:48 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50

Solved.

 

In AdminCP -> Other Apps -> Settings -> Advanced -> URL to index.php I set

http://www.domain.ro/index.php

not

http://www.domain.ro

Now it works :D.

 

Thanks a lot!

Link to comment
Share on other sites

  • 0
[05-Jan-2014 09:56:15 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 09:56:15 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:02:30 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:02:30 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:03:48 UTC] PHP Warning:  require_once(./forums/initdata.php): failed to open stream: No such file or directory in /home/itpedia/public_html/index.php on line 50
[05-Jan-2014 10:03:48 UTC] PHP Fatal error:  require_once(): Failed opening required './forums/initdata.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/itpedia/public_html/index.php on line 50

Solved.

 

In AdminCP -> Other Apps -> Settings -> Advanced -> URL to index.php I set

http://www.domain.ro/index.php

not

http://www.domain.ro

Now it works :D.

 

Thanks a lot!

 

 

Ah, glad to hear it was just a simple overlooked step. Glad I could be of assistance. Have a wonderful day!

  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...