我正在使用JOOMLA 3.2版本,我想从Joomla 1.5开发的另一个网站导入我的Joomla 3网站的用户,可以吗?有可用的免费扩展吗?
谢谢
发布于 2014-10-29 20:16:09
您必须在服务器中启用PHP XSL扩展,才能成功地将用户从Joomla 1.5导入到Joomla 3.xx。要做到这一点,
1. The PHP XSL library needs to be compiled.
2. The compiled PHP Extension can then be loaded in a custom php.ini under your DocumentRoot.
3. The XSL Extension requires libXML -- does your existing PHP installation have it?
您可以通过Easyapache启用PHP XSL扩展,或者如果是共享主机,请打开PHP设置并选中其按钮激活xls。同样也可以通过编辑php.ini文件来执行,并将xls扩展名从Off编辑为On。万事如意!
https://stackoverflow.com/questions/22196832
复制相似问题