Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blank screen during installation
#1
Hi!
I've downloaded GetSimple CMS v 3.3.2
When I navigate to ...\admin\install.php in a web-browser it shows that everythink is ok. Then I press ''Continue whith setup' button it displays a form containing three fields (website name, username and email). After i fill them and press "Install now" I get a blank window in browser. No any errors in webserver's log.
Any ideas?
Reply
#2
check
data/other/logs/errorlog.txt

enable debuglog in gsconfig and try again.

Sounds like a fatal php error somewhere
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
Thank you very much Smile
There was "call to undefined function utf8_decode" in errorlog.txt . I've installed php5-xml and managed to complete the installation.
Reply
#4
odd that it would be missing, I believe it is a core function not module based.
must be a compile issue
php-xml

I can add checks in the future for this to catch it.
Thanks
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
on clean freebsd system I had to install the following:

php5-5.4.30
php5-curl-5.4.30
php5-dom-5.4.30
php5-json-5.4.30
php5-xml-5.4.30

I think it will be very useful for new GetSimple users if you add checks
Reply
#6
yeah freebsd has a custom minimal php build, it is non standard.
I will add checks for all of these.

Do you know what error each threw, specific function calls, so we can see if some can be overloaded or eliminated.

I am pretty sure they are all needed.
dom_import_simplexml used to extend simplexml with cdata
json for json encode decoding
curl is optional as is gd, stuff will fail but not fatally for these.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#7
Hi, i'm here again Smile
I'm sorry, i din't understand, what kind of information you want to get?
I think any extension error depends on the first function call in you code which use this extension. So if you change order of function calls, the errors will be different.
may be i can help you, but i have to know what exactly you need.
Reply
#8
nm, I already found them.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#9
I am having the same issue. However, there was nothing in my error log?
Reply




Users browsing this thread: 1 Guest(s)