User Tools

Site Tools


general_and_faq:tech_faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
general_and_faq:tech_faq [2014/12/03 06:19]
mooadmin
— (current)
Line 1: Line 1:
-====== Developer FAQ ====== 
- 
-  * <font 9pt/​arial;;#​FF8C00;;#​ffffff>​** I got a 500 error / internal server error when trying to install mooSocial. What should I do? **</​font> ​ \\ Enable debugging mode to see what happens (see below). Your server might be missing a required PHP extension to run mooSocial 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** How do I enable debugging mode? **</​font>​ \\ Open app/​Config/​core.php and change "​debug"​ param to 1 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** I made some changes ( e.g. language strings… ) but I do not see them on the site. What should I do? **</​font>​ \\ Try to clear the global cache (Admin Dashboard → Clear Global Cache) 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** Why don't I see the admin settings page? **</​font>​ \\ Only super admins has access to the admin settings and some other pages in the admin panel. 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** I had a foo folder in the root directoty but now I cannot access it in the browser after installing mooSocial. What happened? **</​font>​ \\ It's because mooSocial redirects all requests to app/webroot folder so you will need to move your foo folder to app/webroot if you want to access it in the browser (e.g. yourdomain.com/​foo) 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** How do I change the favicon? **</​font>​ \\ You can change the favicon by uploading it to app/​webroot. After that, clear your browser cache and restart your browser to see the new one. All public accessible files should be in that directory 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** What do I need to do after migrating mooSocial to a new server? **</​font>​ \\ You need to update the database details in app/​Config/​config.php file and clear the persistent cache folder (app/​tmp/​cache/​persistent) 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** Where do I change the default cover image? **</​font>​ \\ It's located in app/​webroot/​themes/​themefolder/​img/​cover.jpg 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** My users keep getting logged out (remember me feature does not work). Why? **</​font>​ \\ It's mostly because you have Suhosin installed on your server. Please ask your server admin to disable these 2 settings: suhosin.srand.ignore and suhosin.mt_srand.ignore. 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** Whenever I submit a form or login, it redirects me to yourdomain.com/​somecontroller/​yourdomain.com. What do I do? **</​font>​ \\ Open app/​Controllers/​AppController.php and add the line below right after the openning php tag \\ $_SERVER['​HTTP_X_FORWARDED_HOST'​] = '';​ 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** How do I integrate Facebook registration?​ **</​font>​ \\ First, you need to create a Facebook app ([[https://​developers.facebook.com/​apps|https://​developers.facebook.com/​apps]]). Make sure the domain name of your app matches the one that mooSocial is installed on. After that, copy and paste your app id and secret to the Facebook integration fields in System Settings → Integration. Finally, check the Facebook Registration check box and click Save 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** Why do I get an internal server error when I install mooSocial in a sub directory? **</​font>​ \\ Adding "​RewriteBase /" after "​RewriteEngine On" in all three .htaccess files might fix this problem. 
- 
-  * <font 11pt/​arial;;#​008000;;#​ffffff>​** Where do I get information about the framework? **</​font>​ \\ mooSocial is built on top of CakePHP framework. You can find CakePHP documentation here 
  
general_and_faq/tech_faq.1417587542.txt.gz · Last modified: 2015/08/24 01:12 (external edit)