Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank Install.php Results
#1
Hello,

Trying to get up and running and the redirect worked fine for me but the install.php page is totally blank. I tried to "chmod the /data/" directory but I didn't know how to interpret that. Any ideas on what may be causing this?

Macbook running GetSimple under Mamp.

http://localhost:8888/GetSimple/admin/install.php Gives a blank page.

I updated /Applications/MAMP/htdocs/GetSimple/admin/inc/configuration.php to have the following content:
<?php
/****************************************************
*
* @File: configuration.php
* @Package: GetSimple
* @Action: Sitewide settings for cookies.
*
*****************************************************/
chmod("/data/", 755)
$site_full_name = 'GetSimple';
$site_version_no = '1.3';
$name_url_clean = strtolower(str_replace(' ','-',$site_full_name));
$site_link_back_url = 'http://get-simple.info/';
$ver_no_clean = str_replace('.','',$site_version_no);
$cookie_name = strtolower($name_url_clean) .'_cookie_'. $ver_no_clean;
$cookie_redirect = 'pages.php';
$cookie_login = 'index.php';
$cookie_time = '7200'; // 2 hours
$cookie_extended_time = time()+60*60*24*30; // 30 days
?>
Reply
#2
You sure you have mod_rewrite enabled?
------
I can't design for shit but I can code the shit out of your design
Reply
#3
When you updated the configuration.php file, did it make any difference? Were you ever able to see the text on the install.php page?
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#4
No I never saw the text on the install page. I must admit I don't know what I'm doing so I think I'm missing the basic knowledge base that's assumed for this stuff.

To enable mod_rewite I didn't see an .htaccess file anywhere so I created one in the following location:
/Applications/MAMP/htdocs/GetSimple/.htaccess

With the following contents:
RewriteEngine On
RewriteBase /

Still no luck though, I get redirected but the resulting page is totally blank. Viewing source shows an empty source file as well so it's not rendering a portion of the page and then failing.
Reply
#5
It seems that you are on a MAC - .htaccess files are hidden by default so you wouldn't be able to see it in finder.

Also, if you're using MAMP pro I know you can individualy add or remove apache components, but are you sure mod_rewrite is turned on in the apache configuration?

To find out for sure, make a file called test.php or whatever, with the following:
<?php
phpInfo();
?>

Do a search on that page for 'mod_rewrite' and it will tell you if it's actually enabled or not.
------
I can't design for shit but I can code the shit out of your design
Reply
#6
Check if php is set to output errors. You might be getting one but not seeing it due to the setting.
Reply
#7
I think you don't have php5 running
GetSimple! CMS themes: SimpleTheme! | French Avenue | iGetSimple
Reply
#8
Here are the results of the PhpInfo test. Still no luck thus far. Mamp control panel claims PHP5 is running.

PHP Logo
PHP Version 5.1.6

System Darwin The-Mac 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
Build Date Sep 8 2006 10:21:48
Configure Command './configure' '--with-mysql=/Applications/MAMP/Library' '--with-apxs2=/Applications/MAMP/Library/bin/apxs' '--with-gd' '--with-jpeg-dir=/Applications/MAMP/Library' '--with-png-dir=/Applications/MAMP/Library' '--with-zlib' '--with-freetype-dir=/Applications/MAMP/Library' '--prefix=/Applications/MAMP/bin/php5' '--exec-prefix=/Applications/MAMP/bin/php5' '--sysconfdir=/Applications/MAMP/conf/php5' '--with-soap' '--with-config-file-path=/Applications/MAMP/conf/php5' '--enable-track-vars' '--enable-bcmath' '--enable-ftp' '--enable-gd-native-ttf' '--with-bz2=/usr' '--with-ldap' '--with-mysqli=/Applications/MAMP/Library/bin/mysql_config' '--with-sqlite' '--with-ttf' '--with-t1lib=/Applications/MAMP/Library' '--enable-mbstring=all' '--with-curl=/Applications/MAMP/Library' '--enable-dbx' '--enable-sockets' '--enable-bcmath' '--with-imap=shared,/Applications/MAMP/Library' '--enable-soap' '--with-kerberos' '--enable-calendar' '--with-pgsql=shared,/Applications/MAMP/Library/pg' '--enable-dbase' '--enable-exif' '--with-libxml-dir=/Applications/MAMP/Library' '--with-xsl=/Applications/MAMP/Library' '--with-pdo-mysql=shared,/Applications/MAMP/Library' '--with-pdo-pgsql=shared,/Applications/MAMP/Library/pg' '--with-yaz=shared,/Applications/MAMP/Library'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /Applications/MAMP/conf/php5/php.ini
PHP API 20041225
PHP Extension 20050922
Zend Extension 220051025
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, http, ftp, compress.bzip2, compress.zlib
Registered Stream Socket Transports tcp, udp, unix, udg
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright © 1998-2006 Zend Technologies
with eAccelerator v0.9.5, Copyright © 2004-2006 eAccelerator, by eAccelerator

