Search found 22 matches

by phwhitfield
Wed 27. Apr 2005, 11:32
Forum: phpwcms Support English
Topic: PHP code insert
Replies: 6
Views: 1947

You can use the content type "external content" and include a php file. It must be located in content/pages.
by phwhitfield
Wed 27. Apr 2005, 10:36
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

Hi

I tried it. But it doesn't work either. This is how it looks like right now:

Image
by phwhitfield
Tue 26. Apr 2005, 17:09
Forum: phpwcms Support English
Topic: Cannot select images in articles, though they are uploaded
Replies: 5
Views: 1625

Hi, are the other images gif files too? Some servers don't allow gif files...
by phwhitfield
Tue 26. Apr 2005, 17:06
Forum: phpwcms Support English
Topic: Direct File-Link[SOLVED...now really :)]
Replies: 16
Views: 5267

Hi

you have to set the fileparameters to public. So that everybody is allowed to download it.

The only problem is the filename. But you could solve this isssue with this link:

download.php?hash

hash is the fieldname f_hash of your file.
by phwhitfield
Tue 26. Apr 2005, 17:00
Forum: phpwcms Support English
Topic: SWF inside
Replies: 2
Views: 1130

hi

where did you put your swf? into the root folder?
by phwhitfield
Tue 26. Apr 2005, 16:59
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

Hi

i checked with my provider and it's MySQL Version 4.0.20a. So it should work. My pathsettings must be correct because all links and images work. I just don't get no content...

[/img]
by phwhitfield
Tue 26. Apr 2005, 12:05
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

I now made a completely new installation of PHPWCMS on the Server. But it is still not working. I can create a new ARticle in the backend. But i can't edit it.

Could it be that i don't have the right version of MySQL and some SQL Select command doesn't work, so that i get a blank query?
by phwhitfield
Mon 25. Apr 2005, 13:51
Forum: phpwcms Feature Requests
Topic: gezielte Aktualisierung der Homepage
Replies: 4
Views: 1750

Hallo Du bist glaube ich im falschen Forum, das würde her zu PHPWCMS Support gehören... Wegen deiner Frage, so was könntest du nur mit frames erreichen. Die werden von PHPWCMS in dieser Form nur mit Tricks unterstützt. Aber ich würde gar nicht anfangen Frames zu verwenden. Denn zum einen hast du dan...
by phwhitfield
Mon 25. Apr 2005, 13:02
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

hi

thanks for your reply. No i didn't change table_prepend. I can connect to my tables. Because template, menu, login and everything works. Just displaying articles doesn't...
by phwhitfield
Mon 25. Apr 2005, 12:02
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

hi I'm pretty sure now, that everything is ok with my MySQL tables. Because i generated them again from the original setup sql file without any error messages. But still there is no display of the articles. Everything else works just fine. I also reuploaded all my files. Maybe there is something spe...
by phwhitfield
Mon 25. Apr 2005, 09:42
Forum: phpwcms Support English
Topic: Transfer from localhost to Server
Replies: 9
Views: 1983

Transfer from localhost to Server

Hi, i tried to transfer my existing page on localhost to my server. I uploaded all files, changed conf.inc.php and exported all tablecontents with phpmyadmin. Then i tried to upload this sql with phpmyadmin on the server. But this line: ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 generated...
by phwhitfield
Thu 14. Apr 2005, 15:28
Forum: phpwcms Support English
Topic: Separate menu and submenu
Replies: 2
Views: 823

Hi

I'm not quite sure, but i think i had the same problem.
Maybe this helps: http://www.phpwcms.de/forum/viewtopic.php?t=6558

Good Luck
Phil
by phwhitfield
Wed 13. Apr 2005, 17:08
Forum: phpwcms Support English
Topic: Zwei Fragen zu active_row
Replies: 14
Views: 2370

Hallo

schau mal, ob du unter config/phpwcms/conf.template_default.inc.php was findest, da kann man ganz oben diverse Farben zu nav_row einstellen.
by phwhitfield
Wed 13. Apr 2005, 16:48
Forum: phpwcms Support English
Topic: UPDATE phpwcms_article SET article_public = '0';
Replies: 2
Views: 1091

To execute an SQL command from php simply use this code:

Code: Select all

$result = mysql_query("SQL-Statement")
see this page for details: http://ch2.php.net/manual/en/function.mysql-query.php