Search found 16 matches
- Mon Sep 14, 2009 10:20 am
- Forum: Modules/Add-Ons
- Topic: Orders 1.5.3 + SSL
- Replies: 0
- Views: 900
Orders 1.5.3 + SSL
Hi, minor bug in action.confirm.php on line 46 $url = str_replace('http:','https:',$gCms->config['root_url']).$_SERVER['REQUEST_URI']; This does not work at all, since base directory of CMSms installation is doubled: A location of http://localhost/cms/index.php?mact=Orders... is changed to https://l...
- Tue Sep 08, 2009 2:33 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUser 1.6.9
- Replies: 0
- Views: 915
FrontEndUser 1.6.9
Hi, please change DIRECTORY_SEPARATOR in future relase to '/' in all modules regarding avatars - on windows system this global constant is set to '\' in PHP. If you then try e.g. to change user setting with an image (avatar) attached, it will be output as <img src="http://localhost/cms/uploads\...
- Tue Sep 08, 2009 7:05 am
- Forum: Modules/Add-Ons
- Topic: Orders 1.5.3
- Replies: 0
- Views: 603
Orders 1.5.3
Hi,
I don't know if it's a bug or a feature, but it's messing up my syslog...
action.confirm.php:72
Please think about to remove in an upcoming version.
I don't know if it's a bug or a feature, but it's messing up my syslog...
action.confirm.php:72
Code: Select all
error_log(($logged_in?'logged in':'unlogged in'));
- Mon Sep 07, 2009 2:51 pm
- Forum: Translations
- Topic: Orders 1.5.3
- Replies: 0
- Views: 3513
Orders 1.5.3
Hi,
error in action.default.php: line 240
label not defined in any language file.
error in action.default.php: line 240
Code: Select all
echo $this->DisplayErrorMessage($this->Lang('error_invalid_address'));
- Sun Sep 06, 2009 6:57 pm
- Forum: Module und Tags
- Topic: Uploads 1.9 - download does not work at all!
- Replies: 1
- Views: 1082
Uploads 1.9 - download does not work at all!
Hi,
Uploads.module.php needs a change!
Please add "global" directive in
or function will fail in line 1079
Greets
Jam
Uploads.module.php needs a change!
Please add "global" directive in
Code: Select all
public function GetUploadDetails( $id, $returnid = '' )
{
global $gCms;
...
Code: Select all
$config &= $gCms->GetConfig();
Jam
- Sat Sep 05, 2009 1:46 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: ERROR: The CGExtensions module could not be found
- Replies: 3
- Views: 2414
Re: ERROR: The CGExtensions module could not be found
Thx Frasem,
checking config.php solved the problem.
I copied the config.php created during first time local installation, but now I have a changed XAMPP installation in another directory - I just forgot to check and change the pathes in config.php....
Live long and prosper
checking config.php solved the problem.
I copied the config.php created during first time local installation, but now I have a changed XAMPP installation in another directory - I just forgot to check and change the pathes in config.php....
Live long and prosper
- Sat Sep 05, 2009 1:05 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: ERROR: The CGExtensions module could not be found
- Replies: 3
- Views: 2414
ERROR: The CGExtensions module could not be found
HI, I searched forum and found no answer to my question ;-) 1. Production system is running well 2. I created a local installation (XAMPPLITE) 3. I exported all tables from procution system (except cms_siteprefs) 4. I imported database tables to local installation 5. I copied all files from procutio...
- Tue Aug 18, 2009 7:30 am
- Forum: CMSMS Core
- Topic: Site copy
- Replies: 7
- Views: 2290
Re: Site copy
Yes, got that. Never had problems with PHP upgrades. First time this happened to me. Please apologize. Reverted to PHP 5.2.9 and everything is fine.
- Tue Aug 18, 2009 6:39 am
- Forum: CMSMS Core
- Topic: Installation error on 1.6.4
- Replies: 2
- Views: 1070
Re: Installation error on 1.6.4
Thx - that caused the error - I'll revert to 5.2.9.
- Tue Aug 18, 2009 6:24 am
- Forum: CMSMS Core
- Topic: Installation error on 1.6.4
- Replies: 2
- Views: 1070
Installation error on 1.6.4
Hi, using PHP 5.3.0 + CMSms 1.6.4 If I delete all MySQL tybles and start installtion (modules are still on disc), installation process fails at 1.step. Fatal error: Call to a member function GetRow() on a non-object in C:\xampplite\htdocs\cms\lib\classes\class.contentoperations.inc.php on line 843 I...
- Tue Aug 18, 2009 6:07 am
- Forum: CMSMS Core
- Topic: Site copy
- Replies: 7
- Views: 2290
Re: Site copy
Sorry, I thought it would be a bit too much of information PHP Version 5.3.0 Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_auth_digest mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod...
- Mon Aug 17, 2009 4:44 pm
- Forum: CMSMS Core
- Topic: Site copy
- Replies: 7
- Views: 2290
Re: Site copy
I just created a clean 1.6.4 install and got same error - could it be a bug in new CMSms version?
Greets
Florian
Greets
Florian
- Mon Aug 17, 2009 12:31 pm
- Forum: CMSMS Core
- Topic: Site copy
- Replies: 7
- Views: 2290
Site copy
Hi, I'm trying to copy a site from one location to another. I have a site on-line, but for development purposes, I'm using a local apache server. I exported my database (with phpMyAdmin) on production system (files are synced on both systems), removed the "sitepref" table (because it conta...
- Sun Aug 16, 2009 6:42 am
- Forum: Module und Tags
- Topic: Memory exhausted for 1.6.3
- Replies: 3
- Views: 2468
Re: Memory exhausted for 1.6.3
Thx,
I successfully implemented a brute force method I found somewhere else:
and it worked for me *ufff*
Greets
Florian
I successfully implemented a brute force method I found somewhere else:
Code: Select all
ini_set("memory_limit", "32M");
Greets
Florian
- Sat Aug 15, 2009 3:12 pm
- Forum: Module und Tags
- Topic: Memory exhausted for 1.6.3
- Replies: 3
- Views: 2468
Memory exhausted for 1.6.3
i tried to install clean 1.6.3 and got the following message (after enabling DEBUG): Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 122880 bytes) in /srv/www/htdocs/web338/html/cmsms/lib/smarty/Smarty_Compiler.class.php on line 1131 Any suggestions how to circumvent? ...