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. Is there anything i have to change in the php.ini file or is there a hidden config file to edit. Thanks in advance.
Please create a PHP file with the following content: PHP: <?php phpinfo(); ?> and then post or PM me the link. Thanks.
I see nothing unusual in your configuration. Can you try the following script? PHP: <?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
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.
No, only the evaluation version requires ionCube loader but I will try if I can reproduce this problem on another server. Another alternative is trying out the evaluation version on a local webserver such as XAMPP.
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.
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?
The site will work without IonCube loader Yes, you only need to adjust the Website URL setting under Main / Manage Websites.