Jump to content

Install V4


Guest scootershop

Recommended Posts

Guest scootershop

HI there

I having quite a bit of trouble getting v4 to work, ion cube installed - not zend- running on godaddy hosting- it’s the correct spec, I have had to write a php.ini file to get the server to run the ioncube script and edit the includes/ global.inc.php to change from zend to ioncube. The front page of the shop now works in my browser, but I won’t display any other pages ie admin. My first install so I would really appreciate you help on getting this setup. Thanks in advance.

http://www.2ttuning.com/shop/

http://www.2ttuning.com/shop/compat-test.php

http://www.2ttuning.com/shop/admin/

Link to comment
Share on other sites

Guest scootershop

Hi theres is 5 folders and one file(index.php) in the root of admin. The folders all contain files and more folders.

How would i know if its all there? the install ran ok, do you think i should go for a clean install?

global.inc.php

<?php

$glob['adminFile'] = 'admin.php';

$glob['adminFolder'] = 'admin';

$glob['dbdatabase'] = 'scooterparts';

$glob['dbhost'] = 'p41mysql99.secureserver.net';

$glob['dbpassword'] = '***';

$glob['dbprefix'] = '';

$glob['dbusername'] = '***';

$glob['encoder'] = 'ioncube';

$glob['installed'] = '1';

$glob['license_key'] = '';

$glob['rootRel'] = '/shop/';

$glob['storeURL'] = 'http://www.2ttuning.com/shop';

?>

Custom php file (php.ini)

zend_extension = /home/content/w/i/l/willreber/html/shop/ioncube/ioncube_loader_lin_5.2.so

Thankyou!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...