| Author |
Message |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Thu Jan 31, 2008 6:31 pm |
|
just got this error yesterday for some reason
| Code: |
Site error: the file /home/user/public_html/modules/Digital_Shop/lib/init.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. |
|
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Jan 31, 2008 6:47 pm |
|
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Thu Jan 31, 2008 6:57 pm |
|
what should the ioncube line be in the php.ini because the line i added isn't there anymore |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Thu Jan 31, 2008 7:23 pm |
|
would this be right
| Code: |
[ioncube]
zend_extension = /home/user/ioncube/ioncube_loader_lin_5.2.so |
|
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Jan 31, 2008 8:47 pm |
|
yeah, that is the right idea, just make sure the path matches up to where the ioncube folder actually is. You will probably have to restart apache before the changes take effect. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Fri Feb 01, 2008 8:51 pm |
|
ok i guess it updated but all i get is a blank page now.
any ideas? |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sat Feb 02, 2008 12:48 pm |
|
You can look for clues to why its blank by either:
a. turning SHOP_DEBUG to true in the constants.php
b. looking in the log files located in modules/Digital_Shop/logs |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Sat Feb 02, 2008 2:16 pm |
|
nothing in the logs but when i do add the code line to my php.ini i get the blank page and when i view the page source i get this
| Code: |
<!-- SHTML Wrapper - 500 Server Error --> |
|
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sat Feb 02, 2008 2:29 pm |
|
The ioncube loader line in the php.ini is probably either in the wrong place(it should be before any other zend* lines or the path to the loaders is wrong.
Unless installing via php.ini is the only way it will work, I would remove the ioncube line from the php.ini(and restart apache) and just upload the loaders to modules/Digital_Shop/ioncube where they will be dynamically loaded. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Sat Feb 02, 2008 3:55 pm |
|
Thank you so much once again changing the line seem to do the trick |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Mon Jul 21, 2008 9:03 pm |
|
i hate to bug you again on this but i've got that error popping up again and i looked into the php.ini and everything looks right but i still get
| Code: |
Site error: the file /home/user/public_html/modules/Digital_Shop/lib/init.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. |
any idea whats going on again lol |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Jul 21, 2008 9:12 pm |
|
I bet your host changed something. Make sure the line in your php.ini that has the path to the loaders is correct. Maybe it got moved or deleted. If you can't figure it out let me know in a PM and I'll help you get it running. |
| |
|
|
 |
|
|