• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: Problem with added slashes in CMSMS 1.11
PostPosted: Sat Aug 11, 2012 1:37 pm 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
I have exactly the same problem as here - http://forum.cmsmadesimple.org/viewtopic.php?f=79&t=61623
Only can fix it.
Only adding variable $config['root_url'] = 'http://site.com'; to the config file helped me.
Fix it please in next builds.


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 7:33 am 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
1.11.1 "Baltra" has been released, but this bug isn't fixed. I wonder, developers intentionally spit on it or simply forgot to fix it? ???


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 8:26 am 
Offline
Forum Members
Forum Members

Joined: Fri Dec 30, 2005 10:08 am
Posts: 58
Location: London
I am sure the developers are extremely busy if so I know how they feel.
I have pointed this error out to them several times but they just take my posts off the forum.
It is strange because this must be losing them valuable customers or users.


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 9:30 am 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
After the upgrade, the variable $config['root_url'] = 'http://site.com'; no longer helps.
Damn, I had to return to the previous release. >:(
Quote:
It is strange because this must be losing them valuable customers or users.
Absolutelly true!


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 2:14 pm 
Offline
Forum Members
Forum Members

Joined: Fri Mar 04, 2011 2:40 pm
Posts: 59
you're not alone with problem about
$config['root_url'] = 'http://site.com';
see:
http://dev.cmsmadesimple.org/bug/view/8256

our fault, that we use the wrong systems :-(


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 4:50 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Apr 23, 2008 7:53 am
Posts: 5083
Location: The Netherlands
14m3r wrote:
I wonder, developers intentionally spit on it or...
Pardon? :-\

Mieszko wrote:
you're not alone with problem about
$config['root_url'] = 'http://site.com';
see:
http://dev.cmsmadesimple.org/bug/view/8256

our fault, that we use the wrong systems :-(
I don't think Stikki said that...

_________________
Dutch CMSMS community website cmsms.nl and Wiki wiki.cmsms.nl
--------------------------
My CMSMS Tips and Tricks Weblog and website about Pneumatic Tube Systems / Rohrpost
My other (Dutch) website: Smakelijk eten zonder zout (Design: Compufairy)


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 5:48 pm 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
Rolf, help me, please, if you can.
Software on the server: OS WinXP, Apache 2.2.22, PHP 5.2.17, MySQL 5.5.8
All URLs on my system looks like this:
Code:
http://localhost//point-1.html
or
http://localhost//point-1/point-2.html

What's can be wrong..?


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 6:19 pm 
Offline
Forum Members
Forum Members

Joined: Fri Dec 30, 2005 10:08 am
Posts: 58
Location: London
Oh dear, can we get back to the subject.

I can only say to the hard-pressed developers that the installation procedure WILL fail on Windows if the "cms doc root" field is left blank on installation and the system default is used.

It is very easily tested just rem or comment out the $config['root_url'] in the config file on a Windows system.

The solution is just as easy - see above.


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 7:55 pm 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
chrisl wrote:
Oh dear, can we get back to the subject.

I can only say to the hard-pressed developers that the installation procedure WILL fail on Windows if the "cms doc root" field is left blank on installation and the system default is used.

It is very easily tested just rem or comment out the $config['root_url'] in the config file on a Windows system.

The solution is just as easy - see above.

As I've written a little bit earlier, adding this variable (on 1.11.1 "Baltra") nothing change. :-\


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Thu Aug 16, 2012 10:48 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Wed Sep 05, 2007 8:03 pm
Posts: 3651
Location: The Netherlands
14m3r wrote:
All URLs on my system looks like this:
Code:
http://localhost//point-1.html
or
http://localhost//point-1/point-2.html
Seems as if you use the mod_rewrite method for pretty urls?
Always thought that was not possible on windows, not for modules to function at least... guess I missed something?

_________________
Get nice guestbook messages from your site visitors with the brand new Gbook module.
Integrate Piwik Web Analytics in your site admin with the Piwik module.
Extend your global site settings with the Custom Global Settings module.
The Fourth Dutch CMS Made Simple Workshop on April 9 2011 was great fun! Read all about it here
Announcement: The Fifth Dutch CMS Made Simple Workshop coming up?


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Fri Aug 17, 2012 7:07 pm 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
Jos wrote:
Seems as if you use the mod_rewrite method for pretty urls?

Yes. There is some other way?
Quote:
Always thought that was not possible on windows, not for modules to function at least... guess I missed something?

In versions 1.10.x it works fine, without any problems. Based on this, I'm inclined to guess that the problem isn't in the system (OS). Perhaps consideration should be given some PHP setting? If this is the case, on what settings I should pay particular attention to?

p.s. Today I've updated PHP from 5.2.17 to 5.3.16, but the problem still remains. =/


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Fri Aug 17, 2012 8:39 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11818
Location: Arizona
Windows servers do not support true pretty URLs made with mod_rewrite, you can use internal pretty URLs to get a somewhat pretty URL...

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Fri Aug 17, 2012 9:17 pm 
Offline
Forum Members
Forum Members

Joined: Tue Sep 22, 2009 8:06 am
Posts: 59
Location: Default City
Dr.CSS wrote:
Windows servers do not support true pretty URLs made with mod_rewrite, you can use internal pretty URLs to get a somewhat pretty URL...

Mmm.. I don't think so. Because, before the release of version 1.1.x. everything worked fine on the same PC. At least, i didn't see this problem at the 1.10.x version.


Top
 Profile  
 
 Post subject: Re: Problem with added slashes in CMSMS 1.11
PostPosted: Wed Aug 22, 2012 8:48 pm 
Offline
Forum Members
Forum Members

Joined: Mon Aug 04, 2008 2:24 am
Posts: 52
Rolf wrote:
14m3r wrote:
I wonder, developers intentionally spit on it or...
Pardon? :-\

[quote="Mieszko"]you're not alone with problem about
$config['root_url'] = 'http://site.com';
see:
http://dev.cmsmadesimple.org/bug/view/8256


I've discovered that if you don't have the root_url variable in the config file in windows then the default root url is http://mysite.com\/ which stops anything like style sheets working its an easy fix just add:

$config['root_url'] = 'http://mysite.com/';

to your config.php file


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting