(UPDATE/NEW) phpWCMS Update Packs 26.04.2006

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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;
Pappnase

Post 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
User avatar
wireless
Posts: 138
Joined: Sun 24. Oct 2004, 04:35
Location: Houston, Texas

Post by wireless »

By chance does this update allow the search to also search through "Files_public" as well as content?
volkman
Posts: 179
Joined: Wed 13. Jul 2005, 12:52
Location: Hamburg, Germany

Post 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
Pappnase

Post 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.
Pappnase

Post 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!
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

PROBLEM

Post 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.
hi from Poland,
Marcin - site owner
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post by erodzina »

It's now working fine !! THANX !! Your the greatest !! and i'm back in business with my webpage !! :) wow :)
hi from Poland,
Marcin - site owner
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post 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 ??
hi from Poland,
Marcin - site owner
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post 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??
hi from Poland,
Marcin - site owner
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Hey erodzina,

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

:?
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post by erodzina »

well i was looking there but i couldn't finde the answer... Something more?
hi from Poland,
Marcin - site owner
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Which editor is not showing the preview?
erodzina
Posts: 33
Joined: Mon 31. Oct 2005, 12:19

Post 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...
hi from Poland,
Marcin - site owner
Post Reply