The local export works fine. I upload the files to the server and navigate to the directory. I get the “Step 1 of 4: Deployment” page, validation and setup both pass, but nothing happens when I click on any of the buttons (Expand Setup, Expand Validation, Expand Options, Next).
The only thing that happens is I get a console error that says ReferenceError: Can't find variable: $
. on various lines of main.installer.php
Thank you for this great plug-in. I have used it many times.
I duplicated a live site to local, did some clean-up and tried to upload it to a different server (GoDaddy). But I get “Please try again an issue has occurred” and “server code:404”, “status: Nor Found”. I tried giving 777 to the zip file (which is 138 MB). I looked around your past threads on the forum but did not find an answer. The
If you could, please help.
Thank you!
I typed in all the information for my connection details (database name, username, password, database host) and it keeps giving me an error.
Error establishing a database connection. This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.
my wamp application icon is green, but does does say “server – offline” Does this effect anything?
More details: when I go to localhost on my browser, local host is running and I can see the folder of my project. I’m using windows 8, 64 bit if that helps. My hosting site is on Justhost who’ve I’ve contacted. They can’t help me. This is my last hope of getting this site up locally. Thank you.
]]>My problem is that the “WordPress to YouTube” option is not showing in the Add Media popup box for posts/pages & if I try to upload a video through the admin > YouTube Plus > Upload New Content page it just keeps refreshing step 1 everytime I fill it out and click “Next Step.” It never reaches step 2.
What am I doing wrong?
WordPress 3.9 running iTheme2 theme.
TouTube Plus Version 1.3
Yoast WordPress SEO
Hosting GoDaddy shared
No other Youtube plugins except for social “like/share”
https://www.ads-software.com/plugins/wp2yt-uploader/
]]>Step 1: Pre-authorization acquired!
Fatal error: Uncaught exception ‘Dropbox_Exception_RequestToken’ with message ‘We were unable to fetch request tokens. This likely means that your consumer key and/or secret are incorrect.’ in /membri/centrolocalebari/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/OAuth/Wordpress.php:162 Stack trace: #0 /membri/centrolocalebari/wp-content/plugins/simple-dropbox-upload-form/inc/wpsdb_auth.php(143): Dropbox_OAuth_Wordpress->getRequestToken() #1 [internal function]: wpsdbAuth->choice(”) #2 /membri/centrolocalebari/wp-includes/plugin.php(406): call_user_func_array(Array, Array) #3 /membri/centrolocalebari/wp-admin/admin-ajax.php(72): do_action(‘wp_ajax_choice’) #4 {main} thrown in /membri/centrolocalebari/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/OAuth/Wordpress.php on line 162
I’m using altervista.org for my website.
I would truly appreciate directions as I’m sure I’m just doing something stupid. I’d love to be able to use this plugin.
Thanks!
https://www.ads-software.com/extend/plugins/simple-dropbox-upload-form/
]]>I have no problem setting up wp on any of my hosting accounts but I am trying to install it on my home machine. I have Windows XP and am running a XAMPP lite setup that includes:
# Apache HTTPD 2.2.9 + Openssl 0.9.8i
# MySQL 5.0.67
# PHP 5.2.6
After filling in the blog name and email address on the first page and hitting the submit button the script just hangs. Never gets to step two and the browser just sits in a loading state.
It does make the database tables And if I access the install script again it tells me its already installed. I can check out the tables in phpmyadmin and change or get the account setting it has but trying to login the password wont match up. And creating a new account entry in mysql wont work either. This is because WP initially creates a random hashed password for the Admin account.
If I edit /wp-admin/includes/upgrade.php -> line 34 in the wp_install() function its the $randompassword var; to a generic un-hashed string. I am then able to login to the WP install and it looks like everything is setup.
I checked out my Apache logs and noticed some stuff. Listed below is my Apache logs from first accessing the install page and submitting it until I hit stop on the browser. The logs show that there may be an issue with my wp-cron.php as its not being found. Also there are some mysql errors for inserting some rows into wordpress.wp_options. Its stating that the table does not exists. Which is not true as their are other rows entered into it when I review it in phpmyadmin.
Please help this has been driving me crazy for a while.
Apache Access Log:
127.0.0.1 – – [18/Nov/2008:18:01:24 -0600] “GET /web/wordpress/ HTTP/1.1” 302 –
192.168.1.100 – – [18/Nov/2008:18:01:24 -0600] “GET /wp-cron.php?check=34483e6bb9358c63877d9549f829c76b HTTP/1.0” 404 1118
127.0.0.1 – – [18/Nov/2008:18:01:24 -0600] “GET /web/wordpress/wp-admin/install.php HTTP/1.1” 200 2007
192.168.1.100 – – [18/Nov/2008:18:01:38 -0600] “GET /wp-cron.php?check=abffecb595c629b6109477a14babeae8 HTTP/1.0” 404 1118
Apache Error Log:
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘cron’, ‘a:2:{i:1227052884;a:1:{s:17:\\”wp_update_plugins\\”;a:1:{s:32:\\”40cd750bba9870f18aada2478b24840a\\”;a:3:{s:8:\\”schedule\\”;s:10:\\”twicedaily\\”;s:4:\\”args\\”;a:0:{}s:8:\\”interval\\”;i:43200;}}}s:7:\\”version\\”;i:2;}’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘random_seed’, ‘2827404a98221b4e3368d242a20eeadb’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘auth_salt’, ‘q^%N#)LsM2EG’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 192.168.1.100] script ‘C:/xampplite/htdocs/wp-cron.php’ not found or unable to stat
[Tue Nov 18 18:01:37 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘cron’, ‘a:2:{i:1227052897;a:1:{s:17:\\”wp_update_plugins\\”;a:1:{s:32:\\”40cd750bba9870f18aada2478b24840a\\”;a:3:{s:8:\\”schedule\\”;s:10:\\”twicedaily\\”;s:4:\\”args\\”;a:0:{}s:8:\\”interval\\”;i:43200;}}}s:7:\\”version\\”;i:2;}’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘random_seed’, ‘a63689be9523420c5531e080c59109ae’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘auth_salt’, ‘7BA&!EzN0D1B’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 192.168.1.100] script ‘C:/xampplite/htdocs/wp-cron.php’ not found or unable to stat
Bascially after clicking submit on step one it was timing out. I eventually came to the conclusion that it was because I had no SMTP service setup on the machine with my xampp install and that it was trying to email me activation. I was able to change the wp_install function from the generation of a random password to my own password and have no problems now logging in but the install timed out.
My concern is that if you need an active SMTP services to install why isnt that listed in the requirments anywhere. Would have saved me alotta trouble.
]]>