Register / Login

 StringTwo Forum
Welcome Guest   [Register]  [Login]
 Subject :Re:Ioncube Error.. 2010-08-21 10:46:24 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

Thanks for being so helpful on this. You guys have great support.

IP Logged
 Subject :Re:license not configured properly.. 2010-08-21 10:14:28 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : license not configured properly

That worked for the licence. Thanks! 

 

I have two more issues remaining... I can't get it connected to my Hirise account, and I can't get my google apps email account working with the smtp. Very frustrating. I don't know what I'm doing wrong. Let me post here what I did.. By the way, I've also tried using port 587 with no luck... And yes, i'm not using email from this domain. Is that a problem??

//SMTP Mail server settings
//For Gmail users (use the following settings for host and port):
//your smtp_host = "ssl://smtp.gmail.com";
//your smtp_port = 465;
$conf['smtp_host'] = "ssl://smtp.gmail.com";
$conf['use_authenication'] = true;
$conf['smtp_username'] = "jill@workforcelanguageservices.com";
$conf['smtp_password'] = "*****";
$conf['smtp_port'] = 465;//default smtp port is 25.

 

For the Hirise connection my settings are:

$conf['complete_highrise_url'] = "http://multilingualchicago.highrisehq.com/";

And I've tried generating the API key twice and updated it in the code each time. No luck so far.

 

Thanks again.

 

IP Logged
 Subject :Re:license not configured properly.. 2010-08-21 10:49:49 Saturday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Need Help? Errors?
Topic : license not configured properly

Yep, you genereated the license for multilingualchicago.com/  should just be multilingualchicago.com without the slash.

I cleared out your license so you can regenerate it online.

In the config file it's important that your Highrise URL has the trailing slash, but since you had the trial license working you probably already have that correct.

IP Logged
 Subject :Re:license not configured properly.. 2010-08-21 10:39:53 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : license not configured properly

This is now happening to me. I generated a trial key and that worked fine. Now that I purchased a full licence, I'm getting the same error as above. So my purchased licence isn't working for me. No idea why. Thoughts?

IP Logged
 Subject :Re:ERROR: Unable to connect to your Highrise account... 2010-08-21 10:38:13 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : ERROR: Unable to connect to your Highrise account.

Thanks for being so helpful on the other thread about IonCube. I'm not plugging along trying to get this set up... 

 

I'm still not connecting to my Highrise account. I'm tried ssl and non ssl, I've made sure it has a trailing slash... I hope this isn't a wierd security issue with my host.

Thoughts?

 

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-21 10:59:35 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

That would be wonderful! I'm so frustrated with my GoDaddy hosting (which was recommended by my original designer) but I don't want to go through the pain in the a$$ of switching. 

 

This would help us tremendously! Thanks so much. I'll send you an email soon.

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-21 10:59:21 Saturday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Need Help? Errors?
Topic : Ioncube Error

Thanks for the reminder.  At this time I don't.  But I discussed with my partner and I think we're going to release a non ionCube verison in the near future.  E-mail me directly at brendan@stringtwo.com and we can work something out.
IP Logged
 Subject :Re:Ioncube Error.. 2010-08-20 10:35:43 Friday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

Any additional thoughts?

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-16 10:36:22 Monday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

Yuck... 

so 

1) didn't work

2) didn't work

3) here's the report...

------------------

An ionCube Loader file is required by PHP to read files encoded with the ionCube Encoder. This page will determine how you can install Loaders on this particular server.

The loading of ionCube encoded files is not currently working correctly on this server.

If you have permission to edit the php.ini configuration file for this server, please follow the php.ini installation instructions.If you do not access to the php.ini file, please follow the run-time loading installation instructions.

Please read the online documentation, or review the file readme.txt enclosed with the Loader bundle, for more help with Loader installation.

-------------------

I'm playing around with it but nothing... whenever I remove the line "zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so" from my php5.ini script, it makes my phpcart stop working. I wish this worked in the local folder. Arrrrggg!

 

:)

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-16 10:46:09 Monday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Need Help? Errors?
Topic : Ioncube Error

Hmmm... I'm not seeing a reference to IonCube in the data you sent.

So if I understand correctly you were able to get it working by editing your php5.ini file but then that broke another application you use that requires ioncube?

Let's try these options:

