Search found 8 matches
- 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...
- 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.
Yes you are.cyberman wrote: Ahh - you are a Nokia guy. Am I right?
Johan
- 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.
It's a little premature for thatcyberman wrote: Maybe you can add a little howto on our wiki.

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
- 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'; ...
- 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...
- 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.
Ok, here it is.cyberman wrote: A phpinfo() could be very helpful...
Thanks for all help.
Johan
- 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.
Nothing is written to error.log and memory_limit is 32M.alby wrote: Check apache log and requirement for php: check phpinfo for memory_limit
Are there any components that CMS depends upon that usually are available by default and in this context might not be?
Johan
- 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...