This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Blank Installation


avatar
drfunk277 10
From: -
Blank Installation

Im trying to install the trial version of CT and after putting the ioncube php.ini file in main dir and cadmin dir it finally begins to work. But...

Not quite.. for some reason there are no options to do anything. Screen attached.

 http://www.imgrat.com/images/39309213840552963833_thumb.jpg

Is there anything i have to change in the php.ini file or is there a hidden config file to edit. Thanks in advance.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Blank Installation
avatar
Editor
0
From: -
Btw, when I purchase the script will i still need ion cube or will the site function perfectly without it?

The site will work without IonCube loader

Also, eventually I would like to bring the script to my MAIN directory so it will be available at  www.techwalrus.com. Will it be simple to migrate it to there later on?

Yes, you only need to adjust the Website URL setting under Main / Manage Websites.
1 Re: Blank Installation
avatar
OP 10
From: -
Thanks again. Smiling Face

Btw, when I purchase the script will i still need ion cube or will the site function perfectly without it?

Also, eventually I would like to bring the script to my MAIN directory so it will be available at  www.techwalrus.com. Will it be simple to migrate it to there later on?
1 Re: Blank Installation
avatar
Editor
0
From: -
Done. Check your PMs for login details.
1 Re: Blank Installation
avatar
OP 10
From: -
ok sent...
1 Re: Blank Installation
avatar
Editor
0
From: -
I need also the MySQL database details:
Database username
Database password
Database name
1 Re: Blank Installation
avatar
OP 10
From: -
PM sent... says message is too short so im adding this.
1 Re: Blank Installation
avatar
Editor
0
From: -
I can try to see whether I can get the evaluation version working on your webspace. If you want that I take a look, please send me a private message with FTP login and database details.
1 Re: Blank Installation
avatar
OP 10
From: -

Another alternative is trying out the evaluation version on a local webserver such as XAMPP.


unfortunately im not smart enough for that Slightly Frowning Face
1 Re: Blank Installation
avatar
Editor
0
From: -
By the way, does the NON trial version require ion cube to be installed.

No, only the evaluation version requires ionCube loader but I will try if I can reproduce this problem on another server.

If i were to buy the script and install it, would it be working... Though i would like to try it out first.

Another alternative is trying out the evaluation version on a local webserver such as  XAMPP.
1 Re: Blank Installation
avatar
OP 10
From: -
Here it is. http://www.techwalrus.com/ct/test2.php

By the way, does the NON trial version require ion cube to be installed. If i were to buy the script and install it, would it be working... Though i would like to try it out first.
1 Re: Blank Installation
avatar
Editor
0
From: -
I see nothing unusual in your configuration. Can you try the following script?

<?php

error_reporting( E_ALL );

if( !function_exists( "gzinflate" ) )
{
$error = "No GZIP";
}
elseif( !function_exists( "xml_parse" ) )
{
$error = "No XML";
}
elseif( !function_exists( "mysql_connect" ) )
{
$error = "No MySQL";
}

if( $error )
{
echo "Fatal Error:" . $error;
}
else
{
echo "Passed";
}

?>


This seems the part of the installer that fails
1 Re: Blank Installation
avatar
Editor
0
From: -
Please create a PHP file with the following content:

<?php

phpinfo();
?>


and then post or PM me the link. Thanks.
1 Re: Blank Installation
avatar
OP 10
From: -
Thanks for response... I am trying to install this on bluehost.

 BlueHost.Com - Products
1 Re: Blank Installation
avatar
Editor
0
From: -
It this a local installation? If so, which webserver software/operating system are you using?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.