thecpaneladmin / EA-PhalconPHP

EasyApache Custom Opt Mod for PhalconPHP Framework
http://www.thecpaneladmin.com/php-phalcon-module-for-cpanel-easyapache/
GNU General Public License v2.0
20 stars 5 forks source link

Phalcon extension not showing on easy apache #5

Closed afbora closed 8 years ago

afbora commented 8 years ago
cd /usr/src
wget https://github.com/thecpaneladmin/EA-PhalconPHP/archive/master.zip
unzip -d /var/cpanel/easy/apache/custom_opt_mods/ master.zip
/scripts/easyapache

I tried with this commands but Phalcon extension not listed on EasyApache ssh or interface.

What can i do?

vanessavasile commented 8 years ago

Make sure the plugin folder is directly in /var/cpanel/easy/apache/custom_opt_mods/. Usually when the plugin does not show up in the interface it's because the folder is not in the right location.

afbora commented 8 years ago

@vanessavasile path is correct.

vanessavasile commented 8 years ago

I just followed the exact steps you pasted, and I see 'Phalcon' listed in the PHP options when running EA. So it does appear to be working properly.