AmanSin001
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Page typeThanks
Forum: Fixing WordPress
In reply to: Auto populating fieldsYes but what will be that php code ?
Forum: Fixing WordPress
In reply to: Auto populating fields-_- woocommerce is just an example.
Consider fields I created during registrationForum: Fixing WordPress
In reply to: “An unknown error occurred” in Add Plugins PageYou need to deactivate wp abstracts pro until your problem is solved because its creating problems on plugin page.
Or one more option
If previous version of this plugin worked fine then install that.Have a nice day ??
- This reply was modified 7 years, 1 month ago by AmanSin001.
Forum: Fixing WordPress
In reply to: Auto populating fieldsFields are auto generated for e.g. woocommerce fields
Forum: Plugins
In reply to: [WP Job Manager] Meta keysActually i am using contact listing for wp job manager and i wannt to show title for job in application (sent to employer’s email add…)
Thats why i want meta keys i tried _job_title but didnt worked
Forum: Fixing WordPress
In reply to: “An unknown error occurred” in Add Plugins PageThis is due to a plugin misconfiguration.
Same happened with me when I installed userpro(long time ago)
You can try to disable all plugin at once using phpmyadmin.
Use this tutorial https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/After you see plugin page then reactivate plugins one by one, this will show which plugin is misbehaving.
Forum: Fixing WordPress
In reply to: Authentication required -_-Ok i did what you said, I deleted .htaccess in wp , but when i entered login page it says not found
Then i reuploaded .htaccess file (i downloaded it before deleting) and then i entered login page, this time ot was not asking to prove that i am human.
Also i have ithemes security can this be the cause ?.
Also if a hacked hacked my site then what will be symtoms of this and how can i prevent hacker entering site ?
Also thanks for helping ??
Have a nice day.- This reply was modified 7 years, 2 months ago by AmanSin001.
Forum: Fixing WordPress
In reply to: Authentication required -_-See image here,
https://ibb.co/fcjqzw- This reply was modified 7 years, 2 months ago by AmanSin001.
- This reply was modified 7 years, 2 months ago by AmanSin001.
Forum: Fixing WordPress
In reply to: Forgot password link not workingYes it was a plugin which changes wp default logo and also wp-login.php to new name
Will tell support to improveForum: Fixing WordPress
In reply to: Forgot password link not workingProblem solved a newly build plugin caused that problem..
Now I want that this delete this post as I can see there are 50 email telling that someone is mousingForum: Fixing WordPress
In reply to: Forgot password link not workingAlso when i checked .htaccess i got these codes
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^login1234 /wp-login.php?oqeijx_hide_my_wp=1234 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
I think mod_rewrite is enabled( new to coding language)
Forum: Fixing WordPress
In reply to: Forgot password link not workingNo debug.log created in wp-content
I followed steps written in codex about debug
Should I use a plugin ?Forum: Fixing WordPress
In reply to: Forgot password link not workingI (admin) can login but what if a normal user lost its pass?
That automatic emailer should work but its reset link redirects to homapage.
I already have admin access.