Coder Social home page Coder Social logo

Comments (6)

tumba25 avatar tumba25 commented on June 17, 2024

Not here. IIRC you have "http://localhost/boards/", right?

from quickinstall.

Skouat avatar Skouat commented on June 17, 2024

Yes QI is installed on the root of my local webserver.

It reminds me the bug EXTTOOLS-655.

from quickinstall.

tumba25 avatar tumba25 commented on June 17, 2024

I am not able to reproduce this. Are you using the latest dev version in the repo? If you are I'd like a copy of your config/profile file.

from quickinstall.

Skouat avatar Skouat commented on June 17, 2024

There is no problem with "script path" if I put QI under a subfolder (eg : htdocs/qi/)

Yes I use the lastest dev version.

My main profile:

[email protected]
admin_name=Skouat
admin_pass=password
alt_env=
automod=1
[email protected]
boards_dir=boards/
boards_url=boards/
cache_dir=cache/
chunk_post=1000
chunk_topic=2000
chunk_user=5000
cookie_domain=
cookie_secure=0
create_admin=1
create_mod=1
db_prefix=qi_
dbhost=localhost
dbms=mysqli
dbpasswd=password
dbport=
dbuser=root
default_lang=fr
default_style=
delete_files=1
drop_db=1
email_domain=phpbb-quickinstall.tld
email_enable=1
grant_permissions=
install_styles=0
make_writable=0
no_dbpasswd=0
num_cats=2
num_forums=10
num_new_group=10
num_replies_max=50
num_replies_min=0
num_topics_max=25
num_topics_min=5
num_users=100
other_config=
populate=0
qi_lang=fr
qi_tz=UTC
redirect=1
server_name=localhost
server_port=80
show_confirm=0
site_desc=eviLs testing hood
site_name=Testing Board
smtp_auth=PLAIN
smtp_delivery=0
smtp_host=
smtp_pass=
smtp_port=25
smtp_user=
table_prefix=phpbb_

Off topic:
Does it normal that the "Cookie domain" setting is empty?
qi_cookie_domain

from quickinstall.

Skouat avatar Skouat commented on June 17, 2024

Feedback after some investigations...
In the DB, the config_value of "script_path" is equal to \/boards/testboard/
If I remove the chars \ and purge the cache of phpBB, the script_path is correct.

When QI is installed on the root of the webserver, before the code execution of the line 317 $script_path has the value /index.php, after the code execution of the line 317, $script_path takes the value \

I've tested to switch the line 316 with the line 317, and it seems that it solves this issue.
But I'm not sure that is the right fix.

from quickinstall.

tumba25 avatar tumba25 commented on June 17, 2024

Yes, you use Windows. And on Win I can reproduce that.
Your fix takes care of that. Thanks.
I'll push the fix soonish.

from quickinstall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.