Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error at step 5 when ordering with the Kloxo plugin
#1
Hello Smile
I have a problem with my The Hosting tool installation Confused
I'm sorry for my bad english, because I'm french...

THT Version: Reworked - french translation by me
Your THT installation URL: http://fr.ouebergement.net/member/
Browser (including version): Chrome, version 23.0.1271.95 m
Your Operating System: Windows 7
Server's Operating System: CentOS
Apache Version: 2.2.22
Control Panel Type: Kloxo
Control Panel Version: 6
Error: Step 5 on order page
Problem: I have this error : "An error has occurred. Please inform your system administrator."

My actions to try to resolve the situation :
-As stated in this post : https://thehostingtool.com/forum/thread-2183.html I tried to change the differents php.ini, activating curl_exec.
-And as stated in the message of LightworkerNaven in this other post https://thehostingtool.com/forum/thread-2040.html I tried to change kloxo.php with the code stated in the post to see eventual bugs :
And the page also returns the following message :
Quote:action=add&class=client&name=oueb&v-password=*****&v-domain_name=ouebeeee.ouebergement.net&v-dnstemplate_name=ouebergement.net.dnst&v-plan_name=plan_fast___client-admin&v-send_welcome_f=on&[email protected]&v-type=customer

Could you help me please ?

Regards,
Coco.
Reply
#2
Take a look at this thread and see if it fixes the problem.

https://thehostingtool.com/forum/thread-2183.html
---
See my GitHub at https://github.com/cozylife
Reply
#3
No.. cURL is activated in my hosting : I tried to put this code to see if cURL is enabled :
<?php
$ch = curl_init("http://monip.org/");
curl_exec($ch);

And It works perfectly.
Reply
#4
(12-12-2012, 01:38 PM)Dr.Cosmos Wrote: No.. cURL is activated in my hosting : I tried to put this code to see if cURL is enabled :
<?php
$ch = curl_init("http://monip.org/");
curl_exec($ch);

And It works perfectly.

Do this to see if you get an output.

Code:
<?PHP

$ch = curl_init("http://www.google.co.uk");
$data = curl_exec($ch);
echo $data;

?>
---
See my GitHub at https://github.com/cozylife
Reply
#5
Problem resolved. My Kloxo password contains the caracter "?" which prevents a good functionnment of the api.
Thanks for your help everyone Wink
Reply
#6
Sounds like something needs to be rawurlencode'd
Kevin Mark - TheHostingTool Lead Developer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)