Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Some video questions about Fuelphp
  • Hello!
    I have some quetions, just see: http://www.screencast.com/t/w08yrZXfKSew (AVI)
    or youtube http://www.youtube.com/watch?v=cLiPw1c4-mg 1. Fuel\Core\Fuel_Exception [ Error ]: Could not find asset: compaq_presario_80x80.jpg
    COREPATH/classes/asset.php @ line 153
    2. <?php echo Str::truncate($key,17);?> Specials simbols function truncate Can't 'cut' symbols like - " (inches)
  • Interesting bug:
    Fuel\Core\Fuel_Exception [ Error ]: Could not find asset: compaq_presario_80x80.jpg File compaq_presario_80x80.jpg was in img folder and in db, but asset function not correctly understand name.
    When I renamed compaq_presario_80x80.jpg into compaq.jpg - problem was solved. compaq_presario_80x80.jpg <=> compaq.jpg. But with truncate function I do not found solution.
  • Asset doesn't do any manipulation on the filename, and neither does find_file(), responsible for locating the file. Most of the images in my application have underscores too, and that works without problems.
  • Harro Verton wrote on Wednesday 21st of September 2011:
    Asset doesn't do any manipulation on the filename, and neither does find_file(), responsible for locating the file. Most of the images in my application have underscores too, and that works without problems.
    I know, I just told about my bug. Windows 7 ult.
    Apache 2.2
    PHP 5.3.6
    Fuelphp 1.0.1

Howdy, Stranger!

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

In this Discussion