# Files not found on server, but on local Wamp server

**URL:** https://phaser.discourse.group/t/files-not-found-on-server-but-on-local-wamp-server/1469
**Category:** Phaser 2 / CE
**Created:** [March 2, 2019, 3:00am UTC](https://phaser.discourse.group/t/files-not-found-on-server-but-on-local-wamp-server/1469 "2019-03-02T03:00:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Colon](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/colon/32/519_2.png) [@Colon](https://phaser.discourse.group/u/Colon)
#### Post date: [March 2, 2019, 3:00am UTC](https://phaser.discourse.group/t/files-not-found-on-server-but-on-local-wamp-server/1469/1 "2019-03-02T03:00:36Z")

</div>

Hey Guys,  
I finally finished my phaser 2 game. And I am trying to run it on a github pages “server”.  
But a lot of files are not found if I run it on pages. I am getting this error:

GET: assets/images/systemmessage.png:1 [https://myUser.github.io/assets/images/systemmessage.png](https://myUser.github.io/assets/images/systemmessage.png) 404  
Phaser.Loader - image[systemMessage]: error loading asset from URL assets/images/systemmessage.png

I am a bit confused why. Everything works fine on my local wamp server.  
And I am loading other png files from the same directory and that works.  
Can you tell me why it loads some pngs and some others not?

dialogWheelhimself is missing, traitsBox is loaded. Both in the same state, in the preload function.  
this.load.image(‘dialogWheelhimself’, ‘assets/images/dialogwheelhimself.png’)  
this.load.image(‘traitsBox’, ‘assets/images/traits.png’);

Many thanks,  
Colin

---

<div class="post-metadata">

### Author: ![Colon](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/colon/32/519_2.png) [@Colon](https://phaser.discourse.group/u/Colon)
#### Post date: [March 2, 2019, 5:15am UTC](https://phaser.discourse.group/t/files-not-found-on-server-but-on-local-wamp-server/1469/2 "2019-03-02T05:15:12Z")

</div>

I fixed the issue…  
file name: dialogWheel.png  
in my code: this.load.image(‘dialogWheel’, ‘assets/images/dialogwheel.png’)

Thats no problem if I run it on my local server but on a webserver it causes that issue.

Thanks

---

<div class="post-metadata">

### Author: ![nazimboudeffa](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/nazimboudeffa/32/282_2.png) [@nazimboudeffa](https://phaser.discourse.group/u/nazimboudeffa)
#### Post date: [March 2, 2019, 3:55pm UTC](https://phaser.discourse.group/t/files-not-found-on-server-but-on-local-wamp-server/1469/3 "2019-03-02T15:55:50Z")

</div>

Can you add [FIXED] in the title please
