Page 9 of 9

Posted: Sun 30. Apr 2006, 14:58
by 1996 328ti
I have no formtracking.sql file.
I was running 1.2.6 DEV with all the current sql updates.
I have uploaded all of the new files in 1.2.6.
My site is working, just don't know if I may find a problem in the future.
I like keeping it up-to-date.

Edit: never mind.
I found the file
http://www.phpwcms.org/support/patchSec ... _1.2.x.zip

Code: Select all

# phpwcms formtracking
# ====================
# add table `phpwcms_formtracking` to your phpwcms database

CREATE TABLE `phpwcms_formtracking` (
  `formtracking_id` INT NOT NULL AUTO_INCREMENT,
  `formtracking_hash` VARCHAR( 50 ) NOT NULL default '',
  `formtracking_ip` VARCHAR( 20 ) NOT NULL default '',
  `formtracking_created` TIMESTAMP(14) NOT NULL,
  `formtracking_sentdate` VARCHAR( 20 ) NOT NULL default '',
  `formtracking_sent` INT( 1 ) NOT NULL DEFAULT '0',
  PRIMARY KEY  (`formtracking_id`)
) TYPE=MyISAM;

Posted: Mon 1. May 2006, 06:13
by Pappnase
1996 328ti wrote:I have no formtracking.sql file.
I was running 1.2.6 DEV with all the current sql updates.
I have uploaded all of the new files in 1.2.6.
My site is working, just don't know if I may find a problem in the future.
I like keeping it up-to-date.

Edit: never mind.
I found the file
http://www.phpwcms.org/support/patchSec ... _1.2.x.zip

Code: Select all

# phpwcms formtracking
# ====================
# add table `phpwcms_formtracking` to your phpwcms database

CREATE TABLE `phpwcms_formtracking` (
  `formtracking_id` INT NOT NULL AUTO_INCREMENT,
  `formtracking_hash` VARCHAR( 50 ) NOT NULL default '',
  `formtracking_ip` VARCHAR( 20 ) NOT NULL default '',
  `formtracking_created` TIMESTAMP(14) NOT NULL,
  `formtracking_sentdate` VARCHAR( 20 ) NOT NULL default '',
  `formtracking_sent` INT( 1 ) NOT NULL DEFAULT '0',
  PRIMARY KEY  (`formtracking_id`)
) TYPE=MyISAM;
Hello

you will find also these rows into the 13th swl update file named
13__1.2.5-DEV_to_1.2.6-DEV.sql

Posted: Mon 1. May 2006, 16:43
by wireless
By chance does this update allow the search to also search through "Files_public" as well as content?

Posted: Tue 2. May 2006, 01:11
by volkman
Moin Zusammen!
Ich hab eine 1.2.5-Installation und eine 1.2.6-Installation (vom 14.12.05) laufen, bei beiden ist das code-snippet-verzeichnis und act_formmailer gelöscht. Ist der Patch 20060427_phpwcms_1.2.6.zip (Info gefunden auf http://www.phpwcms-docu.de/index.php?deutsche_version) auf sourceforge der richtige für beide installationen??
OG hatte im Forum zwischenzeitlich einen Patch unter Security Alert zum Test veröffentlicht, bei den weniger Dateien zu aktulisieren sind. Welchen nehmen für was?
Bin für jeden Tipp dankbar

gute nacht
volkman

Posted: Tue 2. May 2006, 03:53
by Pappnase
volkman wrote:Moin Zusammen!
Ich hab eine 1.2.5-Installation und eine 1.2.6-Installation (vom 14.12.05) laufen, bei beiden ist das code-snippet-verzeichnis und act_formmailer gelöscht. Ist der Patch 20060427_phpwcms_1.2.6.zip (Info gefunden auf http://www.phpwcms-docu.de/index.php?deutsche_version) auf sourceforge der richtige für beide installationen??
OG hatte im Forum zwischenzeitlich einen Patch unter Security Alert zum Test veröffentlicht, bei den weniger Dateien zu aktulisieren sind. Welchen nehmen für was?
Bin für jeden Tipp dankbar

gute nacht
volkman
hallo

den ptach gibt es nicht mehr!

wenn du die 1.2.6 updaten willst dann kannst du das update pack von der docu nehmen. für die 1.2.5 habe ich leider keines somit müßtest du die ganze seite mit dem kompletten updaten.

Posted: Tue 2. May 2006, 03:58
by Pappnase
wireless wrote:By chance does this update allow the search to also search through "Files_public" as well as content?
hello wire

as oliver said there are no big changes in this release! the most of them are sec. updates. the real update will be come later!

PROBLEM

Posted: Sat 20. May 2006, 18:06
by erodzina
Hi, i have made some updates. First, wast the PatchSecure20060425. So i have made the db. upgrade to have the "phpwcms_formtracking"... and all wen't well. Than i took the upgrade to phpwcms_update_14.12.2005-27.04.2006 i changed the filles whitout the setup process, becaose i didn't found need. And now when i'm adding the content part of article im getting:

error while creating new article content
sql: SELECT DISTINCT *, date_format(article_tstamp, '%Y-%m-%d %H:%i:%s') AS article_date FROM phpwcms_article LEFT JOIN phpwcms_articlecat ON phpwcms_article.article_cid=phpwcms_articlecat.acat_id WHERE phpwcms_article.article_id='1094' LIMIT 1;

HELP
I'w got two phpwcms systems and i made, the same work on one and other. and now one is ok and the second gies me what's above.

Posted: Sat 20. May 2006, 18:51
by flip-flop
Hi erodzina,

a search using "error while creating new article content" has this result:
http://www.phpwcms.de/forum/viewtopic.php?p=56885#56885 :roll:

Knut

Posted: Sat 20. May 2006, 20:05
by erodzina
It's now working fine !! THANX !! Your the greatest !! and i'm back in business with my webpage !! :) wow :)

Posted: Mon 22. May 2006, 23:52
by erodzina
And now next problem. While im writing some article and i try to add some foto i can't see any in preview window. Im putting normal path like:
/img/filename.jpg and i don't see preview ! But when i click OK, the photo is in article... help! Is there some problem with this wysiwyg ??

Posted: Tue 23. May 2006, 13:30
by erodzina
So do you know the answer for my problem with new 1.2.6 cms? I'm thinking about upgrading edytor or something i don't know right now... Mamy you know the answer for my question??

Posted: Tue 23. May 2006, 14:10
by juergen
Hey erodzina,

nothing to say against learning by doing, but some other way might be " learning by reading!" http://phpwcms-docu.de

:?

Posted: Tue 23. May 2006, 15:14
by erodzina
well i was looking there but i couldn't finde the answer... Something more?

Posted: Tue 23. May 2006, 19:23
by DeXXus
Which editor is not showing the preview?

Posted: Tue 23. May 2006, 22:18
by erodzina
I'v made some screen its: http://www.life24.pl/picture.jpg

Usualy i can see there a preview but after the upgrade is not there !! in my older version i'v got the preview !! And right now mine is uptodate but the preview is not working as on the picture showed...