Support Forums

Old 05-08-2006, 05:42 AM   #1
Member
 
lbrown13's Avatar
 
Join Date: May 2006
Posts: 80
Rep Power: 14
lbrown13 is on a distinguished road
Default ioncube trouble

I can't run the install
The file /home/bikersfo/public_html/classifieds/install/index.php has been encoded with the ionCube PHP Encoder and requires the free ioncube_loader_lin_4.4.so ionCube PHP Loader to be installed.
Here is my php.ini

[Zend]
zend_extension = /public_html/ioncube/oncube_loader_lin_4.4.so
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.10
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.10
zend_optimizer.version=2.5.10
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Thanks in advance!


Larry
lbrown13 is offline   Reply With Quote
Old 05-08-2006, 09:44 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

I believe your path is incorrect in the php.ini file.

You have:
zend_extension = /public_html/ioncube/oncube_loader_lin_4.4.so

Which I believe should be:
zend_extension = /home/bikersfo/public_html/ioncube/ioncube_loader_lin_4.4.so
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-08-2006, 09:51 AM   #3
Member
 
lbrown13's Avatar
 
Join Date: May 2006
Posts: 80
Rep Power: 14
lbrown13 is on a distinguished road
Default

[Zend]
zend_extension=/home/bikersfo/public_html/ioncube/oncube_loader_lin_4.4.so
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.10
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.10
zend_optimizer.version=2.5.10
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

I changed it...but it still doesn't work.
Do I have to restart apache for this to take effect?
I posted on my host forum, and someone said that it wasn't necessary.
But I always have restarted on other host (I don't how to restart apache
on this host).

Thanks for the quick response!
I was hesitant about the banner system, but seeing the great
support, I went and ahead and purchased it!

Thanks again!

Larry
lbrown13 is offline   Reply With Quote
Old 05-08-2006, 10:00 AM   #4
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

Thanks for the purchase Larry. We try our best to offer great support. We don't want our customers getting stuck with no way out.

I still believe you path is incorrect.

You have now:
zend_extension=/home/bikersfo/public_html/ioncube/oncube_loader_lin_4.4.so

Notice at the very end:
/oncube_loader_lin_4.4.so
it is missing an "i":
/ioncube_loader_lin_4.4.so
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-08-2006, 10:04 AM   #5
Member
 
lbrown13's Avatar
 
Join Date: May 2006
Posts: 80
Rep Power: 14
lbrown13 is on a distinguished road
Default

That would definitely cause a problem
however I changed it to
[Zend]
zend_extension=/home/bikersfo/public_html/ioncube/ioncube_loader_lin_4.4.so
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.10
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.10
zend_optimizer.version=2.5.10
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Still doesn't work...I am sure I am missing something simple
Thanks!
lbrown13 is offline   Reply With Quote
Old 05-08-2006, 10:10 AM   #6
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

Humm I just read your post above and I overlooked this:
Quote:
Do I have to restart apache for this to take effect?
I posted on my host forum, and someone said that it wasn't necessary.
But I always have restarted on other host (I don't how to restart apache
on this host).
Installing ioncube through php.ini would require it to be restarted. However since they are saying you wouldn't have to do this then your host is probably setup so that run time loading is possible.

If you would like you can submit a ticket with your ftp details and a link to this thread and I can go in and see if I can get the run time loading working.
https://www.68classifieds.com/suppor...kets&_a=submit
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-08-2006, 10:18 AM   #7
Member
 
lbrown13's Avatar
 
Join Date: May 2006
Posts: 80
Rep Power: 14
lbrown13 is on a distinguished road
Default

Submitted a ticket with the info. Thanks again!


Larry
lbrown13 is offline   Reply With Quote
Old 05-08-2006, 10:46 AM   #8
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

Larry,

I got it up and going now. Your host has php setup a little different and you can over ride the php.ini manually. Here is a link I found:
http://helpdesk.bluehost.com/kb/inde...od_id=2&id=171

What I had to do was create a php.ini and place it in each directory classifieds/ and administration/
Then download new loader files for Linux (x86-64).

So everything seems to be in order now.

On another note I would recommend going ahead and using the version 3.1 of 68 Classifieds instead of v3.0.15
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-08-2006, 11:08 AM   #9
Member
 
lbrown13's Avatar
 
Join Date: May 2006
Posts: 80
Rep Power: 14
lbrown13 is on a distinguished road
Default

Sweet!
Thanks alot! I am not sure where my head has been this weekend!

I see you use kayako for your support....we do too... how do you
like it?

Thanks again!


Larry
lbrown13 is offline   Reply With Quote
Old 05-08-2006, 11:15 AM   #10
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

We have only used for the past month but so far I like it.

Before we only used email and the forums. So if you emailed me or Blair then you would have to wait for the person you emailed to be available. Now either of us can answer so the response times should be lower. But we still give our forums first priority that way we have a huge knowledge base for our customers to search.

Some things I don't like about kayako is the loginshare and their technical support. They seem to VERY lacking in that department.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GoDaddy + IonCube Unregistered Pre Sales Questions 2 12-23-2006 11:31 AM
Ioncube Unregistered Pre Sales Questions 1 12-21-2006 10:07 PM
ioncube v Zend e1m2j Pre Sales Questions 19 09-25-2006 09:26 AM
Ioncube Loader error... buyusedtoyotas v3.1 Questions & Support 20 07-18-2006 04:53 PM


All times are GMT -4. The time now is 04:48 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0