Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Infusion problem - not working

Locked Pinned Asked Modified Viewed 10,631 times
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
asked
Veteran Member

aka "how to fix broken infusion / mod / addon / panel or something else".

Typically, mysql error looks as this one:

Quote

Table 'table_pref.table_name' doesn't exist

also you can't use your infusion at all.

Maybe this can help you:

1. Open infusion.php (for infusion - check your /infusions/your_infusion_name folder)

2. find and replace
TYPE=MyISAM

to
ENGINE=MyISAM


3. Last step - defuse your addon(if it's already infused) and infuse it again.

Beta help thread, you able to post your own advice here.
Edited by PolarFox on 20-12-2012 08:57,
0 replies

2 posts

S
Samuel
S
Samuel 10
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums
answered
Member

What is the difference between TYPE and ENGINE?
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
answered
Veteran Member

Quote

http://dev.mysql.com/doc/refman/5.0/e...ngine.html - from here
The older term TYPE is supported as a synonym for ENGINE for backward compatibility, but ENGINE is the preferred term and TYPE is deprecated.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
S
S
Samuel 10
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet