Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Jonathan
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Jonathan

    @Jonathan

    0
    Reputation
    5
    Posts
    7
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Jonathan Follow

    Posts made by Jonathan

    • RE: Creating a new page under customer/account/

      @deepak227 thanks for the reply. When you are logged in as a customer you get the left hand sidebar with the profile etc on it. I am making a new section for this "Projects". This will be a new package I believe. Since posting this I have manage to find the developer documents (they are not as easy to find as they should be! I found a post saying there was none and then another saying there was...) So I am working through that at the moment to see if I can sort it.

      posted in Knowledge Base
      J
      Jonathan
    • Creating a new page under customer/account/

      How do I add in a new page under customer/account?

      I want to add it to the side navigation as well under profile.

      I am adding a project area.

      I can see the views in the file structure and I have tried to add in a new folder and blade, with the normal steps but have not managed to get this to work. Something isn't right.

      I have added a route in web.php but not sure this is right.

      Can anyone list the steps for me so I can check I have done whats needed?

      Any help would be great.

      posted in Knowledge Base
      J
      Jonathan
    • RE: Issues with ini file - ext-zip and ext-intl not found

      Hi Naresh,

      I have already tried that and it didnt make any difference.

      posted in Installing Bagisto
      J
      Jonathan
    • RE: Issues with ini file - ext-zip and ext-intl not found

      @Naresh-webkul said in Issues with ini file - ext-zip and ext-intl not found:

      https://forums.bagisto.com/topic/1104/getting-error-with-composer-install/2

      I have done that.

      posted in Installing Bagisto
      J
      Jonathan
    • Issues with ini file - ext-zip and ext-intl not found

      I am installing the base Bagisto before installing the B2B marketplace. But I am getting the following PHP extension issue. I am loading this locally on a mac with AMPPS loaded. The extension is active in ampps, the php.ini file had the intl code commented out and I have uncommented that. I have restarted AMPPS. I am still getting the same thing.

      I ran php -i and found that my ini file wasn't being used, it is not using the one it should from AMPPS, it is trying to use one from my private folder on my machine in an etc folder, but there isn't one there. When I add one it still doesn't work.

      Not sure what to do next! I had a problem a couple of weeks back as I had somehow got two instances of Apache loaded (local one and AMPPS). I removed the local one and reinstalled AMPPS and that solved the issue at the time. Wonder if this is connected, not sure what to do.

      Any help would be great.

      Error:

      [email protected] bagisto % composer install
      Loading composer repositories with package information
      Installing dependencies (including require-dev) from lock file
      Your requirements could not be resolved to an installable set of packages.

      Problem 1

      • The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
        Problem 2
      • Installation request for phpoffice/phpspreadsheet 1.13.0 -> satisfiable by phpoffice/phpspreadsheet[1.13.0].
      • phpoffice/phpspreadsheet 1.13.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
        Problem 3
      • Installation request for php-webdriver/webdriver 1.8.2 -> satisfiable by php-webdriver/webdriver[1.8.2].
      • php-webdriver/webdriver 1.8.2 requires ext-zip * -> the requested PHP extension zip is missing from your system.
        Problem 4
      • phpoffice/phpspreadsheet 1.13.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
      • maatwebsite/excel 3.1.19 requires phpoffice/phpspreadsheet ^1.10 -> satisfiable by phpoffice/phpspreadsheet[1.13.0].
      • Installation request for maatwebsite/excel 3.1.19 -> satisfiable by maatwebsite/excel[3.1.19].
      posted in Installing Bagisto
      J
      Jonathan