You are here

Sandcamp 2012

SandCamp 2012!

Matt Young will be doing two sessions, one on Phone Gap, Drupal and Ffmpeg and one on comparing the state of Pantheon, Mercury and Acquia Dev and Managed Cloud... back to back on Friday.

Comments

Chrisitha (not verified) says:

When I start the uwsgi, I got this error :python2.6: error while loaidng shared libraries: libpython2.6.so.1.0:cannot open shared object file: No such file or directoryIs there any ideas for this problem?Btw, the when I install the python-pip, it showed there is no python-pip package.So I use the easy_install pip replace this that.Is this cause that problem?I am a newbie in Linux.Thanks

Thomas (not verified) says:

Thanks for the tips! I’ll add them to the post – but obilousvy it’s starting to get way out of date now. Sad face. Truth is, I’ve turned off the file conversion parts of this on the site it was implemented on.

Pradyumnapalash (not verified) says:

Thanks for a great tutorial, I magenad to get this going on debian as root, but having an issue starting from the script.I can run :/opt/openoffice.org3/program/soffice -headless -accept= socket,host=127.0.0.1,port=8100;urp -nofirststartwizard as root, but when running the script, I get :#/etc/init.d/openoffice-service startStarting OpenOffice service: OpenOffice Started[Java framework] Error in function NodeJava::writeSettings (elements.cxx).javaldx failed!creation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedcreation of executable memory area failed: Permission deniedthe java I have installed is java-gcj-compat, the server is debian etch

Artboy (not verified) says:

So I am giving this a try on 10.04 Ubuntu sverer.I have run into a few things.Open Office installs into a different place now with the package. (see update below).I have the same error:[Java framework] Error in function createSettingsDocument (elements.cxx).javaldx failed!I have no user folder for www-data to add .openoffice.org into it.I can start OO with the command line of another user and with root.I tried creating a user folder www-data with the permissions of www-data and a folder .openoffice.org with the same www-data permissions.Still no go for me.#!/bin/bash## description: Open Office Service#export WEBUSER=www-dataexport PATH=$PATHexport LANG=en_US.UTF-8start() {echo -n Starting OpenOffice service: sudo -u $WEBUSER /usr/bin/soffice -headless -accept= socket,host=127.0.0.1,port=8100;urp -nofirststartwizard &echo OpenOffice Started

Sema (not verified) says:

I have a working sulotion. Wish there was a site that provided a big list with theming best practices. Anyway, if you past the piece below into your template.php you can adjust the submitted by line in Drupal 7 and add comment count + link.function catfacts_preprocess_node(&$vars, $hook) {//submitted line onder artikelen$vars['submitted'] = t('Geplaatst door !username op @datetime - !reacties', array( '!username' => $vars['name'], '@datetime' => date("j F Y", $vars['created']),'!reacties' => l(format_plural($vars['comment'], '1 reactie', '@count reacties'), drupal_lookup_path(alias,$vars['uri']['path']).'#comments') ));}

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.