okay no problem, please let me know once you done.
Hi Alex,
Please make sure you update to the latest version first, just released minutes ago, I will inspect this issue further if this issue still happened in version 3.2.1.5
thank you very much!
Hey, ok so iv'e still got the uploading problems in Groups can't upload, Now this is the only problem that is relevent to Jomsocial support, as i've also got it on other clients site and not with the same template. there are some Javascipt errors but that isn't to do with jomsocial tempalte support are looking in to it at he moment.
Hi Alex,
I see, the upload file is still not working fine, would you mind to verify your cpanel access, please? the username and password is not working.
thank you
Apply this query via phpmyadmin, and dont forget to change the prefix #__
DROP TABLE IF EXISTS `#__community_files`;
CREATE TABLE `#__community_files` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`groupid` int(11) NOT NULL,
`discussionid` int(11) NOT NULL,
`bulletinid` int(11) NOT NULL,
`eventid` int(11) NOT NULL,
`profileid` int(11) NOT NULL,
`filepath` varchar(255) NOT NULL,
`filesize` int(11) NOT NULL,
`hits` int(11) NOT NULL,
`storage` varchar(64) NOT NULL,
`creator` int(11) NOT NULL,
`created` datetime NOT NULL,
`type` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `discussionid` (`discussionid`),
KEY `groupid` (`groupid`),
KEY `creator` (`creator`),
KEY `bulletinid` (`bulletinid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Ok so i've actualy been told that jomsocial is at fault for the Other javascript problems as it happends on joomla default tempate and jomsocial template
in groups if i create a private group, and try and join the group, nothing happends, but if i refresh the page i can see that i am awaiting aprooval.
Then as admin iif i try and approove the user for the group the Aproove button doesn't work. and also leave group takes me to a blank page (in background it does make me leave the group tho,
Hi Alex,
the file upload issue is not JS issue, that is DB issue..
I am inspecting the approval things, will back to you once I solved it.
thank you