Search found 139 matches

by nebenaube
Sun 19. Apr 2009, 19:24
Forum: phpwcms Module Deutsch
Topic: shop module in 1.4.1
Replies: 6
Views: 2539

Re: shop module in 1.4.1

Danke Claus....
by nebenaube
Mon 6. Apr 2009, 16:41
Forum: hacks & enhancements
Topic: Forum CP Revisited v.2.0 (for 1.4.1 r306)
Replies: 10
Views: 4226

Re: Forum CP Revisited v.2.0 (for 1.4.1 r306)

Hmm.. This last week I have added "prev topic/next topic" navigation, cleaned up the routine to recalculate post counts after admin deletes, also added pagination to topics listing. I still need to fix the notification and address the url security. If anyone has any suggestions as to how t...
by nebenaube
Mon 6. Apr 2009, 15:53
Forum: phpwcms Module Deutsch
Topic: shop module in 1.4.1
Replies: 6
Views: 2539

Re: shop module in 1.4.1

I added the paypal code to the shop so, I will try to be of assistance. Can you explain the issue in english (I tried translating with babelfish.yahoo.com but not so helpful) and provide a link to the web site you are working on that exposes the defect? Also, there is an additional table added to th...
by nebenaube
Sun 29. Mar 2009, 18:58
Forum: phpwcms Installation Troubleshooting English
Topic: 'Cannot Access This Script Directly From This Page'
Replies: 15
Views: 10110

Re: 'Cannot Access This Script Directly From This Page'

Makes sense... just disable i18n in the config file.
by nebenaube
Sun 29. Mar 2009, 18:21
Forum: phpwcms Installation Troubleshooting English
Topic: 'Cannot Access This Script Directly From This Page'
Replies: 15
Views: 10110

Re: 'Cannot Access This Script Directly From This Page'

Ok, I don't know about the original complaint but the error that is currently occurring: Warning: fopen(d:/hosting/member/aiim/site6/template/template_lang/en.php) [function.fopen]: failed to open stream: Permission denied in D:\hosting\member\aiim\site6\include\inc_lib\helper.inc.php on line 101 Wa...
by nebenaube
Sun 22. Mar 2009, 19:20
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 16847

Re: New install code problem

from: http://en.wikipedia.org/wiki/UTF-8 Byte-order mark Many Windows programs (including Windows Notepad) add the bytes 0xEF,0xBB,0xBF at the start of any document saved as UTF-8. This is the UTF-8 encoding of the Unicode byte-order mark. This causes interoperability problems with software that doe...
by nebenaube
Sat 21. Mar 2009, 17:13
Forum: phpwcms Installation Troubleshooting English
Topic: fresh new installation problem
Replies: 3
Views: 4254

Re: fresh new installation problem

Ok, I downloaded the r307 zip file and unpacked it. The problem appears to be that the file /include/inc_lib/default.inc.php has unix line breaks. Use an ftp client like file zilla or ws-ftp, download the default.inc.php from your server as ascii and upload it back to the server as ascii and then s...
by nebenaube
Sat 21. Mar 2009, 17:12
Forum: phpwcms Installation Troubleshooting English
Topic: Blank frontpage
Replies: 16
Views: 10665

Re: Blank frontpage

Ok, I downloaded the r307 zip file and unpacked it. The problem appears to be that the file /include/inc_lib/default.inc.php has unix line breaks. Use an ftp client like file zilla or ws-ftp, download the default.inc.php from your server as ascii and upload it back to the server as ascii and then s...
by nebenaube
Sat 21. Mar 2009, 16:48
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 16847

Re: New install code problem

Ok, I downloaded the r307 zip file and unpacked it. The problem appears to be that the file /include/inc_lib/default.inc.php has unix line breaks. Use an ftp client like file zilla or ws-ftp, download the default.inc.php from your server as ascii and upload it back to the server as ascii and then se...
by nebenaube
Fri 20. Mar 2009, 21:23
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 16847

Re: New install code problem

no that's correct and don't sweat it. I've had this problem too. The php function fopen is failing. Make sure the permission class is present and that the webserver can read it. I take it this is on windows... is this running with IIS or apache? The paths depend on the value in $phpwcms['DOC_ROOT'] ...
by nebenaube
Fri 20. Mar 2009, 20:05
Forum: phpwcms Support English
Topic: @@text@@ doesn't work in shop module
Replies: 8
Views: 1543

Re: @@text@@ doesn't work in shop module

Claus, can you elaborate please?
by nebenaube
Fri 20. Mar 2009, 19:46
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 16847

Re: New install code problem

That sounds like a path error.

In conf.inc.php:

Code: Select all

$phpwcms["site"]              = "http://".$_SERVER['SERVER_NAME']."/";
$phpwcms['DOC_ROOT']    = $_SERVER['DOCUMENT_ROOT'];// real DOC_ROOT seems to be: d:\hshome\server\my-site.com
$phpwcms['root']  = ''; 
by nebenaube
Fri 20. Mar 2009, 18:35
Forum: phpwcms Installation Troubleshooting English
Topic: New install code problem
Replies: 19
Views: 16847

Re: New install code problem

The last step in the setup is to download the setup.config.inc.php, (from the setup folder), rename it and move it to /config/phpwcms/config.inc.php
by nebenaube
Fri 20. Mar 2009, 18:29
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 4845

Re: Database

You're getting there. Your database user will also need to have the alter table privilege. Yes, you will need the php.ini. If you are setting this up on a development box (running on localhost, not on the net) You should turn the error logging on in PHP.ini It will help to track down any problems yo...
by nebenaube
Thu 19. Mar 2009, 23:43
Forum: phpwcms Installation Troubleshooting English
Topic: Database
Replies: 8
Views: 4845

Re: Database

When you created the database and user did you grant the user all access to the database? Do you have query logs from the database?