Giter Site home page Giter Site logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
if I define like that

define ('ABS_PATH', "../../../smt2/"); // always place here an ending slash (/)

it is ok for the installation
but when the installation is ok,
if I go to the login page
http://127.0.0.1/WEB/mysite/smt2/

because the path for css is not right
  <link rel="stylesheet" type="text/css" href="../../../smt2/admin/css/base.css" />

So I have to redefine the path like that
define ('ABS_PATH', "../smt2/"); // always place here an ending slash (/)
with this path the css are ok

BUT (lol)
the login form get the location

http://127.0.0.1/WEB/mysite/smt2/admin/smt2/admin/

and ... thats wrong !
I need to redefine the path like that


define ('ABS_PATH', "/WEB/mysite/smt2/"); // always place here an ending slash 
(/)

and that's ok...
So, if you may found something for this little bug ;)

thanks !
best regards 



Original comment by [email protected] on 9 Feb 2010 at 2:44

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
The ABS_PATH var should point to an absolute URL, like /WEB/mysite/smt2/ o even
http://127.0.0.1/WEB/mysite/smt2/. Things like ../smt2/ o ../../smt2/ are 
relative
URLs, so they are not good values for ABS_PATH.

Original comment by [email protected] on 9 Feb 2010 at 5:20

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Yes, I Know, but when I use asolutes URLS, the errors apperars (see first post)
So, I've tryed the relatives URls to solve this problem ...

Original comment by [email protected] on 9 Feb 2010 at 5:55

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I've commited an update changing the ADMIN_PATH for INC_PATH on line 3 of 
install.php.

Please tell me if that worked for you.

Regards,
Luis

Original comment by [email protected] on 9 Feb 2010 at 6:39

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
ok I try that tomorrow morning :)
thanks ;)
Nans

Original comment by [email protected] on 9 Feb 2010 at 8:22

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Yess !
ewrythings looks ok like that !
thanks !

Original comment by [email protected] on 10 Feb 2010 at 8:21

from smt2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024

Original comment by [email protected] on 10 Feb 2010 at 3:13

  • Changed state: Verified

from smt2.

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.