-
AuthorPosts
-
June 1, 2011 at 12:34 pm #164687
Hello, first of all, I want to apologize because I use a translator. I am again with an installation of Joomla 1.6.3, php 5.3.5 OVH and I just installed JAComment but there are several errors that I can not solve.
– on every page I have:
<blockquote>”Deprecated: Function ereg() is deprecated in /homez.373/standard/www/components/com_jacomment/helpers/jahelper.php on line 351″</blockquote>– in the Back-end, clicking on settings/general I like this error:
<blockquote>”JDatabaseMySQL::query: 1054 – Unknown column ‘c.section’ in ‘field list’ SQL=SELECT c.id AS `value`, c.section AS `id`, CONCAT_WS( ‘ / ‘, s.title, c.title) AS `text` FROM jos_sections AS s INNER JOIN jos_categories AS c ON c.section = s.id WHERE s.scope = ‘content’ ORDER BY s.name,c.name”
</blockquote>
– always in the Back-end, clicking on settings/Moderator, I have this:
<blockquote>”JDatabaseMySQL::query: 1054 – Unknown column ‘map2.group_id’ in ‘IN/ALL/ANY subquery’ SQL=SELECT count(u.id) FROM jos_users as u WHERE 1=1 AND map2.group_id IN (SELECT id FROM jos_usergroups WHERE parent_id=6)”</blockquote>– and finally, when I add a comment, and I click on “Submit “button, nothing happens on “front-end” but the message is created. “Manage Comments/Moderation”
You can see my site here: http://www.standarddeliege-video.be
Thank you in advance for your help.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 2, 2011 at 4:10 pm #394346Hello,
I can’t access the site URL (http://www.standarddelieg-video.be) you provided me. Could you help me re-check it?
Thank you.
June 2, 2011 at 5:12 pm #394355grieved, I edited link
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 2, 2011 at 6:41 pm #394363What version of MySQL are you running?
This does look like a bug, the ereg depreciated error certainly should be fixed but the others could be a couple of different things.
June 2, 2011 at 6:56 pm #394365Thank you for answer, if I do not make a mistake, version is MYSQL 5.1
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 3, 2011 at 6:14 pm #394563and definitely, this in air to work, thank you a lot and I am again going to make test some but can I know whatever modification you made?
June 5, 2011 at 8:51 am #394743bronze_en Friendbronze_en
- Join date:
- March 2008
- Posts:
- 25
- Downloads:
- 6
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
June 16, 2011 at 3:11 pm #396715Hi
I update ja comment from v. 1.0 to 1.0.2 in joomla 1.6 and I have this error massage<em>@bigbib 244150 wrote:</em><blockquote>- on every page I have:
“Deprecated: Function ereg() is deprecated in /homez.373/standard/www/components/com_jacomment/helpers/jahelper.php on line 351” </blockquote>
How can I fix it?
Thank!
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 16, 2011 at 4:52 pm #396724Begin my turning off “Display Errors” in your php.ini file. The error is shown because you are using a later version of PHP for which the ereg() function is on the first stage of being phased out. The function will still work on your version of PHP but if display errors is enabled it will throw up a warning. The reporting should only be used for diagnosis and it will not harm to turn this off.
I will flag up the use of the function so the replaceent can be used in later releases.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
June 17, 2011 at 8:27 pm #397040I have heard back from the devs who have looked at the problem and a new version of JA Comment will be released in a week.
A quick fix for now would be to do the following
Open “/components/com_jacomment/helpers/jahelper.php”, on line 351
and replace
[PHP]if(ereg(‘MSIE 7.0’,$_SERVER[‘HTTP_USER_AGENT’])){ [/PHP]
by
[PHP]if (preg_match(‘/MSIE 7.0/’, $_SERVER[‘HTTP_USER_AGENT’])) {[/PHP]
July 1, 2011 at 11:29 am #399518<em>@nhatnx 244543 wrote:</em><blockquote>Hello,
All your problems are fixed. Please check and confirm the same.
Thank you.</blockquote>
What was the problem?
August 8, 2011 at 10:26 am #404916I’m having the same problem. I click ‘submit comment’ and the orange loading box shows up, but does nothing.
Then, if I fresh the page it shows up. Any fix for this? Its very annoying
August 8, 2011 at 10:28 am #404917Same problem as BIGBIB I should mention, with the orange loading box not doing anything and having to refresh to see a comment
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
August 9, 2011 at 4:29 am #405036<em>@sophmass1234 258103 wrote:</em><blockquote>Same problem as BIGBIB I should mention, with the orange loading box not doing anything and having to refresh to see a comment</blockquote>
Hello sophmass1234,
Please read my reply at http://www.joomlart.com/forums/topic/javascript-error-after-post-a-comment/#post-405035
Thank you.
-
AuthorPosts
This topic contains 15 replies, has 6 voices, and was last updated by Stork11 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum