By Sofian on Friday, 25 March 2016
Posted in Technical Issues
Replies 8
Likes 0
Views 337
Votes 0
Hello,

I just updated from 3.9 to the latest version,

I have a Blog sub menu item linked to the menu item type (Post) FrontPage but when I go to the fonted my blog menu item return an error page,

What is going on?
I also noticed when trying to preview a blog post that there is a redirect which easyblog doesnt seem to like:

Request URL:http://www.informationmapping.com/index.php/resources/blog?
Response Headers
Location:http://www.informationmapping.com/en/resources/blog?view=entry&layout=preview&uid=106.98
Response Headers
Location:/en/error-page

I am however ablto to access a category view:
http://www.informationmapping.com/en/resources/blog/categories/managing-and-reusing-content

this al seems very strange to me
·
Friday, 25 March 2016 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry for the delay of this reply,

Can you provide us with your FTP access as well?

Also may i know do you have do some redirection in your site?

By the way, in the future you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies.
·
Saturday, 26 March 2016 15:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have updated site's access at http://stackideas.com/dashboard/site

Yes their are some redirects in place but nothing that should conflict with EasyBlog

Nginx redirects:
location /us/careers-us {
rewrite ^ http://$server_name/en/information-mapping/careers permanent;
}
location /us/resources/case-studies {
rewrite ^ http://$server_name/en/resources/case-studies permanent;
}
location /us/ {
rewrite ^ http://$server_name/en permanent;
}
location /in/ {
rewrite ^ http://$server_name/en permanent;

Finally there is a redirect from http://www.informationmapping.com to http://www.informationmapping.com/en
·
Saturday, 26 March 2016 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

May i know is it possible temporary disable with your Nginx redirection?

Because I've tried to troubleshoot this, it not even reach until Easyblog component frontpage code when access this http://www.siteURL.com/en/resources/blog .

Keep us updated once you temporary disable these redirection.
·
Sunday, 27 March 2016 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I have disables the redirects,
·
Sunday, 27 March 2016 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Sofian,

After investigated again, it seems like that was not related any redirection issue, the reason why it always redirect to error page is because of your current template.

When I switch your current template to Joomla default template, it will shown following error message :
#1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND `type`='group'' at line 1 SQL=SELECT * FROM `imi_easyblog_acl_group` WHERE `content_id` IN () AND `type`='group'


By the way, may i know how to you migrate all of Joomla user data from your previous site to your current site?

Because based on that SQL error is detected something went wrong from the Joomla user group.
·
Monday, 28 March 2016 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

I do not understand what it is you need exactly, what Joomla user data?

Do you need to transfer all data from the easyblog_acl_group table?
·
Monday, 28 March 2016 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sofian,

After checking your site thoroughly, it looks like the user "Cheri Hager" does not belong to any Joomla groups. I am not too sure why to be honest but I believe it could be due to your migration issue. You can see the problem here, http://screencast.com/t/XvUReu4629I

To fix this, I have set the user to the "Registered" user group and it works fine now
·
Tuesday, 29 March 2016 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post