Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...