• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk Billing upgrade 5.6 standalone to 6 bundled fails.

ZopfWare

Regular Pleskian
After hours of fiddling around I think I have Plesk 9 w/Plesk Billing 6 installed. I managed to get my data transferred (I think It's all there -- lots of backups!) however, none of the website widgets work now! I am very disappointed, as are my customers. It worked alot better when it was a standalone, and I'm busy trying now to get my old 5.6 standalone working again. Does anyone know why the widgets don't work?

I have noticed that some of the php calls would appear to violate open_basedir restrictions, but I don't get any error to that effect.

The entire billing system is accessed through port 8443 like the CP.

I think this is where the problem is though....

The website widget creates the following code on the page:

ink rel="stylesheet" type="text/css" href="https://zopfware.com/plesk-billing/lib-themes/xpreloaded/lib-modernbill/css/shoppingstyle.css" />


<script language="JavaScript" type="text/javascript" charset="utf-8" src="https://zopfware.com/plesk-billing/lib-action/include/js/scriptaculous/lib/prototype.js"></script>
<script language="JavaScript" type="text/javascript" charset="utf-8" src="https://zopfware.com/plesk-billing/lib-action/include/js/scriptaculous/src/scriptaculous.js"></script>
<script language="JavaScript" type="text/javascript" charset="utf-8" src="https://zopfware.com/plesk-billing/lib-action/include/js/scriptaculous/src/unittest.js"></script>
<script language="JavaScript" type="text/javascript" src="https://zopfware.com/plesk-billing/lib-action/include/js/toggle.js" charset="utf-8"></script>
<script language="JavaScript" type="text/javascript" src="https://zopfware.com/plesk-billing/lib-action/include/js/main.js" charset="utf-8"></script>
<script language="JavaScript" type="text/javascript" src="https://zopfware.com/plesk-billing/lib-action/include/js/../ajax/core/ajax.inc.js" charset="utf-8"></script>

<script language="JavaScript" type="text/javascript" charset="utf-8">
// <![CDATA[
var currentdomainform = "";

var lastsiid = '';
var istransfer = 0;
var locale = "";
var slURL2 = 'https://zopfware.com:8443/plesk-billing/app-modernbill-order/remotewhois.php?sid=091520894574a262fca3f4470fb34c824990f6e0&checkwhois=1&orderFormID=1';

and it appears to me that for some reason it is creating the javascript url's WITHOUT the :8443 that is needed.

This would be fine if this were a standalone instead of bundled version of plesk billing.

I guess this is why the widget appears on the page but none of the buttons work.


Anyone have any suggestions?
 
Back
Top