Ourput Format: .avi
Video Compressor: MPEG64(Native)
Sound Compressor: MP3(Native)
Sound Format: 44100HZ, 128kbps, Stereo
Average Bitrate/Second 2048
Max Bitrate/Second 4096
Thursday, January 19, 2012
Saturday, August 28, 2010
working zen cart
Last night after creating a zencart mysql database, the zen-cart site seemed to be working ok. I loaded up the demo and was able to play with it a little.
Friday, August 27, 2010
on the trail of php continued
I got the following warning:
MySQL Support = OFF Click here for more info
Not surprisingly, the following command took care of it:
aptitude install php5-mysql
MySQL Support = OFF Click here for more info
Not surprisingly, the following command took care of it:
aptitude install php5-mysql
on the trail of php continued
Next I got a message saying php was not compiled with curl. Resolved this by installing php5-curl
I have no idea (yet) what curl is.
I have no idea (yet) what curl is.
on the trail of php
Early on in the configuration process I see this:
ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing.
Modified php.ini as follows to fix:
root@zen:/etc# git diff /etc/php5/apache2/php.ini
diff --git a/php5/apache2/php.ini b/php5/apache2/php.ini
index c105148..4962415 100644
--- a/php5/apache2/php.ini
+++ b/php5/apache2/php.ini
@@ -945,8 +945,8 @@ default_socket_timeout = 60
[Date]
; Defines the default timezone used by the date functions
-; http://php.net/date.timezone
-;date.timezone =
+http://php.net/date.timezone
+date.timezone = America/Los_Angeles
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
root@zen:/etc#
ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing.
Modified php.ini as follows to fix:
root@zen:/etc# git diff /etc/php5/apache2/php.ini
diff --git a/php5/apache2/php.ini b/php5/apache2/php.ini
index c105148..4962415 100644
--- a/php5/apache2/php.ini
+++ b/php5/apache2/php.ini
@@ -945,8 +945,8 @@ default_socket_timeout = 60
[Date]
; Defines the default timezone used by the date functions
-; http://php.net/date.timezone
-;date.timezone =
+http://php.net/date.timezone
+date.timezone = America/Los_Angeles
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
root@zen:/etc#
installed php5
I needed to install php to take care of the php execution problems that I encountered the other day. No big surprise. Installed as follows:
aptitude install php5
I also had to clear the cache on my browser.
aptitude install php5
I also had to clear the cache on my browser.
Subscribe to:
Posts (Atom)