Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 85

AppGuy30
Code is Art
Profile
Posts: 737
Reg: Oct 29, 2011
location unknow...
14,070
06/22/15 06:41 AM (8 years ago)

PEM File not Recognized

Invalid File Type. .pem files only. You tried to upload a file named GTAPEM.pem This happens on our remote server, not buzz touch. Any help is appreciated.
 
aussiedra
Code is Art
Profile
Posts: 431
Reg: Dec 25, 2010
Brisbane, Austr...
8,260
like
06/22/15 02:37 PM (8 years ago)
BT-server/bt_v15/bt_app change the following line in the file: bt_pushNotifications.php //if(strtolower($userfile_type) != "application/octet-stream" || strtolower($file_ext) != "pem"){ to if(strtolower($userfile_type) != "application/x-x509-ca-cert" || strtolower($file_ext) != "pem"){
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.