-1

I have installed Codeigniter Version 3.0.6 successfully but its showing me an error:

A PHP Error was encountered

Severity: Core Warning

Message: Module 'zip' already loaded

Filename: Unknown

Line Number: 0

Backtrace:

Any help would be appreciated.

Amit Rajput
  • 2,061
  • 1
  • 9
  • 27

1 Answers1

0

this error is because in the application/config/autoload.php are loading the module zip, and if you don´t have it installed in your server you need to install, or quit it from autoload.php

elddenmedio
  • 1,030
  • 1
  • 8
  • 15