By James on Tuesday, 16 September 2014
Posted in Technical Issues
Replies 6
Likes 0
Views 548
Votes 0
When creating an event, after submitting all form fields and clicking save/submit we receive the following error and a blank page:

See here: http://screencast.com/t/qtJCo8Otn

Thanks,
James
This is a known issue James, a quick work around is to download and upload the file below into /administrator/components/com_easysocial/tables/
·
Tuesday, 16 September 2014 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark, new issue after this patch: http://screencast.com/t/6x30f2GaL

James
·
Wednesday, 17 September 2014 00:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello James,

I am sorry for the late reply.
After watching your video screenshot, I still unable to understand your issue very well. Do you referring to the permalink doesn't auto generate from the title isn't? If you have set your permalink setting to be required, it will not auto generated. However, if you've set the permalink setting to not required, you can leave it blank and the system will automatically take the title as your permalink.
It this is not the issue, perhaps you can explain more so that we can understand this issue much better.

Please be advise.
Thanks.
·
Thursday, 18 September 2014 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
In the video, when typing in the permalink field there is some text "CHECK" that is displaying on the left side as I am typing.

It is as if some CSS or JS is out of wack. It happens fast so you have to focus on the white area to the left as I am typing in the permalink area.

James
·
Thursday, 18 September 2014 21:16
·
0 Likes
·
0 Votes
·
0 Comments
·
James, I tried in both a blank T3B3 template and in j3.3's default template and couldn't produce the issue.

I did notice this css comes into play when the button briefly switches while it's working:


body div#fd.es .btn-loading {
position: relative;
padding-left: 26px;
text-indent: -9999px;
min-width: 26px;
}
body div#fd.es .btn-loading:before {
position: absolute;
margin-top: 3px;
left: 6px;
content: '';
display: block;
width: 16px;
height: 11px;
background: url('../../../../../media/com_easysocial/images/loading.gif') no-repeat;
}
body div#fd.es .btn-loading.with-text {
text-indent: 0;
}



Not sure it helps, but the above css is in /public/components/com_easysocial/themes/wireframe/styles/component.css
·
Thursday, 18 September 2014 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello James,

For the 'CHECK' button issues, you can insert css codes below into you templates stylesheets

body div#fd.es .btn-es {
transition: none 0s ease 0s ;
}
·
Friday, 19 September 2014 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post