Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception error #11

Closed
will21 opened this issue Nov 17, 2013 · 4 comments
Closed

Exception error #11

will21 opened this issue Nov 17, 2013 · 4 comments

Comments

@will21
Copy link

will21 commented Nov 17, 2013

Please confirm this error in latest version of Hercules. I dont know whats wrong with that exeption error. Thank you

Exception Details

Error: Flux_Error

Message: Failed to import/replace rows from table 'ragnarok_main.item_db2'

File: /home/alliance/public_html/lib/Flux/TemporaryTable.php:230

File Line Function/Method
/home/alliance/public_html/lib/Flux/TemporaryTable.php 81 Flux_TemporaryTable::raise()
/home/alliance/public_html/modules/account/view.php 16 Flux_TemporaryTable::__construct()
/home/alliance/public_html/lib/Flux/Template.php 337 include()
/home/alliance/public_html/lib/Flux/Dispatcher.php 170 Flux_Template::render()
/home/alliance/public_html/index.php 178 Flux_Dispatcher::dispatch()
Exception Trace As String
#0 /home/alliance/public_html/lib/Flux/TemporaryTable.php(81): Flux_TemporaryTable::raise('Failed to impor...')
#1 /home/alliance/public_html/modules/account/view.php(16): Flux_TemporaryTable->__construct(Object(Flux_Connection), 'ragnarok_main.i...', Array)
#2 /home/alliance/public_html/lib/Flux/Template.php(337): include('/home/alliance/...')
#3 /home/alliance/public_html/lib/Flux/Dispatcher.php(170): Flux_Template->render()
#4 /home/alliance/public_html/index.php(178): Flux_Dispatcher->dispatch(Array)
#5 {main}

@Zezicla
Copy link

Zezicla commented Nov 17, 2013

i guess its bcuz of the new item db we use it needs a rename and rewrite for that

@will21
Copy link
Author

will21 commented Nov 17, 2013

thank you. fixed!

@Zezicla
Copy link

Zezicla commented Nov 19, 2013

post how you fixed it ? :)

@MishimaHaruna
Copy link
Member

I believe this was caused by an item_db vs item_db2 column mismatch (i.e. item_db2 had been updated to the new version and item_db hadn't yet, or vice versa)

Steps to fix it:

  • Run the update scripts provided with Hercules to update item_db2.
  • Drop and re-import the item_db (or item_db_re) table.

If I'm mistaken, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants