Search found 17 matches
- Tue 29. Aug 2006, 21:00
- Forum: phpwcms Support English
- Topic: Big file download problem
- Replies: 5
- Views: 1626
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 ...
- Tue 29. Aug 2006, 20:26
- Forum: phpwcms Support English
- Topic: Big file download problem
- Replies: 5
- Views: 1626
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 ...
- Tue 29. Aug 2006, 11:28
- Forum: phpwcms Support English
- Topic: Big file download problem
- Replies: 5
- Views: 1626
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 ...
- Wed 2. Aug 2006, 08:25
- Forum: hacks & enhancements
- Topic: PopUp-Window Replacement Tag
- Replies: 6
- Views: 7254
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 ...
- Tue 9. May 2006, 12:19
- Forum: phpwcms Support English
- Topic: newsletter subscription
- Replies: 1
- Views: 1692
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 -- there is ...
- Wed 19. Apr 2006, 14:35
- Forum: hacks & enhancements
- Topic: User Rights Management and Frontend Editing
- Replies: 16
- Views: 17923
- Mon 3. Apr 2006, 13:34
- Forum: phpwcms Support English
- Topic: Error while creating new article content
- Replies: 17
- Views: 8745
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 ...
- Sat 6. Aug 2005, 16:39
- Forum: phpwcms Support English
- Topic: IE showing a blank page occasionaly!
- Replies: 6
- Views: 1927
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 introduced ...
- Fri 5. Aug 2005, 12:30
- Forum: phpwcms Feature Requests
- Topic: Need your help translating backend
- Replies: 70
- Views: 40466
- Fri 5. Aug 2005, 12:12
- Forum: phpwcms Support English
- Topic: IE showing a blank page occasionaly!
- Replies: 6
- Views: 1927
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 ...
- Fri 5. Aug 2005, 08:09
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3011
zayebis, thanks! It help
I just did that:
Because my PHPWCMS_ROOT gives "/" ( $phpwcms["root"] = ""; )
Well, this is only temporary solution - I'll work on it when I come back home.
I just did that:
Code: Select all
1642 // if(strpos($this_path, $root_path) === 0) $t = 1;
1643 $t = 1;
Well, this is only temporary solution - I'll work on it when I come back home.
- Thu 4. Aug 2005, 15:19
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3011
- Thu 4. Aug 2005, 14:36
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3011
- Thu 4. Aug 2005, 14:18
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3011
- Thu 4. Aug 2005, 13:15
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3011