If you cannot set php ini values through the htaccess files, then you have to get a bit creative:
In index.php and setup.php add:
ini_set('memory_limit','128M');
And after that, enable the magic_quotes_gpc hack:
1. Uncomment magic_quotes_gpc Hack in setup.php
2. Uncomment magic_quotes_gpc Hack in index.php
3. Change in Setup/Controller.php
// check php environment
$requiredIniSettings = array(
'magic_quotes_sybase' => 0,
'magic_quotes_gpc' => 1,
'magic_quotes_runtime' => 0,
'mbstring.func_overload' => 0,
'eaccelerator.enable' => 0,
'memory_limit' => '48M'
);
woensdag 18 mei 2011
dinsdag 12 april 2011
openSUSE AD joining
Works like a charm, as long as the dns resolving configuration is edited as follows:
/etc/nsswitch.conf:
hosts: files dns
#hosts: files mdns4_minimal [NOTFOUND=return] dns
Else the DC cannot be found.
/etc/nsswitch.conf:
hosts: files dns
#hosts: files mdns4_minimal [NOTFOUND=return] dns
Else the DC cannot be found.
donderdag 7 april 2011
Drupal 6 to 7 upgrade menu drama
Well, it took some time to figure out that according to some people in the Drupal development team disappearing menu items can be considered an undocumented feature...
To quote these very helpful people on the Drupal bugtracker (http://drupal.org/node/761648):
"This is just a normal bug, annoying but not a release blocker, easily fixed by configuration."
"yeah there is no significant subsystem broken here. And has nada to do with D7 upgrade.... just a bug."
Unbelievable.....
Especially since the fix is quite simple and could have been documented very easily in UPDATE.TXT (since this behaviour was known some 6 months before the Drupal 7 release): just re-enable the menu's in /admin/structure/types for each content type you want to be able to point a menu entry to...
To quote these very helpful people on the Drupal bugtracker (http://drupal.org/node/761648):
"This is just a normal bug, annoying but not a release blocker, easily fixed by configuration."
"yeah there is no significant subsystem broken here. And has nada to do with D7 upgrade.... just a bug."
Unbelievable.....
Especially since the fix is quite simple and could have been documented very easily in UPDATE.TXT (since this behaviour was known some 6 months before the Drupal 7 release): just re-enable the menu's in /admin/structure/types for each content type you want to be able to point a menu entry to...
woensdag 30 maart 2011
openSUSE Xen guest
Works like a charm, just dont install the xen-kmp-default guest driver package, as it will ruin the ata diver.
I'm still trying to figure out how to disable only the ata part of these drivers, but for now, just dont install them or your system will be completely unbootable.
I'm still trying to figure out how to disable only the ata part of these drivers, but for now, just dont install them or your system will be completely unbootable.
vrijdag 25 februari 2011
Trixbox firstrun experiences
Just finished installing and encountering something annoying in the zaptel installation which causes Asterisk to keep restarting, the following post solved that one:
http://fonality.com/trixbox/forums/trixbox-forums/help/asterisk-fails-start-bootup
(amportal start, chkconfig -level 345 zaptel off )
And ofcourse i was to lazy to read the wiki:
http://fonality.com/trixbox/forums/trixbox-forums/help/trixbox-ce-web-gui-password
To fix the possibility of playback recorded conversations and/or voicemails in browser, the following worked:
http://www.freepbx.org/forum/freepbx/users/ari-users-cant-play-the-voicemail-recordings
After updating all packages with yum update, start the memcached service to enable php sessions (needed ie for the voicemail playback application to run smoothly, else the playback popup remains empty ie).
Seems to be starting to work here!
http://fonality.com/trixbox/forums/trixbox-forums/help/asterisk-fails-start-bootup
(amportal start, chkconfig -level 345 zaptel off )
And ofcourse i was to lazy to read the wiki:
http://fonality.com/trixbox/forums/trixbox-forums/help/trixbox-ce-web-gui-password
To fix the possibility of playback recorded conversations and/or voicemails in browser, the following worked:
http://www.freepbx.org/forum/freepbx/users/ari-users-cant-play-the-voicemail-recordings
After updating all packages with yum update, start the memcached service to enable php sessions (needed ie for the voicemail playback application to run smoothly, else the playback popup remains empty ie).
Seems to be starting to work here!
dinsdag 1 februari 2011
Do not try to use a Highpoint RocketRAID with Linux
For it will eat your computer, steal your car, mess with your savings (even more than the banks already did), vote for the ultranionalists and simply make your life miserable...
Why? Well, because Highpoint doesnt seem to grasp the concept of updating drivers for new kernels or cooperating with distributions.
Buy something else (a very standard Adaptec worked magically for me), but really, save yourself the HighPointmess.
Why? Well, because Highpoint doesnt seem to grasp the concept of updating drivers for new kernels or cooperating with distributions.
Buy something else (a very standard Adaptec worked magically for me), but really, save yourself the HighPointmess.
zaterdag 2 oktober 2010
Abonneren op:
Posts (Atom)
