Cannot set correct absolute path

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Cannot set correct absolute path

Re: Cannot set correct absolute path

by axew3 » Sat Aug 27, 2016 10:04 pm

OK! Nice!
Read hints on wp_w3all config page.
Set the correct real URL to your phpBB, for example:
https://www.axew3.com/w3/forums as is here at axew3.com example.

Your site is integrated when the path is ok, URL setting is needed for widgets and embedded iframe.
If still in trouble just post.

p.s take a look also to this page:
https://www.axew3.com/w3/cms-plugins-scr ... tegration/

Re: Cannot make it work

by karma007 » Sat Aug 27, 2016 9:59 pm

i created a file path.php
<?php
echo realpath("path.php");
?>

and this give the good path (it was incorrect): no more error message

but now what url should i go to, to see the integration, as http://www.lesjeux.com/phpBB3 is not integrated ?

thanks

Cannot set correct absolute path

by axew3 » Sat Aug 27, 2016 9:47 pm

ok, no value on phpinfo.php about absolute path: what documentation of your hosting provider say about absolute path?

Re: Cannot make it work

by karma007 » Sat Aug 27, 2016 9:36 pm

No i made no changes as last Line was uncommented already.

Re: Cannot make it work

by axew3 » Sat Aug 27, 2016 9:32 pm

It's working now?

Re: Cannot make it work

by karma007 » Sat Aug 27, 2016 9:31 pm

Hello
Yes i uncommented last Line.
Phpinfo has no DOCUMENT_ROOT only doc_root with "no value" but i m pretty sure the path is correct.
Thanks

Top