admin not able to search in drupal 7 - drupal

I'm using search module in my drupal 7 site.But When I login as admin and search for some thing, I'm getting an error
"The form has become outdated. Copy any unsaved work in the form below and then reload this page."
It works fine if its not logged in.Why is this happening ?

Sounds like you are using the Finder Module?
http://drupal.org/project/finder
Seems like the issue queue is full of information related to that message, here is an example of one that has helpful information.
http://drupal.org/node/1383918
If you can provide some more informatoin I would be glad to help

Related

Connecting my WP site to Facebook using social-media-auto-publish

Sorry for this rather basic question, but we have the "social-media-auto-publish" plugin installed on our village website, and it was publishing to Facebook absolutely fine a while back. But then some new procedures on Facebooks end came into play, and it doesn't appear that the posting is working anymore. I have asked Facebook, but they simply said that they cannot help, and I should ask here instead.
When I try to connect the app, I get the below message back
Invalid Scopes: pages_read_engagement, pages_manage_posts. This
message is only shown to developers. Users of your app will ignore
these permissions if present. Please read the documentation for valid
permissions at:
https://developers.facebook.com/docs/facebook-login/permissions
Now, we are a village (not a business) but am I right in thinking that only a business has access to these capabilities now? Or is 'Business Verification' actually a much more open thing for non-businesses to use?
Thanks for any advice you can give,
Dan

Deleted reCaptcha and cannot login to drupal website

I installed reCaptcha in the Drupal 7 module in hopes that it would work on the contact form, but it never did. So I did a really dumb thing and deleted the reCaptcha from Google and forgetting that connection to it was in the module.
It turns out that the reCaptcha did work but only on the admin login screen. Now that I am locked out, does anyone have a really brilliant idea for someone who made a really bad move?
I finally found the answer and I want to post it in case anyone else runs into a problem with any module in Drupal, not just with reCaptcha.
The main steps I used were found on this website: Disabling or enabling a module
All I did was make a backup of the db. Determined what the module name was that I was needing to disable:
SELECT name,status FROM system WHERE type='module' AND status='1'
Then change the status to '0' using of the actual module name I needed to disable:
UPDATE system SET status='0' WHERE name='module_name'
At this point I thought it was done, but because Drupal keeps a cached copy of it enabled in the db you still have to delete the cache:
DELETE FROM cache_bootstrap WHERE cid='system_list'

access denied on member signup with civicrm for anonymous

My question has to do with Civicrm member signup page. I am getting an error for anonymous users that they are not allowed access to the page.
I am using Drupal 7 and CiviCRM 5.3. I am relatively new to Drupal. The site is located on a domain that is being used simply for testing purposes.
I have researched this already and have not received much in the way of finding anyone with a similar issue. Other then seeing posts about user 0. I checked and user 0 is there and seems fine.
As part of trying to resolve the issue I also setup a mock event. Same thing happens on that also. An anonymous user can see the event but as soon as the registration page is clicked it gives the access denied message.
I have also checked the permissions and roles and anonymous is allowed to access the pages. In other words sign up for events and make contributions is checked.
Here is the page for the member signup.
https://hebrewburialofnewhaven.org/civicrm/contribute/transact?reset=1&id=1
Event info page : https://hebrewburialofnewhaven.org/civicrm/event/info?reset=1&id=1
Event registration page : https://hebrewburialofnewhaven.org/civicrm/participant/add?reset=1&action=add&context=standalone&eid=1
This is the actual site https://hebrewburialofnewhaven.org
Please keep in mind this is only a development site and not a production site. We are testing using Drupal with Civi. Because wordpress has really become very resource intensive and seems to have a lot of issues running civi cleanly.
I thank everyone for any help or guidance on this. It is probably something stupid I am missing or didn’t configure.

Facebook for WordPress plugin unable to submit Opengraph Action

I try to follow the Instructions here but I also consulted this. I was able to install the plugin, create my Facebook app, get the namespace, icon etc. even a test post worked, but when I click "submit", I get a dialog box that says this:
Built-in Action Types require that you provide instructions for using your app's Open Graph integration as your Open Graph Test User in a functioning test environment. Failure to provide a functioning test environment will result in rejection of your Action Type.
I've tried typing in the box, but when I click continue I just get this box again. I wanted to setup auto syncing and ditch Networked Blogs, but maybe I should have stayed with a working solution, given this has gone far from smoothly. How do I get the publish article action submitted and approved?
I actually got the Facebook for WordPress plugin to work, but I didn't find it actually made my blog better. It seemed to run slow, unexpectedly stopped working at times, and did not result in increased traffic. If you want to share your posts to Facebook and you can stand clicking the button yourself after you hit publish, I recommend the Professional Share plugin. If you want related posts, I recommend the Yet Another Related Post Plugin.
The Facebook for WordPress plugin and JetPack are just too big, they have too much cruft, they are not worth running in my opinion and I've been using WordPress since 2005. Just because a big corporation makes an official plugin, doesn't mean it is the best.

Is there way to check wordpress logs? Like what actions admin has performed etc?

hi friends Is there way to check wordpress logs? Like what actions admin has performed etc?
Actually I am working on a project and someone has deleted my pages templates to trash and my site was down. I want to check who did this in my wordpress admin panel?
I don't think Wordpress has an event log, at least I've never heard of one or seen one. There is a login logger plugin, but it has to be installed and doesn't work retroactively.
In theory, it should be possible to get at least the IP address of the perpetrator from the normal Apache access logs, and searching it for all recent accesses to the /wp-admin folder. That is pretty cumbersome work, though.
You can use a plugin for this: try Stream or its competitors.
You may try this Activity Log Plugin.
If you have tens of users or more, you really can’t know who did what.
This plugin tries to solve this issue by tracking what users do, and
displaying it in an easy to use and easy to filter view on the
dashboard of your WordPress site.
You can try User Activity Log - WordPress Plugin.
It helps you monitor and keep track of all the activities occurs on the admin side. It will give information about log of all user activity and admin get notified when a particular user is logged in.
The following is not about action logs, but error logs, but it is also helpful. If that happened and you have WooCommerce installed, you will have access to logs:
Admin panel->WooCommerce->Status-> a tab: [Logs]

Resources