e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Istallation Themes issue #3083

Closed Abidkatib closed 6 years ago

Abidkatib commented 6 years ago

Hi, i'm istalling the e107 cms on my localhost but why the themes don't shown up in the step 6 of the istallation of e107?

abid_e107

tgtje commented 6 years ago

@Abidkatib what files do you use, best to overwrite or use the files here from github. You can find more about this issue in recent (closed) posts #2933 #3018 #3027 It is very possible that the files you are using do not contain those changes (by date seeing v 2.1.7).

Abidkatib commented 6 years ago

Hi I downloaded the files from github and again still can't see the themes in STEP 6 and can't move on.

please advice me thanks

tgtje commented 6 years ago

What is the 'build'for your localhost? Wamp, Xampp Ubunut, etc...

rica-carv commented 6 years ago

And PHP version?

P.S.: I don't know if it's already donne or not, or if could be easilly donne, but shouldn't e107 halt install if a PHP version or required module isn't installed? Wouldn't it be easier to issue a warning or something similar?

tgtje commented 6 years ago

That is the correlation @rica-carv ; since the previous issues were on xml (and step 6 involvement (uses) and again recent issues when php xml is not running (or installed). "it all looks" alike... (and such opens up the case for..)

Moc commented 6 years ago

@Abidkatib Please provide your PHP version and if possible more information on your server configuration (installed modules for example)

Oding81 commented 6 years ago

Hi @Moc i have/had the same problem as above.. with update of a server Centos 6.x Linux.. I tryed PHP 7.1.16 and failed I Tryed PHP 7.2.4 and failed.

Downloaded E107 Version 2.1.7 Stable Failed. Downloaded E107 Master Brance 2.1.8 Copy only install.php from it to 2.1.7 Env .. Failed install(e107:theme function.. is in external file). Downloaded E107 Master Brance 2.1.8 Full .. and is installing ok tested with below compile setting for 7.1 and 7.2.

Meaning above looks like its fixed in E107 2.1.8

Install stops 2.1.7 all at same step 6 picture above.

Other CMS(Not e107 ) are working.

Then i checked after reading above issues youre talking about .. xml comments. I checked PHP INFO function. and libXML is enabled..

libXML support | active -- | -- libXML Compiled Version | 2.7.6 libXML Loaded Version | 20706 libXML streams | enabled

Below Compile settings PHP ./configure --prefix=/opt/php-7.1.16-fastcgi --with-pdo-pgsql --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-soap --enable-calendar --with-curl --with-gd --with-pgsql --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --with-mhash --enable-zip --with-pcre-regex --with-pdo-mysql --with-mysqli --with-jpeg-dir=/usr --with-png-dir=/usr --with-openssl --with-fpm-user=apache --with-fpm-group=apache --with-libdir=lib64 --enable-ftp --with-imap --with-imap-ssl --with-kerberos --with-gettext --enable-cgi --enable-fpm --enable-exif --enable-mbstring

Eigelijk bedoel ik het werkt.. met 2.1.8 Full install

Moc commented 6 years ago

@Oding81 thanks for the feedback and detailed information. Is there any chance you can test the issue with PHP 5.6.x? Or PHP 7.0? I think it's a compatibility issue with PHP 7.1+

Cloudberrydotdev commented 6 years ago

I was asked to add my php version to this thread because my issue was closed as a duplicate. PHP version 7.2.2

Abidkatib commented 6 years ago

I downloaded the files from github one more time and the issue is fixed. thanks for every one.

Cloudberrydotdev commented 6 years ago

Having read the above I thought I'd better try again. Using the git hub master works textx But using the zip download from the link on the e107 website (see below) still fails http://sourceforge.net/projects/e107/files/e107/e107%20v2.1.7/e107_2.1.7_full.zip/download test2 For reference my local system versions are test

tgtje commented 6 years ago

Thank you for supplying information There is indeed a (likely due to updated files > xml related) a difference in the ones from the zip file, and those from Github master. The Zip pack has to be seen as a fully working version (however at point in time it did not fully support the newest php versions). The github master files are the latest and are a little ahead on the zip packs, but are not 'stable' in means of any time an update can happen...

Moc commented 6 years ago

Closing, fixed on Github. Will be part of 2.1.8 release.

CaMer0n commented 6 years ago

Closing.