flipjargendy
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Cannot add organizers or venueThe solution:
Go to Settings > General in the WP admin. Set WordPress Address to https://site.com (HTTPS/ with SSL) and leave Site Address set to https://site.com (HTTP/no SSL).
Unfortunately, we have some proprietary scripts that are not yet using SSL, so we can’t set our entire site to use SSL yet.
- This reply was modified 8 years, 3 months ago by flipjargendy.
Forum: Plugins
In reply to: [The Events Calendar] Cannot add organizers or venueThe only things going over HTTP are JS and CSS from The Events Calendar plugin and two images stored locally on the site.
It appears that The Events Calendar choose between HTTP and HTTPS based on what the “WordPress Address” or “WordPress Site” URLs are set to? Right now my site is set to HTTP but the admin area is configured to use HTTPS in wp-config.php.
- This reply was modified 8 years, 3 months ago by flipjargendy.
Forum: Plugins
In reply to: [The Events Calendar] Cannot add organizers or venueI’m currently running the latest version of WordPress (4.6.1) and The Events Calendar (4.3.2).
Alright, I imported my DB and clones my production site to my sandbox site and it works fine on my sandbox site. The only difference was that the sandbox site is not using SSL. When I watched network activity in dev tools, it showed that some of the JS requests for The Events Calendar were over HTTP instead of HTTPS. So my users’ browsers are blocking non SSL content. So either I need to look at why requests are going over HTTP or there are requests that are in the plugin. I haven’t got that far yet.
If anyone has any ideas or suggestions, I’d be open to them. I haven’t really used WooCommerce before.
Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againSolved.. I guess.
Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againJust started with a new database… exported my content, under TOOLS > EXPORT… created a new database… then imported using TOOLS > IMPORT in wordpress.
I just had to reconfigure all of my settings for the theme and other preferences.
Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againA manual installation did not work… therefore it must be something in my database causing the problem. The
siteurl
andhome
are both correct… it must be something less obvious.Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againI’ve also reinstalled via the dashboard. I’m about to try a manual reinstallation.
Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againThis article was not a success for me: https://codex.www.ads-software.com/Login_Trouble#If_All_Else_Fails
I’ve also downloaded WordPress and uploaded the
wp-admin
andwp-includes
directories.Still… no go.
Forum: Fixing WordPress
In reply to: Login with correct password redirects me to login login againInteresting… it worked! Here’s what I did:
- Goto mydomain.com/wp-admin
- Enter my correct login info
- Paste the URL mydomain.com/wp-admin/post-new.php into my browser
- WP brings me to the login page… I enter my login information
- WP logs me in and brings me to create a new post.
So, what does this mean?
Forum: Fixing WordPress
In reply to: Transferred Domain… Lots of problemsForgot that I changed the database prefix… after doing some searching on Google, I found the answer.
Forum: Fixing WordPress
In reply to: Transferred Domain… Lots of problemsOne problem down… I just changed the permalinks from the admin panel from one option, back to the original option I had. Now the URLs to posts and pages work again.
Forum: Fixing WordPress
In reply to: Transferred Domain… Lots of problemsOh yeah, the one suspicion I had was .htaccess issues… but all looks okay… this is the .htaccess in my WP root directory.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Weird 404 Issues? What would cause this?Right on! Thank you!
Forum: Fixing WordPress
In reply to: Changed PHP password… how do I make WP see it?!I logged into my webhosting account and noticed they cut off the last letter in my new password! I cannot believe they won’t let me have a longer password!
Thanks for the fast reply! It works again!
And yes, I meant DB password.