Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author hiphopsmurf

    (@hiphopsmurf)

    There are messages built in to tell you if the upload was completed or failed. Not sure why you would be getting a blank page. The plugin might not be playing nice with another plugin you have installed. If you can get a copy of your error log from your host I would be willing to take a look at it.

    Thread Starter godlovzcf

    (@godlovzcf)

    /home2/darcyafa/public_html/ourteenlife/error_log: [09-Jan-2012 18:01:41] PHP Fatal error: Call to a member function setToken() on a non-object in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php on line 134 [09-Jan-2012 18:04:37] PHP Fatal error: Call to a member function setToken() on a non-object in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php on line 134 [09-Jan-2012 18:16:31] PHP Fatal error: Call to a member function setToken() on a non-object in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php on line 134 [09-Jan-2012 18:35:50] PHP Fatal error: Call to a member function setToken() on a non-object in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php on line 134 /home2/darcyafa/public_html/ourteenlife/wp-admin/error_log: [09-Jan-2012 18:42:46] PHP Fatal error: Cannot redeclare show_dropbox() (previously declared in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php:82) in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/dropbox-upload-form/wp-dropbox.php on line 144 [09-Jan-2012 18:42:51] PHP Fatal error: Cannot redeclare show_dropbox() (previously declared in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php:82) in /home2/darcyafa/public_html/ourteenlife/wp-content/plugins/dropbox-upload-form/wp-dropbox.php on line 144 [09-Jan-2012 18:42:52] PHP Fatal error: Cannot redeclare show_dropbox() (previously declared in /home2/darcyafa/public_html/ourteenlife/wp

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    I have made a few changes to the plugin that might help or solve the problem. The development version can be downloaded from http://downloads.wordpress.org/plugin/simple-dropbox-upload-form.zip or by going to the plugin page and clicking the link “Other Versions” which is located at the lower right of the plugin page. Near the bottom of that page you will see a link for the Development Version of the plugin which contains the changes I have made.

    Thread Starter godlovzcf

    (@godlovzcf)

    Now I am getting: Error: The HTTP_OAuth_Consumer class could not be found! Did you install the pear HTTP_OAUTH class?

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    In the settings page for the plugin is there a box that says “Seems your host might not play nice with this plugin” ? If so that means the host/server that hosts your WordPress installation is probably not configured with the correct settings that this plugin needs.

    Thread Starter godlovzcf

    (@godlovzcf)

    Nope, no such message. :/

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    If you don’t mind me asking… what hosting service do you use?

    Thread Starter godlovzcf

    (@godlovzcf)

    Bluehost

    I just made sure PEAR was installed along with HTTP_OAuth and I am still getting the same Error message. Any ideas for me? I really need this plug-in πŸ™‚

    BTW Thank for helping me πŸ™‚

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    could you give me a link to a php file containing <? phpinfo(); ?> so that I can get more information. If you don’t want to post it you can email it to me hiphopsmurf [at] cdsincdesign dot com

    Thread Starter godlovzcf

    (@godlovzcf)

    just emailed it to you

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    Thank you again.

    I’m on Bluehost as well, same issue/question.
    Thanks!

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    Change include_path = ".:/usr/lib/php:/usr/local/lib/php"
    to
    include_path = ".:/usr/lib/php:/usr/local/lib/php:/HOME_DIRECTORY/USERNAME/php"
    in your php.ini
    where HOME_DIRECTORY = home2 or home6 or whatever your home folder is called and USERNAME = your account username

    Does that count if it already says:

    include_path = “.:/usr/lib64/php:/usr/lib/php:/usr/share/pear”

    BTW thanks πŸ™‚

    Plugin Author hiphopsmurf

    (@hiphopsmurf)

    it would be
    include_path = ".:/usr/lib64/php:/usr/lib/php:/usr/share/pear:/HOME_DIRECTORY/USERNAME/php"

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘[Plugin: Simple Dropbox Upload] Upload successful?’ is closed to new replies.