Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

after upgrade - pb cronjob and geocode

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

1. I dont have any idea, I didnt track this into deepth because lot of code section to be checked, so I use the fastest solution by commented the storage function on cron file
2. if this issue happens on the future, please you open this file components/com_community/libraries/cron.php, find this code :

$this->_sendEmails();
            $this->processDigestMail();
            $this->_convertVideos();
            $this->_archiveActivities();
            $this->_cleanRSZFiles();
            $this->_removeTempPhotos();
            $this->_removeTempVideos();
            $this->_processPhotoStorage();
            $this->_updatePhotoFileSize();
            $this->_updateVideoFileSize();
            $this->_removeDeletedPhotos();
            $this->_processVideoStorage();
            $this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'users');
            $this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'groups');
            $this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'events');
            $this->_removePendingInvitation();
            $this->_processFileStorage();
            $this->_createIndexFile(JPATH_ROOT . '/images');
            $this->_removeDeletedUserFolder(JPATH_ROOT . '/images');
            $this->_unFeaturedEvents();

            $this->_updateCountryUserCount();
            $this->_updateCityUserCount();
replace to :
$this->_sendEmails();
            $this->processDigestMail();
            $this->_convertVideos();
            $this->_archiveActivities();
            $this->_cleanRSZFiles();
            $this->_removeTempPhotos();
            $this->_removeTempVideos();
            //$this->_processPhotoStorage();
            $this->_updatePhotoFileSize();
            $this->_updateVideoFileSize();
            $this->_removeDeletedPhotos();
            //$this->_processVideoStorage();
            //$this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'users');
            //$this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'groups');
            //$this->_processAvatarCoverStorage(COMMUNITY_PROCESS_STORAGE_LIMIT, 'events');
            $this->_removePendingInvitation();
            $this->_processFileStorage();
            $this->_createIndexFile(JPATH_ROOT . '/images');
            $this->_removeDeletedUserFolder(JPATH_ROOT . '/images');
            $this->_unFeaturedEvents();

            $this->_updateCountryUserCount();
            $this->_updateCityUserCount();

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW