calleboy
Forum Replies Created
-
Found it, all auto generated sites got this link https://www.mypage.com/login/?redirect_to=https%3A%2F%2Fwww.mypage.com%2Faccount%2F but all sites I made by my self was just /login and I had use that as custom redirect page. Thanks for the help
Ok but what option should I choose? Refresh active page is not working, if the user after log in click at the site from the menu at the top it can see the site so I don´t think it is a access problem to that site.
- This reply was modified 9 years, 5 months ago by calleboy.
Hi,
I have the same question but I want this solution. My site is totally locked, only register and login site are public. If a logged out user access a site directly for example https://www.mysite.com/photos the user will be redirected to https://www.mysite.com/login but after the login the user should be redirected to the site he/she recently was requested, in this case https://www.mysite.com/photos. Anyone know if this is possible? I have tried the “Refresh active page” setting but it will only show the login page updated
Forum: Plugins
In reply to: [Download Manager] Problem with Download Manager on one of two sitesOk thanks
Forum: Plugins
In reply to: [Download Manager] Problem with Download Manager on one of two sites@tauhidul Alam
Thanks, it´s solved my problem!!! But do I miss some features with this disabled?Forum: Fixing WordPress
In reply to: Problem with Download Manager on one of two sitesThanks
Forum: Fixing WordPress
In reply to: Failed upgrade, not able to log in nowthat´s strange @waseembari1985 I don´t got that problem on my site. Tried to use older backup that you tried? Tried to disable some plugins who can damage the site during some days to excluding that some plugin make this mess?
Forum: Fixing WordPress
In reply to: Failed upgrade, not able to log in nowHi,
I solved the problem now. I removed the whole old folder for the site. The copied the folder from my backup server from last week and placed it on the same place at my web server. Then I was able to log in. I then needed to do the upgrade again and now it went fine.
Forum: Fixing WordPress
In reply to: Failed upgrade, not able to log in nowI run this in ssh now:
rm -r wp-includes/
rm -r wp-admin/Then started winscp and transfer these filders from wordpress-3.7.1-sv_SE.zip
wp-admin
wp-includesThen ls -l in my directory says this on the folders
drwxrwxrwx 9 root root 4096 Nov 4 10:26 wp-admin
drwxrwxrwx 11 root root 4096 Nov 4 10:27 wp-includesStill got the same problem. I use rsnapshot so I am able to put back all files from a previous date if that should help me with the problem. I also take a database backup everyday and save it 90 days so I am able to put that back also
Forum: Fixing WordPress
In reply to: Failed upgrade, not able to log in nowI have tried this now but now. When I first accessed the site i said that I was needed to upgrade the database so I pressed ok/yes on that. After some seconds it says everything is ok. Now when I try so access mysite/wp-admin it only got a blank white screen and redirected to this adress, http://mysite/wp-login.php?redirect_to=http%3A%2F%2Fmysite%2Fap-admin&reauth=1
The apache error log files says this:
[Mon Nov 04 09:29:00 2013] [error] [client 62.209.190.194] PHP Fatal error: Cannot redeclare check_password_reset_key() (previously declared in pathtomysite/wp-login.php:281) in pathtomysite/wp-includes/user.php on line 1644Any idea?