Blank Installation
drfunk277 10
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
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
drfunk277
OP
10
From: -
From: -
Thanks again.
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?
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
Philipp Esselbach
From: -
Editor
0From: -
Done. Check your PMs for login details.
1 Re: Blank Installation
drfunk277
OP
10
From: -
From: -
ok sent...
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
I need also the MySQL database details:
Database username
Database password
Database name
Database username
Database password
Database name
1 Re: Blank Installation
drfunk277
OP
10
From: -
From: -
PM sent... says message is too short so im adding this.
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
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
drfunk277
OP
10
From: -
From: -
Another alternative is trying out the evaluation version on a local webserver such as XAMPP.
unfortunately im not smart enough for that
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
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
drfunk277
OP
10
From: -
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.
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
Philipp Esselbach
From: -
Editor
0From: -
I see nothing unusual in your configuration. Can you try the following script?
This seems the part of the installer that fails
<?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
drfunk277
OP
10
From: -
From: -
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
Please create a PHP file with the following content:
and then post or PM me the link. Thanks.
<?php
phpinfo();
?>
and then post or PM me the link. Thanks.
1 Re: Blank Installation
drfunk277
OP
10
From: -
From: -
1 Re: Blank Installation
Philipp Esselbach
From: -
Editor
0From: -
It this a local installation? If so, which webserver software/operating system are you using?
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.