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

Block main.js #813

Open
SunBoardtxt opened this issue Sep 29, 2024 · 5 comments
Open

Block main.js #813

SunBoardtxt opened this issue Sep 29, 2024 · 5 comments

Comments

@SunBoardtxt
Copy link

After installing everything correctly in Vichan I get an error called block main.js or something like that, what do I do?

@perdedora
Copy link
Member

Can you post the error message? Also, if possible, enable debug.

@SunBoardtxt
Copy link
Author

Screenshot_20240929-185927
I tried with vichan and it comes out the same

@Zankaria
Copy link

Zankaria commented Oct 2, 2024

What OS are you using? Have you downloaded the last stable release, the master branch or the dev branch? Also, could you please post your instance-config.php? (You may skip the passwords ofc)

@RealAngeleno
Copy link

seems like just a permissions error

@perdedora
Copy link
Member

perdedora commented Oct 2, 2024

file_write is failing. this is likely due to permission error. the folder doesn't have write permission.

vichan/inc/functions.php

Lines 647 to 650 in 3291dc2

// File locking
if (!$simple && !flock($fp, LOCK_EX)) {
error('Unable to lock file: ' . $path);
}

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

No branches or pull requests

4 participants