PHP Credits
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log /Applications/MAMP/logs/php_error.log /Applications/MAMP/logs/php_error.log
error_prepend_string no value no value
error_reporting 2047 2047
expose_php On On
extension_dir /Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/ /Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/Applications/MAMP/bin/php5/lib/php .:/Applications/MAMP/bin/php5/lib/php
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_time 60 60
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 32M 32M
precision 12 12
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv On On
register_globals Off Off
register_long_arrays On On
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 32M 32M
upload_tmp_dir /Applications/MAMP/tmp/php /Applications/MAMP/tmp/php
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off

apache2handler
Apache Version Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2
Apache API Version 20020903
Server Administrator you@example.com
HostnameTongueort localhost:8888
User/Group jjr2527(501)/-1
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 15
Virtual Server No
Server Root /Applications/MAMP/Library
Loaded Modules core prefork http_core mod_so mod_access mod_auth mod_auth_anon mod_auth_dbm mod_auth_digest mod_file_cache mod_echo mod_charset_lite mod_cache mod_disk_cache mod_mem_cache mod_example mod_case_filter mod_case_filter_in mod_ext_filter mod_include mod_deflate mod_log_config mod_env mod_mime_magic mod_cern_meta mod_expires mod_headers mod_usertrack mod_setenvif mod_proxy proxy_connect proxy_ftp proxy_http mod_bucketeer mod_mime mod_dav mod_status mod_autoindex mod_asis mod_info mod_cgi mod_cgid mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_imap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_php5

Directive Local Value Master Value
engine 1 1
last_modified 0 0
xbithack 0 0

Apache Environment
Variable Value
HTTP_HOST localhost:8888
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
PATH /usr/bin:/bin:/usr/sbin:/sbin
SERVER_SIGNATURE <address>Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 Server at localhost Port 8888</address>
SERVER_SOFTWARE Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2
SERVER_NAME localhost
SERVER_ADDR ::1
SERVER_PORT 8888
REMOTE_ADDR ::1
DOCUMENT_ROOT /Applications/MAMP/htdocs
SERVER_ADMIN you@example.com
SCRIPT_FILENAME /Applications/MAMP/htdocs/GetSimple/phpinfo.php
REMOTE_PORT 60790
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /GetSimple/phpinfo.php
SCRIPT_NAME /GetSimple/phpinfo.php

HTTP Headers Information
HTTP Request Headers
HTTP Request GET /GetSimple/phpinfo.php HTTP/1.1
Host localhost:8888
User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
HTTP Response Headers
X-Powered-By PHP/5.1.6
Keep-Alive timeout=15, max=100
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html

bcmath
BCMath support enabled

bz2
BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.4, 20-Dec-2006

calendar
Calendar support enabled

ctype
ctype functions enabled

curl
CURL support enabled
CURL Information libcurl/7.15.1 OpenSSL/0.9.7l zlib/1.2.3

date
date/time support enabled
Timezone Database Version 2006.1
Timezone Database internal
Default timezone America/Chicago

Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value

dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.22
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

eAccelerator
eAccelerator support enabled
Version 0.9.5
Caching Enabled true
Optimizer Enabled true
Memory Size 16,777,180 Bytes
Memory Available 16,744,252 Bytes
Memory Allocated 32,928 Bytes
Cached Scripts 7
Removed Scripts 0
Cached Keys 0

