zCart - Multi-Vendor eCommerce Marketplace

zCart - Multi-Vendor eCommerce Marketplace v2.17.1

No permission to download

YahyaAbdnaby

New member
Jul 24, 2022
11
0
1
to get installation page make sure you run this: https://yourdomain.com/public/install

You will get an installation page. After that make sure all permission required set to 775. You're good to go
Thank you for your response and your interest, I did everything, unfortunately, there is no update and the installation page does not appear, I am sure that there is a step that needs to be done, but I can not get this step
 

Kill3r

Member
May 8, 2022
44
0
8
Apparently in that packageinstaller path is where you have to override

[2022-07-13 03:09:14] production.INFO: Installing package wallet


update: I have decoded PackageInstaller
But it inly remains to null it so that it receives the value so that it can proceed with the installation, and add the funcion app/Services/preparePackageInstallation.php in vendor/helper_functions.php to send the parameter
On line 32 of the preparePackageInstallation
Download
Hi, any luck ? Nulling the script .

Apparently in that packageinstaller path is where you have to override

[2022-07-13 03:09:14] production.INFO: Installing package wallet


update: I have decoded PackageInstaller
But it inly remains to null it so that it receives the value so that it can proceed with the installation, and add the funcion app/Services/preparePackageInstallation.php in vendor/helper_functions.php to send the parameter
On line 32 of the preparePackageInstallation
Download
Hi ,this file has error ,can someone fix this
 

Attachments

  • IMG-20220831-WA0002.jpg
    IMG-20220831-WA0002.jpg
    54.9 KB · Views: 12

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
Hello, anyone has addons ,or figure out how to bypass licence for addons ?


Can u null this script so plugins can be installed ?

You have asked for this resource to be nulled here, there is no need to put in a nulling request for the same thing.
 

alpha_007

Active member
Trusted Uploader
May 4, 2022
72
191
33
  • Like
Reactions: Kill3r

Kill3r

Member
May 8, 2022
44
0
8
Can someone help me please i am getting the Admin panel / Dashboard like this


1663210443872.png
Hi, try this code in .htaccess file ,it will remove "public" from url. Ex:yourdomain.com/public in to yourdomain.com and fix your problem



<ifmodule mod_rewrite.c>

<ifmodule mod_negotiation.c>
Options -MultiViews
</ifmodule>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]

RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php

</ifmodule>
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu