The page html5gameworksshop.local says error

Asked By 40 points N/A Posted on -
qa-featured

Hi experts,

I have built a game in Dreamwaver CS5.5 in HTML5, after setting it up,added the layer, added all the items, saved the levels using the Weltmeister, etc. When I want to save the entire project I am getting this error message box. I don’t know how to solve it and what /test.js ( js format) means. Please help me to solve this and save my project without losing everything. I didn’t turn off my PC for 14h. Can I prevent this and what happens, what I did wrong ?

Thank you !

The page html5gameworksshop.local says:

Error: Couldn’t write to file: ../../../lib/game/levels/test.js

SHARE
Answered By points N/A #188182

The page html5gameworksshop.local says error

qa-featured

Hello,

This error usually will happen if PHP don’t have permission to write that file. Giving the required permission, the error will surely disappear.

1. Go to Applications >> Utilities >> Terminal (Final).

2. Run the following command:

chmod -r 777 /path/to/your/webserver/pong/lib/game/levels

3. If that doesn’t work, then run this command:

chmod -R 777 /path/to/your/webserver/pong/lib/game/levels

Then try to do the same job. No error this time for sure.

Cheers!

Related Questions