Posts: 4
Threads: 1
Joined: Jul 2014
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?
Posts: 6,266
Threads: 181
Joined: Sep 2011
check
data/other/logs/errorlog.txt
enable debuglog in gsconfig and try again.
Sounds like a fatal php error somewhere
Posts: 4
Threads: 1
Joined: Jul 2014
Thank you very much

There was "call to undefined function utf8_decode" in errorlog.txt . I've installed php5-xml and managed to complete the installation.
Posts: 6,266
Threads: 181
Joined: Sep 2011
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
Posts: 4
Threads: 1
Joined: Jul 2014
2014-07-19, 03:14:48
(This post was last modified: 2014-07-19, 03:19:07 by J_S.)
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
Posts: 6,266
Threads: 181
Joined: Sep 2011
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.
Posts: 4
Threads: 1
Joined: Jul 2014
Hi, i'm here again

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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
nm, I already found them.
Posts: 2
Threads: 1
Joined: Aug 2014
I am having the same issue. However, there was nothing in my error log?