Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 1
There are 1 users currently browsing forums.
PHP Scripting PHP is a scripting language for rapid web-development. It's a popular and powerful, OOP-capable language that is used by professionals. Discuss PHP here.

Reply
  #1  
Old 12-01-2009
New Born
 
Join Date: Dec 2009
Posts: 1
Rep Power: 0
coolphp is on a distinguished road
Issue when using phpflickr.

I use phpFlickr (last stable version) on Windows Vista and WAMP2.0 :
and I have these :
[code]Strict Standards: Assigning the return value of new by reference is deprecated in .../phpFlickr.php on line 91
Strict Standards: Assigning the return value of new by reference is deprecated in .....phpFlickr.php on line 330
Strict Standards: Assigning the return value of new by reference is deprecated in ...phpFlickr.php on line 399
Strict Standards: Assigning the return value of new by reference is deprecated in phpFlickr.php on line 468
Strict Standards: Assigning the return value of new by reference is deprecated in HTTP/Request.php on line 341
Strict Standards: Assigning the return value of new by reference is deprecated in ../Request.php on line 659
Strict Standards: Assigning the return value of new by reference is deprecated in ....quest.php on line 672
Strict Standards: Assigning the return value of new by reference is deprecated in ...../Request.php on line 717
Strict Standards: Assigning the return value of new by reference is deprecated in ....PEAR.php on line 569
Strict Standards: Assigning the return value of new by reference is deprecated in .....PEAR.php on line 572
As i'm using symfony ;, i don't want to show this warning message on the GUi and i want to redirect my request to a page i have defined.THe warning message is shown after the method sync_upload.
This is my code:
require_once("../Flickr/phpFlickr.php"); // authentication $f = new phpFlickr("key","secret"); if($f!=null) echo "connexion réussie"; $f->setToken("token");
$f->enableCache("fs", "../Flickr/cache");

$myPerms =$f->auth("write");
echo "permission définie".$myPerms."</br>";
// upload $tags="test1,test2"; *$upload_photo_id=$f->sync_upload($filePhotoName,"www.koutchoumi.com",n ull,$tags);* echo $upload_photo_id."_test"; $photo=$f->photos_getInfo($upload_photo_id); print_r($photo) ; $url=$f->buildPhotoURL($photo); echo "".$url."" ;
Reply With Quote


Reply

Tags
phpflickr php upload


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
wierd networking related issue... Vergil Computer Corner 3 07-30-2009 06:00 PM
Mind-Numbing Theme Issue cpf HTML/CSS Coding 4 06-08-2008 06:58 AM
Adobe domains issue Calamitie Chit Chat and Hangout 6 03-07-2008 01:19 AM
OOP Design Issue hiranya General Programming 5 10-21-2007 10:49 PM