sanjos
Forum Replies Created
-
I have removed the comment slash from the below code in wp-dropbox.php page.It is because instead of editing php.ini directly.Is it correct method?
ini_set( ‘include_path’, dirname( __FILE__ ) . ‘/inc/Dropbox/pear_includes’ . PATH_SEPARATOR . ini_get(‘include_path’) );
set_include_path( get_include_path() . PATH_SEPARATOR . dirname( __FILE__ ) . ‘/inc/Dropbox/pear_includes’ );But I am getting an error
Fatal error: Cannot redeclare dropbox_autoload() (previously declared in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/autoload.php:18) in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/autoload.php on line 26
Hi,
I also getting this problem with this plugin.Our server is immotionhost.Warning: include(HTTP/OAuth/Consumer.php) [function.include]: failed to open stream: No such file or directory in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/OAuth/PEAR.php on line 47
Warning: include(HTTP/OAuth/Consumer.php) [function.include]: failed to open stream: No such file or directory in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/OAuth/PEAR.php on line 47
Warning: include() [function.include]: Failed opening ‘HTTP/OAuth/Consumer.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php:/home/myserver/php’) in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/OAuth/PEAR.php on line 47
Error: The HTTP_OAuth_Consumer class could not be found! Did you install the pear HTTP_OAUTH class?
Fatal error: Call to a member function putFile() on a non-object in /home/myserver/public_html/site/wp-content/plugins/simple-dropbox-upload-form/wp-dropbox.php on line 210