Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Bug: DBUtil::create_index
  • Hi, Could someone fix an incorrect variable name on lines 206 and 210 of Fuel\Core\DBUtil $columns needs changing to $index_name Corrected lines should read:
    $index_name .= ($index_name=='' ? '' : '_').$value; // Line 206
    $index_name .= ($index_name=='' ? '' : '_').str_replace(array('(', ')', ' '), '', $key); // Line 210
    Thanks, Richard
  • Please create an issue for this on http://github.com/fuel/core/issues.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion