Page 5 of 5

Posted: Fri 23. Feb 2007, 00:03
by Oliver Georgi
OK, it's uploaded. Sorry - I'm not feeling very well today so I will post some more information tomorrow. Check changelog.

For all of you just beeing interested I have prepared a litte VirtualPC 2007 image which will be available for download too.

Upgrading is not tested very much. So please be careful and alsways have backups available.

Oliver

Posted: Fri 23. Feb 2007, 05:08
by Nomax2000
Hmm. Wo finde ich denn die neue Version?!

Posted: Fri 23. Feb 2007, 05:36
by selbaer

Posted: Fri 23. Feb 2007, 09:06
by rushclub
Oliver Georgi wrote:For all of you just beeing interested I have prepared a litte VirtualPC 2007 image which will be available for download too.
i know virtualpc for mac but have no idea what you mean.
thanks for the new build ;)

rush

Posted: Fri 23. Feb 2007, 12:11
by DeXXus
rushclub wrote:
Oliver Georgi wrote:For all of you just beeing interested I have prepared a litte VirtualPC 2007 image which will be available for download too.
i know virtualpc for mac but have no idea what you mean.
thanks for the new build ;)

rush
-->Check out Virtual PC 2007 HERE

Posted: Fri 23. Feb 2007, 15:26
by StudioZ
Thank you Oliver ! :D 8)

Cheers,

Yves

Posted: Fri 23. Feb 2007, 23:35
by Oliver Georgi
I have uploaded image for VirtualPC 2007 again and made a version for Parallels Desktop (Mac) - should work for Parallels Workstation (PC) too. There was a mistake in the config file which was set for absolute IP address.

http://www.parallels.com

Oliver

install

Posted: Sat 24. Feb 2007, 10:56
by markus s
warum sind jetzt die folder
phpwcms_ftp, phpwcms_filestorage etc... nicht mehr dabei ?
muss man die nun selber anlegen ?

Posted: Sat 24. Feb 2007, 11:36
by macangelo
nein, phpwcms_ftp heißt jetzt upload, phpwcms_template heißt jetzt template - kannst Du in der con.inc.php nachschauen:

Code: Select all

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];$phpwcms['root']         		= '';         //default: ''
$phpwcms['file_path']         = 'filearchive';    //default: 'filearchive'
$phpwcms['templates']         = 'template';    //default: 'template'
$phpwcms['content_path']      = 'content'; //default: 'content'
$phpwcms['cimage_path']       = 'images';  //default: 'images'
$phpwcms['ftp_path']          = 'upload';     //default: 'upload'
Gruß
macangelo