1) Re-upload the ioncube folder back to the s2_form_highrise folder.  In the s2_form_highrise folder create a php5.ini file and put in one line with:
zend_extension = /home/content/w/o/r/workforc/html/s2_form_highrise/ioncube/ioncube_loader_lin_5.2.so

I'm not sure how GoDaddy hosting will react to that, but I'm hoping that it will tell the php scripts only in the s2_form_highrise folder where ioncube is.

It that doesn't work then get rid of the php5.ini file you just made and...

2) Try placing a copy of the ioncube folder in your main html folder /home/content/w/o/r/workforc/html/

If that doesn't work then...

3) Visit the ioncube helper file which should be at http://www.multilingualchicago.com/s2_form_highrise/ioncube/ioncube-loader-helper.php and see what it says about your environment.

 

I know you have ionCube working with another script but unfortuantely I see lots of evidence that GoDaddy's servers don't play well with ionCube.  Let me know what happens.

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-16 10:31:35 Monday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

And for your info... here's what my current php5.ini file says about Ioncube...

 

[Zend]

zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so

IP Logged
 Subject :Re:ERROR: Unable to connect to your Highrise account... 2010-08-16 10:27:11 Monday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : ERROR: Unable to connect to your Highrise account.

Thanks, but I don't see a response to this error in any other threads... 

IP Logged
 Subject :Re:Multiple Thank You Pages.. 2010-08-16 10:26:09 Monday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Feature Requests
Topic : Multiple Thank You Pages

Very cool. Thanks. That will be so useful.

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-16 10:24:02 Monday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

Nothing. I just deleted the Ioncube folder and i'm getting the same results...

 

Site error: the file /XXXXXXXXX/html/s2_form_highrise/functions.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

IP Logged
 Subject :Re:Multiple Thank You Pages.. 2010-08-15 10:02:02 Sunday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Feature Requests
Topic : Multiple Thank You Pages

Right now, the thank-you page is configured in the config file and the software only supports 1 option.  This has been a frequently requested feaure so we'll be working to address it in our next update.
IP Logged
 Subject :Re:ERROR: Unable to connect to your Highrise account... 2010-08-15 10:00:51 Sunday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Need Help? Errors?
Topic : ERROR: Unable to connect to your Highrise account.

I've responded in your new thread.
IP Logged
 Subject :Re:Ioncube Error.. 2010-08-15 10:59:41 Sunday 
brendanc
Joined: 2009-07-02 09:26:15 Thursday
Posts: 38
Location
 
Forum : Need Help? Errors?
Topic : Ioncube Error

Since ionCube is already installed at the server level, what happens if you simply delete the ioncube directory from the s2_form_highrise directory.  That should force the scripts to use the server's version.
IP Logged
 Subject :Re:ERROR: Unable to connect to your Highrise account... 2010-08-14 10:26:10 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : ERROR: Unable to connect to your Highrise account.

I've tried both of these fixes. I've regenerated my token, I'm made sure that I don't have a trailing slash, and I've tried both https and http... None of it works for me. Any assistance would be appreciated. Thanks!

IP Logged
 Subject :Re:Ioncube Error.. 2010-08-15 10:57:08 Sunday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

I was able to get the Ioncube to work, but I did have to edit my php5.ini file and update it to reference the ioncube file that was uploaded. I'm using GoDaddy hosting.

 

However, that broke other scripts on my site that already access Ioncube. So I had to put it back.

 

So I'm back to square one. Not sure what to do. :(

 

Thanks.

IP Logged
 Subject :Ioncube Error.. 2010-08-14 10:19:49 Saturday 
workforcelang
Joined: 2010-08-13 10:08:05 Friday
Posts: 15
Location
Forum : Need Help? Errors?
Topic : Ioncube Error

I read the previous Ioncube error... I'm using GoDaddy hosting and I'm getting the same error. The Ioncube folder is fully uploaded. And in the GoDaddy control panel, I don't see anything about Ioncube... Any thoughts?

 

By the way, my domain is http://www.multilingualchicago.com

And my error is here: http://www.multilingualchicago.com/s2_form_highrise/config_test.php

 

Thanks.

IP Logged
Page # 


Powered by ccBoard


Online Store


List All Products





Lost Password?
Forgot your username?
No account yet? Register

Official PayPal Seal

StringTwo Blog

Popular Forum Topics

StringTwo @Twitter

Basic authentication is not supported