Videos

Open-Source SilverStripe CMS

SilverStripe CMS is an open source web content management system. It is a powerful tool for professional web development teams.  Web content authors rave about how easy it is to use.

Before installing, make sure to do the following:

  • Properly set the date.timezone in php.ini
    For example:
    date.timezone = “America/New_York”
  • Enable “Tidy” support library of code to clean up your html. SilverStripe should operate fine without Tidy, but HTMLCleaner will not be effective. For example, in php.ini you should enable – remove the leading semicolon in the following line:
    ;extension=php_tidy.dll
  • Find /framework/thirdparty/Zend/Loader.php and comment out as follows:

Go to: framework/thirdparty/Zend/Loader.php
at about line 190 you will find this foreach statement:

foreach (self::explodeIncludePath() as $path) {
if ($path == ‘.’) {
if (is_readable($filename)) {
return true;
}
continue;
}
/* COMMENT THIS OUT
$file = $path . ‘/’ . $filename;
if (is_readable($file)) {
return true;
}
*/
}

Hope it helps

[Warning] is_readable(): open_basedir restriction in effect. File(C:\php\pear/Zend/Translate/Adapter/I18nRailsYamlAdapter.php) is not within the allowed path(s): (c:/zpanel/hostdata/client/public_html/yourdomain_com;c:/windows/temp)

GET /

Line 198 in C:\zpanel\hostdata\client\public_html\yourdomain_com\framework\thirdparty\Zend\Loader.php

Source

189 
190         foreach (self::explodeIncludePath() as $path) {
191             if ($path == '.') {
192                 if (is_readable($filename)) {
193                     return true;
194                 }
195                 continue;
196             }
197             $file = $path . '/' . $filename;
198             if (is_readable($file)) {
199                 return true;
200             }
201         }
202         return false;
203     }
204

Alex Stewart vs George Foreman 04-11-1992

My friend Alex W. Stewart should have won this slug-fest fight with Big George Foreman. Alex listened to his corner who told him to continue to jab and box. He lost by majority decision. George admitted to Larry Merchant in his post fight interview that he was hurt by Alex’ hard counter punches.

George said, “He [the kid – Alex] is such a powerful puncher.  Every time I hit him, he hit me back with something and it hurt.”

George also said to Larry about George’s wife, “She is gonna whoop my tail.” “That was the first whoopin.” (by Alex). “The next whoopin’ is when I get home.”

Nikola Vucevic dunks over Pau Gasol Left-handed

This video is apparently from the Chicago announcers’ perspective.

Last night Nikola Vucevic put up a mere 33 points and grabbed 11 rebounds. He shoots a great percentage from the free throw line, plus has moves for inside hooks and makes his outside jumpers too. Victor Oladipo had 33 points as well in the almost wire-to-wire Magic win over the Eastern Conference Central Division leading Bulls.

Vooch was a bit frustrated at not getting any calls from the refs when he was clearly fouled driving to the basket on the previous couple plays. So, Nik decided to become emphatic about it. The DUNK with the LEFT! I bet the refs notice him in the future. However, I doubt that Nik will get any more “respect” from future calls. Just the way it is in this league. If you are not boastful and just go about your business putting up all star numbers night in and night out, nobody goes out of their way to notice it.

Don’t forget that he shoots free throws at a better percentage than most guards in the league. I want him taking the Magic’s free throws on illegal defense and delay of game calls. Can’t say that for Dwight.