Directive Local Value Master Value
eaccelerator.allowed_admin_path /Applications/MAMP/bin/mamp /Applications/MAMP/bin/mamp
eaccelerator.cache_dir /Applications/MAMP/tmp/eaccelerator /Applications/MAMP/tmp/eaccelerator
eaccelerator.check_mtime 1 1
eaccelerator.compress 1 1
eaccelerator.compress_level 9 9
eaccelerator.debug 0 0
eaccelerator.enable 1 1
eaccelerator.filter no value no value
eaccelerator.log_file no value no value
eaccelerator.name_space no value no value
eaccelerator.optimizer 1 1
eaccelerator.shm_max 0 0
eaccelerator.shm_only 0 0
eaccelerator.shm_prune_period 0 0
eaccelerator.shm_size 16 16
eaccelerator.shm_ttl 0 0

exif
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.173.2.5 2006/04/10 18:23:24 helly Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

ftp
FTP support enabled

gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

hash
hash support enabled
Hashing Engines md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv
iconv support enabled
iconv implementation libiconv
iconv library version 1.11

Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1

imap
IMAP c-Client Version 2004
Kerberos Support enabled

ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3 2006/01/01 12:50:08 sniper Exp $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20219

libxml
libXML support active
libXML Version 2.6.22
libXML streams enabled

mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 3.7.1

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding ISO-8859-1 no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value

mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.19
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /Applications/MAMP/tmp/mysql/mysql.sock
MYSQL_INCLUDE -I/Applications/MAMP/Library/include/mysql
MYSQL_LIBS -L/Applications/MAMP/Library/lib/mysql -lmysqlclient

Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket /Applications/MAMP/tmp/mysql/mysql.sock /Applications/MAMP/tmp/mysql/mysql.sock
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off

mysqli
MysqlI Support enabled
Client API library version 5.0.19
Client API header version 5.0.19
MYSQLI_SOCKET /Applications/MAMP/tmp/mysql/mysql.sock

Directive Local Value Master Value
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.reconnect Off Off

pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 6.6 06-Feb-2006

PDO
PDO support enabled
PDO drivers sqlite2, pgsql, mysql

pdo_mysql
PDO Driver for MySQL, client library version 5.0.19

pdo_pgsql
PDO Driver for PostgreSQL enabled
PostgreSQL(libpq) Version 8.1.1
Module version 1.0.2
Revision $Id: pdo_pgsql.c,v 1.7.2.11 2006/03/14 10:49:18 edink Exp $

pgsql
PostgreSQL Support enabled
PostgreSQL(libpq) Version 8.1.1
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0

Directive Local Value Master Value
pgsql.allow_persistent On On
pgsql.auto_reset_persistent Off Off
pgsql.ignore_notice Off Off
pgsql.log_notice Off Off
pgsql.max_links Unlimited Unlimited
pgsql.max_persistent Unlimited Unlimited

posix
Revision $Revision: 1.70.2.3 $

Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.33 2006/03/29 14:28:42 tony2001 Exp $

session
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary

Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /Applications/MAMP/tmp/php /Applications/MAMP/tmp/php
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0

SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22 $
Schema support enabled

soap
Soap Client enabled
Soap Server enabled

Directive Local Value Master Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400

sockets
Sockets Support enabled

SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite
SQLite support enabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13 2006/04/18 14:30:15 iliaa Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859

Directive Local Value Master Value
sqlite.assoc_case 0 0

standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i

Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value

tokenizer
Tokenizer Support enabled

xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.22

xmlreader
XMLReader enabled

xmlwriter
XMLWriter enabled

xsl
XSL enabled
libxslt Version 1.1.15
libxslt compiled against libxml Version 2.6.22
EXSLT enabled
libexslt Version 1.1.15

yaz
YAZ Support enabled
PHP/YAZ Version 1.0.6
YAZ Version 2.1.8
Compiled with YAZ version 2.1.8

zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3

Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

Additional Modules
Module Name
dbase

