hi Guy's,
I'm trying to get this little Image Upload function to work on my cakePHP
site
this Tutorial on cakephp.org does pretty much all I need but I always run
into Trouble when I try to get The same thing running on my site and i cant
figure out why...
your help would be much aprechiated!
the error message Cake gives me...
*Warning* (2): vsprintf() [function.vsprintf]: Too few arguments [*
CORE/Cake/basics.php*, line *508*]
*Code:*
vsprintf - [internal], line ??
__ - CORE/Cake/basics.php, line 508
include - APP/View/galleries/index.ctp, line 31
View::_render() - CORE/Cake/View/View.php, line 598
View::render() - CORE/Cake/View/View.php, line 365
Controller::render() - CORE/Cake/Controller/Controller.php, line 899
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 114
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 89
[main] - APP/webroot/index.php, line *96
Context:*
singular = "Page %page% of %pages%, showing %current% records out
of %count% total, starting on record %start%, ending on %end%"
$args = array(
true
)
$translated = "Page %page% of %pages%, showing %current% records out
of %count% total, starting on record %start%, ending on %end%"
link to the tutorial
<http://tv.cakephp.org/video/jasonwydro/2011/01/29/cakephp_1_3_-_meio_image_upload_resize_gallery_tutorial>
link to the source code
<https://github.com/OldWest/CakePHP-1.3-MEIO-image-upload-sample-code> I used
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.