Post-Install Errors
Permalink
I just installed 5.3.2 to a new site, and get some errors...
In Pages and Themes, I get Unable to connect to the marketplace.
When using help, and searngin for a term
Fatal error: Call to undefined function ngettext() in /home/mhrsyr/public_html/concrete/tools/support/search.php on line 19
In Pages and Themes, I get Unable to connect to the marketplace.
When using help, and searngin for a term
Fatal error: Call to undefined function ngettext() in /home/mhrsyr/public_html/concrete/tools/support/search.php on line 19
We're running PHP 5.2.10
You can see a phpinfo here..
http://204.12.11.169/~mhrsyr/phpinfo.php...
I've just installed C5 at this location, so I'm inclined to delete and re-install, but I thought these errors were worth sharing.
You can see a phpinfo here..
http://204.12.11.169/~mhrsyr/phpinfo.php...
I've just installed C5 at this location, so I'm inclined to delete and re-install, but I thought these errors were worth sharing.
I'm having the same problems... any luck?
I'm just seeing that my PHP library doesn't currently have function mb_detect_encoding enabled.
I'm going to enable that, and then recompile, but I won't be able to do this for ~10hrs.
I'm going to enable that, and then recompile, but I won't be able to do this for ~10hrs.
I don't think that PHP function above is related to this issue. :-(
looks like perhaps the gettext library is missing in my php install... going to give that a shot
http://us3.php.net/manual/en/gettext.requirements.php...
http://us3.php.net/manual/en/gettext.requirements.php...
compiling with the gettext library worked. bad news is now my server is out of memory :) looks like i need to do some tweaking
Unable to connect to the market place is also showing up on my install. The funny thing is everything works fine for another 5.3.2 install on a sub-domain but not on my second install on the root domain.
Any Ideas would be helpful thanks.
Any Ideas would be helpful thanks.
Now that I've got that ngettext thing licked... (and by the way it or something else I compiled into PHP also fixed the pretty url's not working)
I'm still unable to connect to the marketplace in the Get More Themes section. It appears to be working in the Add Functionality section (though nothing is listed). And it shows I'm logged into the marketplace.
Any help with this issue or even how to troubleshoot in C5 would be appreciated.
FYI - fresh install of concrete 5.3.2 (only thing installed on that domain) running on linux with apache 1.3, php 5.2.10, mysql 5.x, with the following modules configured
I'm still unable to connect to the marketplace in the Get More Themes section. It appears to be working in the Add Functionality section (though nothing is listed). And it shows I'm logged into the marketplace.
Any help with this issue or even how to troubleshoot in C5 would be appreciated.
FYI - fresh install of concrete 5.3.2 (only thing installed on that domain) running on linux with apache 1.3, php 5.2.10, mysql 5.x, with the following modules configured
'./configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-sockets' '--enable-zip' '--prefix=/usr' '--with-bz2' '--with-config-file-path=/usr/local/lib' '--with-config-file-scan-dir=/usr/local/lib/php.ini.d' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr/local' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql' '--with-mysqli' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-png-dir=/usr' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr/X11R6' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr'
http://php.oregonstate.edu/ngettext...
what version of php are you running?