Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Mix manifest does not exist. #399

Open
andreasdueren opened this issue Jan 19, 2022 · 8 comments
Open

The Mix manifest does not exist. #399

andreasdueren opened this issue Jan 19, 2022 · 8 comments
Assignees
Labels

Comments

@andreasdueren
Copy link

Importing the theme "Biolia" on a fresh install throws the following error:

The Mix manifest does not exist.
~/themes/lovata-biolia-shopaholic/layouts/main.htm line 61

@andreasdueren
Copy link
Author

andreasdueren commented Jan 20, 2022

This is the function in the main layout:

<?php

function onInit()
{
    $this['path_css'] = mix('css/common.css', 'themes/lovata-biolia-shopaholic/assets');
    $this['path_appjs'] = mix('js/common.js', 'themes/lovata-biolia-shopaholic/assets');
    $this['path_manifestjs'] = mix('js/manifest.js', 'themes/lovata-biolia-shopaholic/assets');
    $this['path_vendorjs'] = mix('js/vendor.js', 'themes/lovata-biolia-shopaholic/assets');

    $this['obPaymentMethodList'] = $this->PaymentMethodList->make()->sort()->active();
}

@andreasdueren
Copy link
Author

I also can't find the manifest file in the "assets" folder.

@lautsevich
Copy link
Member

@andreasdueren, what do you try to do? To run the command npm run ...?

Could you please provide the steps you're doing.

@andreasdueren
Copy link
Author

I simply installed the theme via the php artisan project:sync command and changed the permissions

@lautsevich
Copy link
Member

@andreasdueren, could you please show the complete error message by providing a screenshot? Which permissions were changed?

@andreasdueren
Copy link
Author

Sure! After syncing the project the theme was owned by the root user. So I changed it to the web server
Screenshot 2022-01-23 at 09 22 00
.

@andreasdueren
Copy link
Author

Can you please troubleshoot this? I would like to get this page running soon. To me it seems that the problem is incomplete files being downloaded. Is there a secondary source I could use?

@andreasdueren
Copy link
Author

Can I expect any assistence with this since I payed a good cunk for a template that I can't use? I opened this issue one month! ago.

I can't install the necessary items via npm since I'm running the site in a docker container with read-only access to the file system. But composing it locally and uploading also doesnt seem to work. Why is there no ready-to-use build I can access and then modify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants