You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error
ERROR :
2024-10-21T09:50:46.100Z [MASTER] info: =======================================
2024-10-21T09:50:46.101Z [MASTER] info: = Wiki.js 2.0.0 =======================
2024-10-21T09:50:46.101Z [MASTER] info: =======================================
2024-10-21T09:50:46.101Z [MASTER] info: Initializing...
2024-10-21T09:50:46.510Z [MASTER] info: Using database driver mysql2 for mysql [ OK ]
2024-10-21T09:50:46.512Z [MASTER] info: Connecting to database...
(node:65767) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
(Use node --trace-deprecation ... to show where the warning was created)
2024-10-21T09:50:47.079Z [MASTER] info: Database Connection Successful [ OK ]
2024-10-21T09:50:48.638Z [MASTER] warn: DB Configuration is empty or incomplete. Switching to Setup mode...
2024-10-21T09:50:48.638Z [MASTER] info: Starting setup wizard...
2024-10-21T09:50:48.757Z [MASTER] error: ENOENT: no such file or directory, stat '/Users/chatphonhasser/Downloads/wiki-main/assets/favicon.ico'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Got this error
ERROR :
2024-10-21T09:50:46.100Z [MASTER] info: =======================================
2024-10-21T09:50:46.101Z [MASTER] info: = Wiki.js 2.0.0 =======================
2024-10-21T09:50:46.101Z [MASTER] info: =======================================
2024-10-21T09:50:46.101Z [MASTER] info: Initializing...
2024-10-21T09:50:46.510Z [MASTER] info: Using database driver mysql2 for mysql [ OK ]
2024-10-21T09:50:46.512Z [MASTER] info: Connecting to database...
(node:65767) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
(Use
node --trace-deprecation ...
to show where the warning was created)2024-10-21T09:50:47.079Z [MASTER] info: Database Connection Successful [ OK ]
2024-10-21T09:50:48.638Z [MASTER] warn: DB Configuration is empty or incomplete. Switching to Setup mode...
2024-10-21T09:50:48.638Z [MASTER] info: Starting setup wizard...
2024-10-21T09:50:48.757Z [MASTER] error: ENOENT: no such file or directory, stat '/Users/chatphonhasser/Downloads/wiki-main/assets/favicon.ico'
Is there anything to run or copy before running "node server" ?
I did execute the installation on https://docs.requarks.io/install/macos .
Beta Was this translation helpful? Give feedback.
All reactions