Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Softaclous and the new theme from Cpanel Paper Lantern Theme



Threaded Mode | Print  

 Softaclous and the new theme from Cpanel Paper Lantern Theme (12 Replies, Read 96355 times)
frontcode
Group: Member
Post Group: Newbie
Posts: 3
Status:
Is Softaclous already compitable wit the latest Theme (Paper Lantern Theme) from Cpanel
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

Softaculous is compatible with the new theme Paper Lantern you need to execute the following commands on your server :

Code
ln -s /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser /usr/local/cpanel/base/frontend/paper_lantern/softaculous


Code
/usr/local/cpanel/bin/unregister_cpanelplugin  /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin


Code
/usr/local/cpanel/bin/register_cpanelplugin  /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin


We will be adding in the upgrade process of next version of Softaculous to execute the required commands.

Please let us know if you need any further information.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
frontcode
Group: Member
Post Group: Newbie
Posts: 3
Status:
Thank you for the info..

regards Marcel
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

Sorry I missed this guide in my last post. You need to add the following line at the end of the index.html of the theme to add the Softaculous Apps Installer category to the theme.

Code
<!--Softaculous --><script src="softaculous/index.live.php?act=top"></script><!-- Softaculous -->


Path to index.html :
Code
/usr/local/cpanel/base/frontend/paper_lantern/index.html


Edited by Brijesh : March 6, 2014, 8:46 am

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
frontcode
Group: Member
Post Group: Newbie
Posts: 3
Status:
Thank you,
I was asking my self how to fix that...hahaha

Thankx Mate,, :P
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
mcongosto
Group: Member
Post Group: Newbie
Posts: 3
Status:
This didn't work for me, running v.4.4.9

Also, index.html is just a link file

:squi:

thanks
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

We have back-ported the changes and will release a new version with the fix soon.
You will need to Re-Install Softaculous :
http://www.softaculous.com/docs/Reinstall

Please let us know if you still face the issue.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
webgeeze
Group: Member
Post Group: Newbie
Posts: 2
Status:
I would like to add some feedback to this. I installed the latest cpanel updates today and found the same problems. I 'had' a malfunctional cpanel connection to softaculous and no main icon or software icons, as were there before.

I have now uninstalled softaculous and re-installed as suggested and restored those files. Now, cpanel links to softaculous do indeed work but the icon for main softaculous is missing and I have no quick link icons as before.

I am running latest release of cpanel and latest version of softaculous

please confirm
regards
justin
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

Can you please rename the Softaculous folder to "softaculous.bak" and the make a new installation of Softaculous.
Once Softaculous is installed you can restore the files mentioned on the Re-Install page :
http://www.softaculous.com/docs/Reinstall

If you still face the issue let us know.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
webgeeze
Group: Member
Post Group: Newbie
Posts: 2
Status:
Hi

That is exactly what i did already and it fixed the link from the main cpanel theme home page. Now users can connect to the main softaculous page fine. Inside the main softaculous page, icons are all present. It's the main icon on the main cpanel theme homepage which is missing.

In addition, there used to be a list of quick icons in the main theme homepage for cpanel, but these no longer exists. It's just one category of softaculous and one link with a missing graphic that shows in paper lantern theme home now.

there are no quick icons also.

regards
justin
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

Can you please open a support ticket with the root details of the server so that we can check the issue :
https://www.softaculous.com/support/

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
fatfingers
Group: NOC
Post Group: Newbie
Posts: 5
Status:
Sorry bump this old thread, but I am finding the same issue - no Softaculous icons, and a few other plugin icons are missing. I have tracked this down to a problem when running

/usr/local/cpanel/bin/sprite_generator

It reports The required parameter “order” is missing.

We run a number of plugins, and removing the files

/usr/local/cpanel/base/frontend/paper_lantern/dynamicui/dynamicui_soft*.conf

allows the sprite generation to complete without error, so I suspect the problem is in those files...

Code
# cat dynamicui_soft_div.conf
width=>47,file=>soft_div,description=>Softaculous Apps Installer,height=>47,group=>software,subtype=>img,imgtype=>icon,type=>image
# cat dynamicui_soft_div_icons.conf
width=>47,itemorder=>10,file=>soft_div_icons,description=>Softaculous Apps Installer,itemdesc=>Softaculous Apps Installer,height=>47,group=>soft_div,subtype=>img,imgtype=>icon,url=>softaculous/index.live.php,type=>image


I also suspect these config files should include an "order" parameter... so, can you tell me how to obtain the correct files, and re-register the plugin? Thanks!
IP: --   

Softaclous and the new theme from Cpanel Paper Lantern Theme
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5636
Status:
Hi,

Which version of Softaculous are you using ? We do add the order parameter to the dunamicui files.

Can you please try to login to WHM -> Plugins -> Softaculous -> Settings -> Select Top Scripts and save the scripts ? This will generate the files again.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 2:08 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.025