Git Product home page Git Product logo

Comments (13)

aimeos avatar aimeos commented on May 21, 2024

What version do you use?

Can you please have a look into the "storage/log/laravel.log" and your Apache error log file? There you might find more information why your environment has this problems.

from aimeos-laravel.

Dontorpedo avatar Dontorpedo commented on May 21, 2024

Hi,

I use Laravel 5.1.11, PHP Version 5.6

in the apache error log is no laravel related entry.. also in laravel.log no problems..

from aimeos-laravel.

aimeos avatar aimeos commented on May 21, 2024

Do you have an URL where we can check the installation?

from aimeos-laravel.

Dontorpedo avatar Dontorpedo commented on May 21, 2024

http://market.creadiv.at/

from aimeos-laravel.

aimeos avatar aimeos commented on May 21, 2024

Looks awful because the CSS files are not found but in principle it works :-)
http://market.creadiv.at/list

from aimeos-laravel.

Dontorpedo avatar Dontorpedo commented on May 21, 2024

oh, maybe i misunderstood something, thought it will be something like your demopage.. with working pages and categories.. and i also cant login.. sorry, iam a newbie to laravel/aimeos

from aimeos-laravel.

aimeos avatar aimeos commented on May 21, 2024

Yes (but without the start page) if you set it up exactly like described in the installation steps (https://aimeos.org/docs/Laravel#Installation, in principle the same as in the GibHub Readme).

Authentication must be set up in Laravel: https://laravel.com/docs/5.1/authentication

from aimeos-laravel.

Dontorpedo avatar Dontorpedo commented on May 21, 2024

ok, i think i found the error:

file_exists(): open_basedir restriction in effect. File(/.../vendor/aimeos/aimeos-core/ext/.gitignore/manifest.php) is not within the allowed path(s): (/../data/web/e36889/phpsession:/data/web/e36889/phptmp:/tmp:/usr/bin)

what does it mean? do you know how i can solve it?

from aimeos-laravel.

aimeos avatar aimeos commented on May 21, 2024

All files and directories of your Laravel application must be within the paths that are configured with open_basedir. The document root of your VHost needs to point to the ./public directory of your Laravel application

from aimeos-laravel.

ChaerilM avatar ChaerilM commented on May 21, 2024

Had this problem too, I wanted so that index.php are gone while all .js / .css / .jpg still pointing to public/.

from aimeos-laravel.

Mathias88 avatar Mathias88 commented on May 21, 2024

Laravel 4

Group Writable (Group, User Writable)
$ sudo chmod -R gu+w app/storage

World-writable (Group, User, Other Writable)
$ sudo chmod -R guo+w app/storage

Laravel 5

Group Writable (Group, User Writable)
$ sudo chmod -R gu+w storage

World-writable (Group, User, Other Writable)
$ sudo chmod -R guo+w storage

from aimeos-laravel.

arthurtaras avatar arthurtaras commented on May 21, 2024

oh, maybe i misunderstood something, thought it will be something like your demopage.. with working pages and categories.. and i also cant login.. sorry, iam a newbie to laravel/aimeos

After reading the installation instructions, this is exactly what I thought too. I spent a few hours trying to figure out why nothing shows up even though everything seemed to work.

I think it is worth mentioning in the instructions that the demo comes with an empty front page.

from aimeos-laravel.

aimeos avatar aimeos commented on May 21, 2024

A hint has been added to the readme and the documentation:
https://aimeos.org/docs/Laravel/Test_installation

from aimeos-laravel.

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.