We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

livestream as mobile index page[Solved] | Forum

Topic location: Forum home » Support » General Questions
Daniel
Daniel Nov 16 '14

Hi,

 

I have one question concerning the mobile version of oxwall: I’d like to use the livestream as the mobile index page, but I don’t have the option for that. Is there a possibility to make the livestream to the index page for all mobile users?

 

Thank you, Daniel

The Forum post is edited by ross Nov 18 '14
Daniel
Daniel Nov 16 '14
ross Team
ross Nov 17 '14
There's the dashboard newsfeed in the mobile version only. You can drag and drop it in the first place instead of main page in the menus section: http://demo.oxwall.org/admin/mobile/navigation however this page will be redirected to the sign-in page, as a user has to be logged in to see his/her dashboard newsfeed.

In order to have index newsfeed in the mobile version is considered as a custom code modification.

You will need to hire a programmer to do that for you. You can do that here: http://www.oxwall.org/market/specialists
Also you can make a post about it in the custom code modification section of the forum. Probably some community members works on that already and we'll be willing to assist you with that.
Daniel
Daniel Nov 17 '14
Hi Ross,


thank you very much for your help. I drag and dropped the Newsfeed to the first position.



The thing is, that after logging in into the mobile version users are redirected to e500.php, not to "/newsfeed". What might be the reason for that?




Thank you, Daniel.

ross Team
ross Nov 17 '14
e500.php means there's some error
you need to enable the debug mode, reproduce your last action in order to see the error and copy the error here so we could assist you further
The Forum post is edited by ross Nov 17 '14
Daniel
Daniel Nov 17 '14
I get the following error:



OW Debug - ExceptionMessage:Can't find config `admin_cookie` in section `base`!File:/var/www/web280/html/dww/ow_system_plugins/base/bol/config_service.phpLine:151Trace:#0 /var/www/web280/html/dww/ow_core/config.php(169): BOL_ConfigService->saveConfig('base', 'admin_cookie', 'vy7E4Y8u7YZahet...') #1 /var/www/web280/html/dww/ow_system_plugins/base/classes/event_handler.php(133): OW_Config->saveConfig('base', 'admin_cookie', 'vy7E4Y8u7YZahet...') #2 [internal function]: BASE_CLASS_EventHandler->onUserLoginSetAdminCookie(Object(OW_Event)) #3 /var/www/web280/html/dww/ow_core/event_manager.php(200): call_user_func(Array, Object(OW_Event)) #4 /var/www/web280/html/dww/ow_core/auth.php(149): OW_EventManager->trigger(Object(OW_Event)) #5 /var/www/web280/html/dww/ow_core/auth.php(101): OW_Auth->login(1) #6 /var/www/web280/html/dww/ow_core/user.php(96): OW_Auth->authenticate(Object(BASE_CLASS_StandardAuth)) #7 /var/www/web280/html/dww/ow_system_plugins/base/bol/user_service.php(1380): OW_User->authenticate(Object(BASE_CLASS_StandardAuth)) #8 /var/www/web280/html/dww/ow_system_plugins/base/mobile/controllers/user.php(95): BOL_UserService->processSignIn('Schneng', 'OWdww2005', true) #9 [internal function]: BASE_MCTRL_User->standardSignIn(Array) #10 /var/www/web280/html/dww/ow_core/request_handler.php(263): call_user_func_array(Array, Array) #11 /var/www/web280/html/dww/ow_core/mobile_application.php(291): OW_RequestHandler->dispatch() #12 /var/www/web280/html/dww/index.php(73): OW_MobileApplication->handleRequest() #13 {main}Type:InvalidArgumentException




The Forum post is edited by Daniel Nov 17 '14
ross Team
ross Nov 17 '14
Daniel, seems like these two issues
http://www.oxwall.org/forum/topic/28715
http://www.oxwall.org/forum/topic/28716
are connected to the unsuccesfull update of the software.
When did you update your software? How long ago?
Do you have a backup?
Daniel
Daniel Nov 17 '14
The update was made in the 29th of August by Skalfa.com.


I do have a backup from the 28th, but since this time a few things happened in the community. Is there a solution to make oxwall work proper?

Would it be reasonable to make a new installation and use the information from the current database to make it work?

ross Team
ross Nov 17 '14
Daniel, no need to reinstall the software

can you please now go to yoursite.com/ow_updates and run the update again?
After you do that can you check if the issue with the mobile sign-in persists.
Daniel
Daniel Nov 17 '14
You mean that I should do the following?


1) Delete the current files an database

2) Restore the backup (files & database) from the 28th of august

3) Update oxwall again

4) Restore the backup (database) from today to get all the current actions



Did I get it right what you suggested?

ross Team
ross Nov 17 '14
No, for now just please go to this url: site.com/ow_updates and run the update again.
Daniel
Daniel Nov 17 '14
Allright.


But I just see: "Update Request - Your version is up to date. Go to Index Page or Admin Panel"


No option to run the update again.

The Forum post is edited by Daniel Nov 17 '14
ross Team
ross Nov 17 '14
Yes, that's right. Can you please go to the mobile newsfeed page? Do you still have e500.php?

If yes, can you please let me know what was your previous software version?  

The Forum post is edited by ross Nov 18 '14
Daniel
Daniel Nov 18 '14
Hi Ross,


I still do have e500.php with the same error in debug mode.


The previous version of oxwall I ran was 1.5.3 build 6341.


ross Team
ross Nov 18 '14
Daniel, please run this SQL query in your Database via phpmyadmin

INSERT INTO `ow_base_config` (`id`, `key`, `name`, `value`, `description`) VALUES (NULL, 'base', 'admin_cookie', NULL, NULL)


and see if the issue with the mobile sign in and invalid data submitted persists. 

Daniel
Daniel Nov 18 '14
Wunderful, it works! That's great! 

The "Invalid Data submitted!"-error is gone, too.


Thank you very much, Ross! You helped alot!

ross Team
ross Nov 18 '14
Great. Thanks for letting us know. I'm going to mark this thread as solved then.