Search found 17 matches

by st3fek
Tue 29. Aug 2006, 21:00
Forum: phpwcms Support English
Topic: Big file download problem
Replies: 5
Views: 1617

Well, good hint. Thx. I'll try to use it, but it won't be so good for space on web server, especially when theres not only one file this size - for example let it be 5 files for 20 MB, so when I make a copy there will be 200 MB of occupied space. I am thinking about fake files which will have few kB...
by st3fek
Tue 29. Aug 2006, 20:26
Forum: phpwcms Support English
Topic: Big file download problem
Replies: 5
Views: 1617

Thanks for reply, Oliver. Well, I can't change anything because my account is on public web serwer and I don't have access to configuration files. phpinfo() tells me that max_execution_time is 30 s. I found that putting the file into buffer will help, but it won't. Besides you've implemented very si...
by st3fek
Tue 29. Aug 2006, 11:28
Forum: phpwcms Support English
Topic: Big file download problem
Replies: 5
Views: 1617

Big file download problem

Hi, I've got problem with file download. I've tested it and I think that problem might be on the server side, but I'm not sure. My file has about 20MB, so it's rather big. File isn't corrupted because I've downloaded it via ftp. When I'm trying download it from my web page everything is fine, but I'...
by st3fek
Wed 2. Aug 2006, 08:25
Forum: hacks & enhancements
Topic: PopUp-Window Replacement Tag
Replies: 6
Views: 7241

pixelpeter , nice mod - thx. :) I'll try to modificate it a little bit, to get only article in a different template layout than it was declared on structure. BTW. you don't have to modificate these two files to get it work. Just put the code into phpwcms_template/inc_script/frontend_render/ and for...
by st3fek
Tue 9. May 2006, 12:19
Forum: phpwcms Support English
Topic: newsletter subscription
Replies: 1
Views: 1689

I think I've solved this problem. Please check it out: There is a line in newsletter content part (near line 143): $mail->Sender = $phpwcms["admin_email"]; Well, this isn't correct because not everybody use the same mailbox as admin mailbox. In my case -- I am sending mails through smtp --...
by st3fek
Wed 19. Apr 2006, 14:35
Forum: hacks & enhancements
Topic: User Rights Management and Frontend Editing
Replies: 16
Views: 17851

Hi betabi!

I'm wondering is your hack will be compatible with latest PHPWCMS version?
Anyway I'll try to implement it with newest version...

Best regards,
Stefan
by st3fek
Mon 3. Apr 2006, 13:34
Forum: phpwcms Support English
Topic: Error while creating new article content
Replies: 17
Views: 8717

I've got the same problem and I don't know what to do. I've upgraded today mysql to newest version 5.0.19. Nothing was changed in file structure and now I can't add or update anything. SOLVED: There was some missing table field, why? I don't know. What kind of field? I've noticed that some fields in...
by st3fek
Sat 6. Aug 2005, 16:39
Forum: phpwcms Support English
Topic: IE showing a blank page occasionaly!
Replies: 6
Views: 1924

Kosse , I don't want a UTF-8 charset. Anyway, I found a solution. :) The problem was in compressing page in function ob_start() (line 118 in index.php, 189 in phpwcms.php) ob_start("ob_gzhandler"); //with old style GZ Compression I found on PHP.net: Note: In PHP 4.0.4, ob_gzhandler() was ...
by st3fek
Fri 5. Aug 2005, 12:30
Forum: phpwcms Feature Requests
Topic: Need your help translating backend
Replies: 70
Views: 40364

Ok, I can offer polish translation. I'm planning translate files in about 3 weeks (going to holidays).
by st3fek
Fri 5. Aug 2005, 12:12
Forum: phpwcms Support English
Topic: IE showing a blank page occasionaly!
Replies: 6
Views: 1924

Re: Unfortunately this was true...

Are there any hacks available for this IE problem? Let's surpose i REALLY need to use iso-8859-2 (it is not my case, but maybe for others it is). I REALLY need to use this character set. I'm from Poland and this iso-8859-2 support's polish special characters. So what can I do? I've got the same pro...
by st3fek
Fri 5. Aug 2005, 08:09
Forum: phpwcms Support English
Topic: Cannot execute external php file
Replies: 12
Views: 2992

zayebis, thanks! It help :)
I just did that:

Code: Select all

1642 		// if(strpos($this_path, $root_path) === 0) $t = 1;
1643		 $t = 1;
Because my PHPWCMS_ROOT gives "/" ( $phpwcms["root"] = ""; )
Well, this is only temporary solution - I'll work on it when I come back home.
by st3fek
Thu 4. Aug 2005, 15:19
Forum: phpwcms Support English
Topic: Cannot execute external php file
Replies: 12
Views: 2992

sorry about ot exactly know what's wrong - may be the used script isn't working right? May be you try another external php script to check that it depends on the used code? This script is correct for sure, because I've pasted it in [PHP][/PHP] tag and it working fine. I've made also very simple scr...
by st3fek
Thu 4. Aug 2005, 14:36
Forum: phpwcms Support English
Topic: Cannot execute external php file
Replies: 12
Views: 2992

I did that, but nothing changes. Warning is still on the top of page.
by st3fek
Thu 4. Aug 2005, 14:18
Forum: phpwcms Support English
Topic: Cannot execute external php file
Replies: 12
Views: 2992

Pappnase, can you please write your post in english? I don't understand german... :/

# EDIT #
I've checked english version of manual and set this variable to 1 (it was 0), but is remote URL dosn't mean that it should include external file from other site? Howewer, it didn't help.
by st3fek
Thu 4. Aug 2005, 13:15
Forum: phpwcms Support English
Topic: Cannot execute external php file
Replies: 12
Views: 2992

Ok, I have my scripts in subfolder too, but it still don't working.
{PHP:...} tag:

{PHP:phpwcms_template/inc_pinfo/GetRandomFlash.php}