[HELP] Catalog Problem

Status
Not open for further replies.

DVerse

Member
Oct 8, 2016
53
6
When i try to open the catalog, items image dont load (blackbox) when i click a furni, after a few seconds i get disconnected and i get HTTP ERROR 500.
In my console it doesnt show up any errors. i use original database & behaviour changes . both untouched
Someone know how to fix the problem?
Post automatically merged:


Post automatically merged:

edit: this is the last error log

Date/Time: 2019-02-27 17:30:11,332
Thread: 41
Error in query:
UPDATE `server_status` SET `users_online` = @Users, `loaded_rooms` = @loadedRooms LIMIT 1;
MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'hotel.server_status' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\Sledmore\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 167
 

Attachments

  • screen11.jpg
    screen11.jpg
    23.3 KB · Views: 6
  • screen111.jpg
    screen111.jpg
    11.6 KB · Views: 6
Last edited:

DVerse

Member
Oct 8, 2016
53
6
i run first the original database, then the behaviour changes.

the sql i didnt run. that means that i should run this too ?
 

Hypothesis

Programmer
Jan 6, 2019
524
361
i run first the original database, then the behaviour changes.

the sql i didnt run. that means that i should run this too ?
Code:
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icon/%typeid%%param%_icon.png
Add this to external_variables, then clear your cache. Make a folder inside swf/dcr/hof_furni, and call it 'icon,' add your furniture icons in there.
 

DVerse

Member
Oct 8, 2016
53
6
Code:
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icon/%typeid%%param%_icon.png
Add this to external_variables, then clear your cache. Make a folder inside swf/dcr/hof_furni, and call it 'icon,' add your furniture icons in there.

was already in, i think its another problem.
 

Joe

Well-Known Member
Jun 10, 2012
4,155
1,942
I would personally start again.

Use these SWF's
Use this emulator the database will be included in there

Delete all of your database and start over with the one provided, run original database first, then behaviour changes then run the SQL.
Use the new emulator and make sure all of your SWF's and configs are linked up, then let me know what errors you get as I use the same files and there's 0 errors.
 

DVerse

Member
Oct 8, 2016
53
6
I would personally start again.

Use these SWF's
Use this emulator the database will be included in there

Delete all of your database and start over with the one provided, run original database first, then behaviour changes then run the SQL.
Use the new emulator and make sure all of your SWF's and configs are linked up, then let me know what errors you get as I use the same files and there's 0 errors.

thanks, ive done it and now the hotel is running
 
Status
Not open for further replies.

Users who are viewing this thread

Top