Environment
Variable Value
SHELL /bin/bash
TMPDIR /var/folders/6h/6hU8eSraFbWyxqI38qxVbU+++TI/-Tmp-/
Apple_PubSub_Socket_Render /tmp/launch-KaI5uW/Render
USER jjr2527
COMMAND_MODE legacy
SSH_AUTH_SOCK /tmp/launch-wrppRL/Listeners
__CF_USER_TEXT_ENCODING 0x1F5:0:0
PATH /usr/bin:/bin:/usr/sbin:/sbin
PWD /
HOME /Users/jjr2527
SHLVL 2
DYLD_LIBRARY_PATH /Applications/MAMP/Library/lib:
LOGNAME jjr2527
_GOOGLE_GILD_RUNTIME_FRAMEWORK_ABSOLUTE_PATH_ /Library/Google/Frameworks/Gild.framework
DISPLAY /tmp/launch-e8zHkU/:0
SECURITYSESSIONID baee30
_ /Applications/MAMP/Library/bin/httpd

PHP Variables
Variable Value
_SERVER["HTTP_HOST"] localhost:8888
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
_SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"] 300
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["PATH"] /usr/bin:/bin:/usr/sbin:/sbin
_SERVER["SERVER_SIGNATURE"] <address>Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2 Server at localhost Port 8888</address>
_SERVER["SERVER_SOFTWARE"] Apache/2.0.59 (Unix) PHP/5.1.6 DAV/2
_SERVER["SERVER_NAME"] localhost
_SERVER["SERVER_ADDR"] ::1
_SERVER["SERVER_PORT"] 8888
_SERVER["REMOTE_ADDR"] ::1
_SERVER["DOCUMENT_ROOT"] /Applications/MAMP/htdocs
_SERVER["SERVER_ADMIN"] you@example.com
_SERVER["SCRIPT_FILENAME"] /Applications/MAMP/htdocs/GetSimple/phpinfo.php
_SERVER["REMOTE_PORT"] 60790
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /GetSimple/phpinfo.php
_SERVER["SCRIPT_NAME"] /GetSimple/phpinfo.php
_SERVER["PHP_SELF"] /GetSimple/phpinfo.php
_SERVER["REQUEST_TIME"] 1249988465
_SERVER["argv"]

Array

_SERVER["argc"] 0
_ENV["SHELL"] /bin/bash
_ENV["TMPDIR"] /var/folders/6h/6hU8eSraFbWyxqI38qxVbU+++TI/-Tmp-/
_ENV["Apple_PubSub_Socket_Render"] /tmp/launch-KaI5uW/Render
_ENV["USER"] jjr2527
_ENV["COMMAND_MODE"] legacy
_ENV["SSH_AUTH_SOCK"] /tmp/launch-wrppRL/Listeners
_ENV["__CF_USER_TEXT_ENCODING"] 0x1F5:0:0
_ENV["PATH"] /usr/bin:/bin:/usr/sbin:/sbin
_ENV["PWD"] /
_ENV["HOME"] /Users/jjr2527
_ENV["SHLVL"] 2
_ENV["DYLD_LIBRARY_PATH"] /Applications/MAMP/Library/lib:
_ENV["LOGNAME"] jjr2527
_ENV["_GOOGLE_GILD_RUNTIME_FRAMEWORK_ABSOLUTE_PATH_"] /Library/Google/Frameworks/Gild.framework
_ENV["DISPLAY"] /tmp/launch-e8zHkU/:0
_ENV["SECURITYSESSIONID"] baee30
_ENV["_"] /Applications/MAMP/Library/bin/httpd

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
Reply
#9
Are you still using the .htaccess file you created or the one that comes in the installation?
------
I can't design for shit but I can code the shit out of your design
Reply
#10
I am still using the .htaccess file I mentioned earlier.
Reply
#11
You need the following in the .htaccess file if it's the only install of GetSimple in that parent directory.
Code:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
------
I can't design for shit but I can code the shit out of your design
Reply
#12
I installed the 1.3 version on php 5.1 and I encounter the same problem and don't see any screen or text on accessing the folder after the install. I am not sure about the mod_rewrite. I deleted the .htaccess file under the /data folder and I tried to follow the posts on this topic and my problem is not resolved. I have put the .htaccess file under the GetSimple folder with the following lines:

.htccess file
---------------
Options +Indexes
Options +FollowSymlinks
RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ /getsimple/index.php?id=$1 [L]
Reply
#13
mj, just to see if this fixes it, remove lines 42-56 from the /admin/inc/functions.php file. After uploading it, let me know if you see anything different.

