2

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?

baao
  • 71,625
  • 17
  • 143
  • 203
Yousof K.
  • 1,374
  • 13
  • 23

1 Answers1

0

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.

Yousof K.
  • 1,374
  • 13
  • 23