Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank Install.php Results
#26
I've got the same blank page on the installation process. (setup on a bulletproof Ubuntu/Apache2/PHP5)

after commenting the following lines:

/* if (! file_exists($api_file)) {
$curl_URL = 'http://get-simple.info/api.php?r=true&v='.$site_version_no;
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $curl_URL);
$data = curl_exec($ch);
curl_close($ch);
$apikey = json_decode($data);
if ($apikey->status == '6' && $apikey->api_key != '') {
$xml = @new SimpleXMLExtended('<item></item>');
$note = $xml->addChild('apikey');
$note->addCData($apikey->api_key);
if (is_writable($api_file)) {
$xml->asXML($api_file);
} else {
chmod('../data/other/', 0755);
$xml->asXML($api_file);
}
}
}
*/

in admin/inc/functions.php, it's OK.

But what is this f***ing API thing? and why is it required? Is there anything else that the scripts get remotely without letting the user know?

It's my first try of GetSimple to validate if I'll use it in the future, but a web tool that retrieves "I don't know what" from a remote site and store it locally on my web server is not a mark of trust...
Reply


Messages In This Thread
Blank Install.php Results - by jjr2527 - 2009-08-08, 13:34:30
Blank Install.php Results - by Derek - 2009-08-08, 13:35:07
Blank Install.php Results - by ccagle8 - 2009-08-08, 23:23:16
Blank Install.php Results - by jjr2527 - 2009-08-09, 00:49:35
Blank Install.php Results - by Derek - 2009-08-09, 01:38:06
Blank Install.php Results - by foxman - 2009-08-09, 08:11:17
Blank Install.php Results - by eddyfever - 2009-08-10, 04:30:19
Blank Install.php Results - by jjr2527 - 2009-08-11, 21:04:12
Blank Install.php Results - by Derek - 2009-08-12, 01:48:49
Blank Install.php Results - by jjr2527 - 2009-08-12, 20:36:38
Blank Install.php Results - by Derek - 2009-08-13, 00:39:18
Blank Install.php Results - by mj2009 - 2009-08-14, 08:37:18
Blank Install.php Results - by ccagle8 - 2009-08-14, 12:36:20
Blank Install.php Results - by mj2009 - 2009-08-14, 12:58:24
Blank Install.php Results - by jjr2527 - 2009-08-14, 14:07:57
Blank Install.php Results - by Derek - 2009-08-15, 04:20:32
Blank Install.php Results - by Henry - 2009-08-15, 20:15:24
Blank Install.php Results - by wizzy - 2009-08-16, 02:32:43
Blank Install.php Results - by Henry - 2009-08-16, 03:55:55
Blank Install.php Results - by ccagle8 - 2009-08-16, 04:06:08
Blank Install.php Results - by Henry - 2009-08-16, 04:17:33
Blank Install.php Results - by ccagle8 - 2009-08-16, 04:19:24
Blank Install.php Results - by Henry - 2009-08-16, 04:24:49
Blank Install.php Results - by HeatherFeuer - 2009-08-30, 03:24:27
Blank Install.php Results - by gryzzly - 2009-08-30, 05:40:49
Blank Install.php Results - by bmf - 2009-09-02, 22:58:18
Blank Install.php Results - by ccagle8 - 2009-09-03, 04:17:44
Blank Install.php Results - by badcat - 2009-09-09, 18:07:36
Blank Install.php Results - by wizzy - 2009-10-13, 06:00:28
Blank Install.php Results - by ccagle8 - 2009-10-14, 11:20:52
Blank Install.php Results - by wizzy - 2009-10-15, 07:02:48
Blank Install.php Results - by ccagle8 - 2009-10-15, 10:30:45
Blank Install.php Results - by wizzy - 2009-10-17, 02:57:31
Blank Install.php Results - by icebird - 2009-12-02, 19:50:00
Blank Install.php Results - by drachp - 2010-01-23, 23:19:21
Blank Install.php Results - by wizzy - 2010-08-28, 06:24:12
Blank Install.php Results - by Zegnåt - 2010-08-29, 01:59:22
Blank Install.php Results - by wizzy - 2010-08-29, 03:25:31
Blank Install.php Results - by fredo696 - 2010-09-13, 02:12:03
Blank Install.php Results - by hsuijs - 2010-09-13, 23:41:21
Blank Install.php Results - by Zegnåt - 2010-09-15, 05:54:30
Blank Install.php Results - by hsuijs - 2010-10-09, 07:09:01
Blank Install.php Results - by hsuijs - 2010-10-11, 05:45:25
Blank Install.php Results - by Zegnåt - 2010-10-11, 21:19:30



Users browsing this thread: 1 Guest(s)