• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Arcturus Catalog v1 By Jmandupree

Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
The 'dcr' folder is inside "public/swf/" and the 'hof_furni' file is inside 'public/swf/dcr' and yes, I have the icons file inside 'hof_furni'
Try checking in the console of your web browser. It should show any errors of missing files or any other issues.
 
Newbie Spellweaver
Joined
Oct 30, 2013
Messages
50
Reaction score
1
Try checking in the console of your web browser. It should show any errors of missing files or any other issues.

There's errors for most .swf files in hof_furni...

Jmandupree - Arcturus Catalog v1 By Jmandupree - RaGEZONE Forums
 
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
There's errors for most .swf files in hof_furni...

Jmandupree - Arcturus Catalog v1 By Jmandupree - RaGEZONE Forums

Looking at your post above, you said your DCR folder is in /public/swf. The errors above are looking in the directory swf/dcr

That is probably why nothing is loading because if your SWF folder is in /public, the client is looking for the files in the wrong directory.

I looked in your external_variables you posted and that is where the error is coming from. The links in your variables need updating to direct to /public/swf. (change all containing rohotel.tk/swf to rohotel.tk/public/swf)
 
Newbie Spellweaver
Joined
Oct 30, 2013
Messages
50
Reaction score
1
Looking at your post above, you said your DCR folder is in /public/swf. The errors above are looking in the directory swf/dcr

That is probably why nothing is loading because if your SWF folder is in /public, the client is looking for the files in the wrong directory.

I looked in your external_variables you posted and that is where the error is coming from. The links in your variables need updating to direct to /public/swf. (change all containing rohotel.tk/swf to rohotel.tk/public/swf)

Um... ok... aparently that worked... But I thought Laravel handles the /public folder... Whatever, it works now thanks a lot :D

Btw, is there no petshop in this catalogue?
 
Last edited:
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Um... ok... aparently that worked... But I thought Laravel handles the /public folder... Whatever, it works now thanks a lot :D

Btw, is there no petshop in this catalogue?
Laravel doesn't handle the public folder xD

Only if you specify to it. On htaccess. On Chocolatey I made it only redirect /habbo-web/ to /public/habbo-web/ not the swf. xD
 
Newbie Spellweaver
Joined
Oct 30, 2013
Messages
50
Reaction score
1
Laravel doesn't handle the public folder xD

Only if you specify to it. On htaccess. On Chocolatey I made it only redirect /habbo-web/ to /public/habbo-web/ not the swf. xD

Well... that explains it... But still, it doesn't explain how to add the pets and bots to the catalogue xD
 
Back
Top