XF 2.1 Windows command prompt

Ozzy47

Well-known member
Okay, so wanting to create an addon, I ssh into the site, then type the following, php cmd.php xf-addon:create once I hit return, I get the following error:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/mcrypt.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
Could not open input file: cmd.php
 
My XF install is in the root public_html and the command like looks like this, [mysite@hosting ~]$
 
Last edited:
Top Bottom