Laravel iconv, mbstring and bcrypt issues after uploading

835 Views Asked by At

PHP v 5.4.2, Mcrypt enabled, iconv enabled, every requirements are met.

The project works fine in my production machine (obviously). However, once i have uploaded it to the server I have been facing one problem after another.

enter image description here

It's a shared hosting where I do not have access to the php.ini or cannot install any programs. However, since all the requirements are met I believe none are needed anyways. What could be causing this and what would be the solution?

1

There are 1 best solutions below

0
On BEST ANSWER

The problem was with with the server itself. It did not have PHP Mbstring support enabled. Once the admin enabled it, the issue was resolved.