It works!!!!heliotrope wrote:well.. I found the solution..
I think there was a conflict between the News module and a category-menu named "News" redirected to the index page..
When I delete this category , everything's allright...
Search found 39 matches
- Tue 7. Oct 2008, 12:11
- Forum: hacks & enhancements
- Topic: News template
- Replies: 56
- Views: 57205
Re: News template
- Mon 8. Sep 2008, 11:37
- Forum: phpwcms Support English
- Topic: News CP problem
- Replies: 8
- Views: 3427
Re: News CP problem
Hi,
my problem with News CP is that the listing page works as expected, but the problem that occurs is that after clicking the newsdetail link I get index page of my website, not the detail page. Any suggestions what kind of problem it can be (missing file after installation, db problem ...
my problem with News CP is that the listing page works as expected, but the problem that occurs is that after clicking the newsdetail link I get index page of my website, not the detail page. Any suggestions what kind of problem it can be (missing file after installation, db problem ...
- Thu 29. May 2008, 07:22
- Forum: phpwcms Support English
- Topic: Unable toconnect to database error on search
- Replies: 6
- Views: 2353
Re: Unable toconnect to database error on search
The charset is changed to iso-8859-1, but the search is still bad.
In phpmyadmin the sql has the following setting:
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation:utf8_general_ci
In phpmyadmin the sql has the following setting:
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation:utf8_general_ci
- Mon 26. May 2008, 21:36
- Forum: phpwcms Support English
- Topic: Unable toconnect to database error on search
- Replies: 6
- Views: 2353
Re: Unable toconnect to database error on search
Hmm, I think it is a corrupted file.
Upload a second time
- /inc_act/
- /inc_front/
- /inc_lib/
- /inc_tmpl/
and the files
- /index.php
- /phpwcms.php
- /login.php
I made the update today to 1.3.9, all files was overwritten.
Before that i have 1.3.5 and the same error message...
here is the ...
Upload a second time
- /inc_act/
- /inc_front/
- /inc_lib/
- /inc_tmpl/
and the files
- /index.php
- /phpwcms.php
- /login.php
I made the update today to 1.3.9, all files was overwritten.
Before that i have 1.3.5 and the same error message...
here is the ...
- Mon 26. May 2008, 20:57
- Forum: phpwcms Support English
- Topic: Unable toconnect to database error on search
- Replies: 6
- Views: 2353
Unable toconnect to database error on search
If I put a search form to my page, i have "Unable toconnect to database" error message.
All other functions works fine.
It is an 1.3.5 upgaded to 1.3.9.
Any Idea?
All other functions works fine.
It is an 1.3.5 upgaded to 1.3.9.
Any Idea?
- Sun 14. Oct 2007, 17:35
- Forum: phpwcms Support Deutsch
- Topic: [SOLVED]phpwcms1.3.5: Spaw-Editor geht nicht
- Replies: 25
- Views: 10878
- Sun 14. Oct 2007, 16:32
- Forum: phpwcms Support Deutsch
- Topic: [SOLVED]phpwcms1.3.5: Spaw-Editor geht nicht
- Replies: 25
- Views: 10878
- Mon 11. Jun 2007, 21:32
- Forum: phpwcms Support English
- Topic: RSS content type with ISO-8859-2 encoding
- Replies: 2
- Views: 1734
- Mon 11. Jun 2007, 10:16
- Forum: phpwcms Support English
- Topic: RSS content type with ISO-8859-2 encoding
- Replies: 2
- Views: 1734
RSS content type with ISO-8859-2 encoding
I would like to fetch one hungarian RSS feed.
It works fine, but some hungarian characters "ő" and "ű" are replaced by "?" character.
The owner of the RSS use ISO-8859-2 encoding.
It works fine, but some hungarian characters "ő" and "ű" are replaced by "?" character.
The owner of the RSS use ISO-8859-2 encoding.
- Tue 8. May 2007, 22:23
- Forum: phpwcms Support English
- Topic: Search is recipe
- Replies: 1
- Views: 1252
Search is recipe
How can I search in content part recipe? Is it possible?
- Sun 6. May 2007, 18:59
- Forum: hacks & enhancements
- Topic: User-Login With One External PHP-Script
- Replies: 45
- Views: 121632
- Sun 29. Apr 2007, 22:24
- Forum: phpwcms Support English
- Topic: Error in Glossary module
- Replies: 7
- Views: 4220
- Sat 28. Apr 2007, 14:36
- Forum: phpwcms Support English
- Topic: Error in Glossary module
- Replies: 7
- Views: 4220
Error in Glossary module
If I create a glossary entry i heve this error message:
Warning: Invalid argument supplied for foreach() in /home/konde/web/include/inc_module/mod_glossary/backend.listing.php on line 205
Warning: Invalid argument supplied for foreach() in /home/konde/web/include/inc_module/mod_glossary/backend.listing.php on line 205
- Thu 26. Apr 2007, 15:50
- Forum: phpwcms Support English
- Topic: FE login 1.3.2.1
- Replies: 37
- Views: 22451
- Thu 26. Apr 2007, 13:16
- Forum: phpwcms Support English
- Topic: FE login 1.3.2.1
- Replies: 37
- Views: 22451
Same message... Login Error....Oliver Georgi wrote:It works!
First check that follwing config setting is defined:Under template define target url -> normally page with content part FE login. Use "{SITE}index.php?aid=articleID"Code: Select all
$phpwcms['SESSION_FEinit'] = 1;
Oliver