Jump to content

Open Coterie  ·  19 members

SMF Staff People

Character Manager - Database Error when deleting a character.


Cereza
 Share

Recommended Posts

When I try to delete a character I  get a database error:      

Table 'i5301728_sm5.sm_acm_shippers' doesn't exist
File: /home/v2245ux2adfi/public_html/eternalsorrows.net/esforum/Sources/Subs-Characters.php
Line: 1440

 

 

Can't find the table. If I know what to put in I can create it.. 

 

thank you

 

 

jlLQ2fy.png

Link to comment
Share on other sites

No, find the line in the file it's talking about and take out the operation that's asking for the table you don't have. You're not supposed to have that table. Once upon a time it was still part of ACM and now it's not, and I've not managed to get all the references to it out.

So go to line 1440.

You'll find this.

	$smcFunc['db_query']('','
		DELETE
			FROM {db_prefix}acm_shippers
		WHERE id_character = {int:id_character}',
		array(
			'id_character' => $id_character
		)
	);

Delete the whole part I just pasted and save.

  • Like 1

nusignature.png nusignature.png

I am the darkness, always watching, always listening, ALWAYS THERE.
(If you're interested in Plain of Ice, message me, it's private. Bleach site, non-canon.)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.