Search found 8 matches

by jhnwkmn
Sun Dec 16, 2007 3:41 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: Installing CMS on mobile phone.

Johan, are you doing this work in your spare time or because of a Nokia request ? At Nokia Research Center we have already for a number of years explored the possibilities enabled by a globally accessible web server on a personal mobile device. As part of that work we ported Apache to the Symbian p...
by jhnwkmn
Sat Dec 15, 2007 8:15 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: [Solved] Re: Installing CMS on mobile phone.

cyberman wrote: Ahh - you are a Nokia guy. Am I right?
Yes you are.

Johan
by jhnwkmn
Fri Dec 14, 2007 6:20 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: [Solved] Re: Installing CMS on mobile phone.

cyberman wrote: Maybe you can add a little howto on our wiki :).
It's a little premature for that :)

The PAMP stack is not available yet and the goal is to fix it so that CMSMS and other CMSs can be installed following the general instructions without a need for any extra trickery.

Br,
Johan
by jhnwkmn
Wed Dec 12, 2007 7:40 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: [Solved] Re: Installing CMS on mobile phone.

CMSms needs tokenizer support too ... Yes, and I've temporarily worked around that as explained here . That is, I replaced $this_varname = ((double)phpversion() >= 5.0) ? '_smarty' : 'this'; with $this_varname = ((double)phpversion() >= 5.0 and function_exists(token_get_all)) ? '_smarty' : 'this'; ...
by jhnwkmn
Tue Dec 11, 2007 3:31 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

[Solved] Re: Installing CMS on mobile phone.

It turned out that it was the call to session_start() in CMSInstaller.run() that failed and having '@' in front of the call appears to prevent the error message from being displayed. When I removed '@' I got the error Fatal error: session_start() [function.session-start]: Failed to initialize storag...
by jhnwkmn
Mon Dec 10, 2007 2:34 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: Installing CMS on mobile phone.

cyberman wrote: A phpinfo() could be very helpful :) ...
Ok, here it is.

Thanks for all help.

Johan
by jhnwkmn
Mon Dec 10, 2007 8:08 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Re: Installing CMS on mobile phone.

alby wrote: Check apache log and requirement for php: check phpinfo for memory_limit
Nothing is written to error.log and memory_limit is 32M.

Are there any components that CMS depends upon that usually are available by default and in this context might not be?

Johan
by jhnwkmn
Tue Dec 04, 2007 2:42 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Installing CMS on mobile phone.
Replies: 16
Views: 5114

Installing CMS on mobile phone.

Hi, I'm working in a project where we are bringing the whole LAMP stack - renamed as PAMP as in Personal AMP - to the mobile phone (Nokia S60 devices to be precise). Apache is version 2.2.4, MySQL is version 5.0.45 and PHP is version 5.2.2. We've reached the point that Drupal can be installed pretty...

Go to advanced search