Coder Social home page Coder Social logo

Comments (13)

devvoh avatar devvoh commented on June 14, 2024 1

That's exactly what I needed to know. 0.12.8 is building in develop as we speak.

So of course you, the weird one, place Parable outside of the document root. So the document root isn't actually part of the script name. So it can't find the homeDir value + index.php, so it doesn't strip it, leaving index.php.

Good bug find :P

from parable.

devvoh avatar devvoh commented on June 14, 2024

Can you share your main Config with the parable data? So obviously I'm not looking for your db credentials ;)

This has to do with your homeDir setup, and I'll fix this ASAP and add some tests to precent this in the future.

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

Oh wait, that might be a leftover from a previous version, I have not set homeDir in the config. My public_html (as assumed by the Apache config that I cannot change) is still a symlink to Parable's public.

What is the correct syntax?

from parable.

devvoh avatar devvoh commented on June 14, 2024

Check https://github.com/devvoh/parable/blob/master/structure/app/Config/App.php_struct for the default Config. Let me know if that works!

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

Config is now:

        $config['parable'] = [
            'app' => [
                'title' => 'Test Project',
                'homeDir' => 'public_html',
            ],

But this in a template file:

<br /><?= $this->url->getUrl('/') ?>

gives me this:

http://testproject.dev/index.php/ 

Any idea?

from parable.

devvoh avatar devvoh commented on June 14, 2024

What's the return value of $this->url->getBasePath()?

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

/public_html/index.php

from parable.

devvoh avatar devvoh commented on June 14, 2024

That's what it should be. Okay. Can you tell me what the return values are for the following 2?

$this->request->getScriptName()
$this->url->getBaseUrl()

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

Sure:

/index.php
http://testproject.dev/index.php 

from parable.

devvoh avatar devvoh commented on June 14, 2024

https://github.com/devvoh/parable/releases/tag/0.12.8

There ya go! Just composer update that mofo and you should be fine!

Let me know if it works :)

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

PHPStorm, right-click on composer.json, Composer > Update...

http://testproject.dev/

👍 😃

from parable.

jerry1970 avatar jerry1970 commented on June 14, 2024

I forgot I was using it differently from what you intended (framework outside doc root)... ;)

from parable.

devvoh avatar devvoh commented on June 14, 2024

It's cool, this was a good find and a necessary bugfix. To support different home dirs, it's necessary to make sure everything else works with it too.

😃

from parable.

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.