I installed wordpress on a server, and everything worked fine, however when I try to add the function:
define('MULTISITE', true);
All pages appear the following error:
"Error connecting to Database"
Apparently wordpress is not creating some necessary tables, but it's a new installation and when I comment on the multisite line it works normally.