Giter Club home page Giter Club logo

Comments (4)

davarravad avatar davarravad commented on September 24, 2024

Thank you for the heads up on http://www.userapplepie.com

I was able to track that error down to a database setting. Should be working now.

from userapplepie-v4.

davarravad avatar davarravad commented on September 24, 2024

As for your issue with removing the public folder.

I have not yet tried to install UAP3 this way. However I think you need to change the following in index.php:

/** Define the absolute paths for configured directories */
define('APPDIR', realpath(__DIR__.'/../app/').'/');
define('SYSTEMDIR', realpath(__DIR__.'/../system/').'/');
define('PUBLICDIR', realpath(__DIR__).'/');
define('ROOTDIR', realpath(__DIR__.'/../').'/');

To

/** Define the absolute paths for configured directories */
define('APPDIR', realpath(__DIR__.'./app/').'/');
define('SYSTEMDIR', realpath(__DIR__.'./system/').'/');
define('PUBLICDIR', realpath(__DIR__).'/');
define('ROOTDIR', realpath(__DIR__.'./').'/');

Let me know if that works. If not I will do further testing.

from userapplepie-v4.

davarravad avatar davarravad commented on September 24, 2024

I tested on my server and was able to get it working by editing the .htaccess file as well.

Change the following:

RewriteBase /

to

RewriteBase /projectname/

However if used on a domain the .htaccess file might mess with your default site. I suggest using a virtual host setup instead of a sub directory.

from userapplepie-v4.

energiatel avatar energiatel commented on September 24, 2024

Now it works! Thanks a lot!

from userapplepie-v4.

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.