If this fixes it, it's because for some reason, his server doesn't allow remote url pickup with file_get_contents();

What you are deleting here is where you are getting a random-generated key that my server assigns you upon installation. It is used absolutely nowhere right now, but I had envisioned using it to create a sort of 'salt' to encrypt/protect certain processes.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#14
Yes.. after removing those lines, I got the installation screen, but the host where I am trying does not have php 5.1.3, but 5.1.2. And so ofcourse, it is not installed. IToo bad, they do not have 5.1.3. Thanks anyway!
Reply
#15
I added the lines to the .htaccess but that didn't help.

I deleted the htaccess file from the data directory since that seems to have helped MJ. I also removed the function creating the "salt" as suggested. Still no luck

I have an .htaccess with the text specified above in the root of the GetSimple directory which is in the htdocs directory.

The only other .htacces I could find after deleting the one in the data directory is the one in the backup directory which I figured should be left alone.
Reply
#16
Code:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on

## Uncomment to have multiple instances of GetSimple on the same server. Replace demo with the folder SM is installed in.
RewriteBase /GetSimple/

## If you uncomment out the above line, comment this one out.
## RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
------
I can't design for shit but I can code the shit out of your design
Reply
#17
I get the same blank page. I'm trying to install it on my local pc using WAMP, I already checked and I DO have rewrite enabled. Any solution to this? I really want to start playing with with! Smile
Reply
#18
ccagle8 Wrote:mj, just to see if this fixes it, remove lines 42-56 from the /admin/inc/functions.php file. After uploading it, let me know if you see anything different.

If this fixes it, it's because for some reason, his server doesn't allow remote url pickup with file_get_contents();

What you are deleting here is where you are getting a random-generated key that my server assigns you upon installation. It is used absolutely nowhere right now, but I had envisioned using it to create a sort of 'salt' to encrypt/protect certain processes.

... had that problem with v1.4 and the same with 1.5 - in this version I skipped line 42-62 and everything went fine...
Reply
#19
Any help? I would like to get this CMS running on a local host?
Reply
#20
Henry, did you remove those lines that wizzy mentioned? in ver 1.4, the fucntion was using file_get_contents(), and in ver 1.5 it is using curl. I've read that curl is the better option of the two, so thats why i went with it now.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#21
Thanks! I got it to work. Going to develop a theme for it have to design it first Smile
Reply
#22
I think alot of these types of problems are when people try to install it on localhost. Putting it on a regular host wouldn't have this problem near as much.

I cant wait to see themes for this! Don't forget to add it to the Themes forum here.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#23
Maybe you should make this a sticky? Or have some info kind of FAQ for localhost testers?

This worked for me on Windows 7 with WAMP:

1. Put the .htaccess file in the root of GetSimple
2. Modify your .htaccess by replacing it with this:

RewriteEngine On
RewriteBase /

3. Delete lines 42-56 from the /admin/inc/functions.php
4. Click on WAMP Server in your taskbar (bottom right corner) then go to Apache=>Apache Modules=>rewrite_module(make sure this is checked)
5. Restart WAMP

That worked for me hope it works for whoever needs assistance.
Reply
#24
Just a quick note to say that I also got a blank install.php page. I am using "XAMP on a stick" on my Windows Vista Ultimate laptop running on localhost.

I commented out the part of functions.php listed above and it now the page loads correctly. Thanks
Heather Feuerhelm
Uniquely Yours Business Services
Virtual Business Services
Web Design and Hosting
Reply
#25
hi, friends.
I am using linux ubuntu with apache2 and php 5.2.4; Chmoded the /data/ to what it has to be.
When trying to install getting the redirection to install.php with blank screen.
Commented lines 42 — 62 out (something on the subject of $api_file), got the insallation screen. However, after I fill the form and submit it, I get to problems:
1) “Error: There was a problem sending out the registration information via email. Please make note of the password below.”
2) After I make myself a note and press on the “log in” link (href="index.php") it redirects me back to the install.php file. Like nothing happened.

Please suggest what to do. GetSimple v. 1.5
Reply




Users browsing this thread: 1 Guest(s)