custom build plugin not visible in DA 1.52.0

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
653
after update to DA 1.52.0 the CB plugin not visible (skin issue?) even after remove and reinstall
tried multiple browsers including ones I had never accessed the url before with as well as deleting all cookies and temp files before posting this

edit forgot to mention centos 7...for now...
 
Last edited:
I reinstalled using centos 6.7 and seems fine so dunno.
 
Usually plugins that don't show up are due to something wrong with the call to php.
So the first thing I always check, is testing it out manually, eg:
Code:
[root@es5 scripts]# /usr/local/bin/php -r 'echo "hi\n";'
hi
[root@es5 scripts]#
More often than not, that path is either missing or 0 bytes, due to some other compile failure during the install.

John
 
Usually plugins that don't show up are due to something wrong with the call to php.
So the first thing I always check, is testing it out manually, eg:
Code:
[root@es5 scripts]# /usr/local/bin/php -r 'echo "hi\n";'
hi
[root@es5 scripts]#
More often than not, that path is either missing or 0 bytes, due to some other compile failure during the install.


John
honestly I had nothing but trouble with cent 7 so reloaded 6.7 upgraded to 6.9 and plugin shows fine.
 
Back
Top