0
Welcome Guest! Login
0 items Join Now

The RokSprocket Module needs the RokSprocket Component enabl

    • Eoin's Avatar
    • Eoin
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 18

    Re: The RokSprocket Module needs the RokSprocket Component enabl

    Posted 10 years 11 months ago
    • This was caused for me by an issue with MySQL becoming too large. This in turn was caused by the tmp folder on my server becoming full. My host http://www.cyberhostpro.com/ gave me a solution as below:

      q) my /tmp is full, how do i delete the content

      a) open SSH to your server, if SSH will not connect due to disk space full in tmp, reboot your server in cloud server manager then try again.
      Once connected run the following command

      yum install tmpwatch -y

      once tmpwatch is installed run command

      /usr/sbin/tmpwatch -am 12 /tmp

      this will delete all files over 12 hours old

      next, we will configure your server to do this automatically.

      from SSH type: crontab -e

      go to the very bottom and paste

      0 4 * * * /usr/sbin/tmpwatch -am 12 /tmp

      then press Control+X (on PC) or Command+x (on Mac) you will get confirmation do you want to save. Type Y for yes, and press enter
    • Owner of Square Balloon
    • tblueweb's Avatar
    • tblueweb
    • Rocketeer
    • Posts: 95
    • Thanks: 0

    Re: The RokSprocket Module needs the RokSprocket Component enabl

    Posted 10 years 11 months ago
    • My error message went away when i installed roksprocket again. Deinstalling brings it back. Something is not being cleared up on deinstall. I am on 2.5.14 and ximenia template.
    • Eoin's Avatar
    • Eoin
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 18

    Re: The RokSprocket Module needs the RokSprocket Component enabl

    Posted 10 years 11 months ago
    • Have you tried to clear cache? Also repair database?
    • Owner of Square Balloon

Time to create page: 0.056 seconds