Search found 65 matches

by kiwix
Sun 13. Nov 2005, 23:21
Forum: phpwcms Support English
Topic: SOLVED: Problems with 1.2.6-DEV (is generated conf file)
Replies: 4
Views: 1650

Hi check that you have set all Permissions for Folders and Files Yes, I did it now. I've chmod conf.indexpage.inc.php to 666. It seams that the backend reads this page, but it won't change the page, if you submit any changes in the backend. I'll take a look at this problem tomorrow. Cheers KiWiX
by kiwix
Sat 12. Nov 2005, 21:26
Forum: phpwcms Support English
Topic: SOLVED: Problems with 1.2.6-DEV (is generated conf file)
Replies: 4
Views: 1650

SOLVED: Problems with 1.2.6-DEV (is generated conf file)

Hello, Yesterday I installed 1.2.6-DEV on my test server. Now I have some problems: 1) I can't change the settings for the Home Site (can't change template and some other options) 2) I have two custom content blocks in my layout/template. I can't select the custom content blocks on the articles from...
by kiwix
Fri 11. Nov 2005, 13:11
Forum: phpwcms Installation Troubleshooting English
Topic: problems with mysql
Replies: 4
Views: 1593

Hi, I don't know, if I understand your problem right: Do you want to install phpwcms manually? If yes, then you have to do the following things: * Install mySQL Server * Create a database with a name you like (maybe phpwcmsdb) * Create a mysql user (maybe phpwcmsusr) and grant him the access to all ...
by kiwix
Thu 10. Nov 2005, 21:27
Forum: phpwcms Support English
Topic: Error in 1.2.5-DEV with rewrite_url?
Replies: 17
Views: 5858

Hi to all, today I've done a complete new installation based on 1.2.6-DEV. The error occurse, too. But one thing I found out today: you won't need the if statements, I've used. If you turned off rewrite_url in your conf.inc.php you won't call this function, but you still have to mdoify the source :-...
by kiwix
Wed 9. Nov 2005, 15:24
Forum: phpwcms Support English
Topic: SOLVED: How to check if a content part has content?
Replies: 10
Views: 2694

Hello,

this was exactly what I wanted.

The custom content parts are a very cool feature, that I won't have found ever for myself.

Thanks, Issue solved :-)

Cheers
KiWiX
by kiwix
Mon 7. Nov 2005, 22:56
Forum: phpwcms Support English
Topic: SOLVED: How to check if a content part has content?
Replies: 10
Views: 2694

pico wrote:Hi

SEARCH the Forum is your Friend :)

http://www.phpwcms.de/forum/viewtopic.p ... stom+block
I did use the search, but I didn't find this thread :shock:

I must be blind

:P

Thanks.

Cheers
KiWiX
by kiwix
Mon 7. Nov 2005, 12:05
Forum: phpwcms Support English
Topic: SOLVED: How to check if a content part has content?
Replies: 10
Views: 2694

Hello,

Oliver Georgi wrote:try to use a custom block - works that way.
Oliver
maybe I'm blind, but I couldn't find anything about "Custom block".
Where can I find some informations about this?

Cheers
KiWiX
by kiwix
Sat 5. Nov 2005, 22:00
Forum: phpwcms Support English
Topic: SOLVED: How to check if a content part has content?
Replies: 10
Views: 2694

SOLVED: How to check if a content part has content?

Hello, I want to make a layout/template where additional content in the left colomn is wrapped by a box. But the box should only be visible, when the content part {LEFT} has content inside. What do I have to do? I can't find something in the forum. Something like this should be in my template [PHP] ...
by kiwix
Tue 25. Oct 2005, 21:44
Forum: phpwcms Support English
Topic: Error in 1.2.5-DEV with rewrite_url?
Replies: 17
Views: 5858

Oh shit or better indeed, it has to be the function js_url_search()
and not the url_search. How did I do that error in posting :oops:
I will immeadiatly edit my posting before.

@TAOG: Which version do you use?
1.2.5-DEV?

Cheers
KiWiX
by kiwix
Tue 25. Oct 2005, 17:40
Forum: phpwcms Support English
Topic: Error in 1.2.5-DEV with rewrite_url?
Replies: 17
Views: 5858

Yes,

I had that so, too, but if you turn of rewrite_url, then you will
have an error with the urls. So I added the if statement to
check for rewrite_url state.

Which version of phpwcms do you have?

Cheers
KiWiX
by kiwix
Tue 25. Oct 2005, 09:19
Forum: phpwcms Support English
Topic: Import Excel data - how to..?
Replies: 8
Views: 1623

Hi, one thing you could try is to use phpMyAdmin (on sourceforge). With this tool you can export a database table to a CSV file. This you can modify with you spreadsheet application (maybe you can use excel, I prefer OpenOffice Cals ;-) ). After changing all data you can import the csv to you table....
by kiwix
Mon 24. Oct 2005, 13:25
Forum: phpwcms Support English
Topic: Error in 1.2.5-DEV with rewrite_url?
Replies: 17
Views: 5858

Hi, I have this rewrite rule. The initial problem was: Every link is in the correct format: 0.0.0.0.0.0.pthml but the OnClick location is 0,0,0,0,0,0.phtml and this error only occures if you use the replacement tag NAV_TABLE_COLUMN. So the rewrite rule won't match, 'cause the phwcms-ids are seperate...
by kiwix
Mon 24. Oct 2005, 10:40
Forum: phpwcms Support English
Topic: Error in 1.2.5-DEV with rewrite_url?
Replies: 17
Views: 5858

Hello, yesterday I've done a complete new installation of DEV 1.2.5 (last CVS 11.10.2005) and had the same problem. It only occures when you enable the rewrite option. No I took a look to the sources again and modified it to this: function js_url_search($query) { if ( substr($query,0,4) == '?id=') {...
by kiwix
Tue 18. Oct 2005, 14:20
Forum: phpwcms Installation Troubleshooting English
Topic: Problem with 1.2.5-DEV logging in
Replies: 4
Views: 4422

The Doc wrote:
// database values
$phpwcms["db_host"] = "localhost";? Path
$phpwcms["db_user"] = "username";? your Loginname
$phpwcms["db_pass"] = "password";? your Password
Maybe he didn't want to post the correct values.

Cheers
KiWiX
by kiwix
Tue 18. Oct 2005, 14:13
Forum: phpwcms Installation Troubleshooting English
Topic: Problem with 1.2.5-DEV logging in
Replies: 4
Views: 4422

Did you read this in your php.ini: ; As of PHP 4.0.1, you can define the path as: ; ; session.save_path = "N;/path" session.save_path = "10;C:\Temp" ; ; where N is an integer. Instead of storing all the session files in ; /path, what this will do is use subdirectories N-levels de...