ngrmm Posted March 5, 2016 Posted March 5, 2016 i did a blank installation. i had to change .htaccess these were the changes: # Options -Indexes # Options +FollowSymLinks and # <IfModule mod_php5.c> # php_flag magic_quotes_gpc off # php_flag magic_quotes_sybase off # php_flag register_globals off # </IfModule> i had to comment them out but after the last step i get this error. [sat Mar 05 16:07:52 2016] [error] PHP Fatal error: Class 'InputfieldSelectMultiple' not found in /is/htdocs/wp1164483_ZCA9MSF2EZ/www/site/tmp/wire/modules/Inputfield/InputfieldAsmSelect/InputfieldAsmSelect.module on line 7, referer: http://www.*****.***/tmp/install.php
BitPoet Posted March 5, 2016 Posted March 5, 2016 Actually, commenting out the php flags makes sense on reasonably current PHP versions (>= 5.4). Directory options may not be overrideable due to apache's config. @ngrmm: what ProcessWire and PHP versions are you running?
ngrmm Posted March 5, 2016 Author Posted March 5, 2016 i had to comment them out because of hosteurope i installed PW 2.7.2 and PHP version is 5.6
BitPoet Posted March 5, 2016 Posted March 5, 2016 This combination shouldn't give any troubles. Have you checked that InputfieldSelectMultiple.module is where it is supposed to be (under wire/modules/Inputfield), just to rule out ftp transfer errors?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now