Hello Brett,
Simple bug, with the 1.7 beta release. Whenever i click on the blogs plugin:
"mod/blog/everyone.php".
It shows the token error.
Regards,
Uddhava dasa
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
I am running my Custom Registration plugin Fusion built, which creates the registration AND login on one page, and for some reason the Captcha isn't showing up correctly. I get a the box where you would input the security code, but no code to read to put in the box. When I turn captcha off, I still get the same thing, nothing changes.
http://mypaintersplace.com/pg/registration/
Any idea what this is? A 1.7b issue with Fusions plugin?
@TB;
that thin black bar is the image trying to be fetched.
site-access ("mod/siteaccess/actions/code.php") has coded the captcha as
<img src="http://mypaintersplace.com/action/siteaccess/code?c=769189">
but v1.7 is hitting the action/ & token matching wall and so cannot grab the generated image ;-(
make that a direct link and shud fix;;;
What is the direct link? Can you explain to someone like me?
@TB:= This is really an issue with SiteAccess PlugIn -- we / you should move this discussion elsewhere on it's own (but note that I belong in very few groups and do not wanna join any more new ones) -- Regards.
I'm using Elgg 1.7b.
In /elgg/mod/riverdashboard/views/default/riverdashboard/newestmembers.php, there is a sentence $newest_members = get_entities_from_metadata('icontime', '', 'user', '', 0, 18);. I add var_dump($newest_members); after this sentence. The result is boolean false. So, I can't get the newest members. Is this a bug?
@blue - do any of your new members have icons?
@Cash
Thanks for your hint. It works fine when I updated the user picture.
The "Edit collection" does not work.
In this page http://localhost/elgg/pg/collections/elgg#27 (Tools->>Friends->> Collections of friends), there is a tab named Edit collection. When I checked a user in this pane and click the save button, nothing happened. The collection members don't change. When I unchecked a user in this pane and click the save button, the result is same.
Is this a bug? or my mistake?
Thanks!
Did new install and all went smooth but we also have the logout Token problem; fix above does not work as we built all our <a> tags on the fly ourselves.... so we used elgg_validate_action_url($CONFIG->wwwroot .'action/logout')
Brett,
Is the default widgets supposed to work in 1.7b? They save in default profile widgets, but they don't show up in a new profile! I tried sticky widgets and that didn't work either.
Bill
- Previous
- 1
- ...
- 7
- 8
- 9
- 10
- 11
- Next
You must log in to post replies.