valerie Posted June 24, 2005 Share Posted June 24, 2005 I'm not sure if this post goes here, so feel free to move it if you need to. I need someone to help me determine if the problems I'm having with a cms are because of the TCH servers or if it's something else. THe lead developer said it's a server problem and they can't help, but I have no way to test for this without someone else trying to use the cms and see if they have the same error. It's a lot to ask, but I thought I'd put it out there and see if someone can help. It's a really quick install. You just upload the file found here create a mysql database, and that's it. Once it's installed what the problem to check for is if the wysiwig editor loads right. You'll need to add a wysiwig page then type some text in. If you can save the page and no extra slashes are added to a test link or any text with apostrophes, then you've got yourself a great cms and I'll know whether it's the server setup. Let me know if you run into any questions or problems. Thanks! Quote Link to comment Share on other sites More sharing options...
TCH-Rick Posted June 24, 2005 Share Posted June 24, 2005 Worked fine for me. Make sure you have created the database, user, and added the user to the database. Also be sure you enter the information into the configuration including your username appended, i.e. the database name is cpaneluser_wb etc. Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 I installed it and created a WYSIWYG page, put some text in and saved it with no issues. Page even displays OK for me. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Thanks. I was able to get through the install and have actually been using it for a couple of weeks. I get this error with the wysiwig changing the html code when I'd save the content I typed in... https://www.websitebaker.org/forum/viewtopic.php?t=1081 Here's the forum thread on the cms forum where they said it's a server problem. I have detailed examples of the problem to check for if that helps... since you've got it installed now. The lead developer, Ryan, pm'd me and told me it was the server, which is why that's not in the thread... Thanks again!!! EDIT: since you don't have any trouble with it, any ideas on what could be causing the problem? Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 Interesting. I see how it ads the slashes in your post on the other forum over there. I am trying to create a link, I select the text I want to be a link, click the link button and put the path in. I click the ok button and get back to my typing window and see the underlined text. When I save the page and view it, there is no link at all. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Interesting. I see how it ads the slashes in your post on the other forum over there. I am trying to create a link, I select the text I want to be a link, click the link button and put the path in. I click the ok button and get back to my typing window and see the underlined text. When I save the page and view it, there is no link at all. <{POST_SNAPBACK}> Did it just delete it? For me, I'd get a 404 error because the slashes had made the link path unreadable by the browser. Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 Now, when I go to HTML view and edit the link manually, it creates it just fine and the link works fine. No slashes. I do know that often times when working with PHP one will use a slash before things like an apostrophe so the PHP will display it and not think of it as part of the code but I am not sure how that would be an issue here. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Ok, so that's a little different than what I had because I was trying to hard code it in html and that didn't help. Does the wysiwig load on the first page load (after it says "success" or when you first open a page) or do you have to refresh to get it to appear? Thanks for all your help. I really do appreciate it. If you could paste the actual errors in this thread that would be great. Thanks! Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 I get success, no errors and no refreshing needed. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Ok--thanks! One last question: does the link have to be edited manually to work? Or does it work in the regular view? Thanks again. I'd love to hear if you have any ideas on what could be the trouble for me: something with my own setup on my computer then? I get the same errors in IE or in Firefox... Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 I have to edit it manually. It does not work for me in regular view. I cannot say what it may be but I am sure the server and most likely your computer are not the problem. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Ok--is there any way you could show me what happens to the link if you don't edit manually? So you'd put it in in the regular view, save, then reopen and view in the html editor and see what's there? I want to be able to tell the website baker people so they can have the info for their bug work stuff they do. By the way, the support here is phenomenal. I'm never going to consider another company. Thanks so much!!!!! Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 Happy to help. If I do it in regular view, no link at all is created, I just get the <a> and </a> and no href= or the link information. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 24, 2005 Author Share Posted June 24, 2005 Ok--thanks again! Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 24, 2005 Share Posted June 24, 2005 Sure thing. Quote Link to comment Share on other sites More sharing options...
valerie Posted June 25, 2005 Author Share Posted June 25, 2005 Ok. The developer thinks the problem might be a setting in the php.ini file: I think I have found the answer.I did a little research, and I think it is a PHP.ini setting called "magic_quotes_gpc" - make sure it is set to on. To understand what it does, the "GPC" part stands for Get/Post/Cookie, and the "magic_quotes" automatically puts \'s on single and double quotes. I'll put in a support ticket and ask if they can either just switch it from it's current setting to the opposite or make sure it's set to on as above. It just seems that since it's adding slashes to everything maybe it should be set to off. But what do I know.... Quote Link to comment Share on other sites More sharing options...
TCH-Rick Posted June 25, 2005 Share Posted June 25, 2005 The magic_quotes_gpc variable is set to on in the php.ini file and we cannot edit the file for a particular account. Some scripts require it to be on. You can put the following command in your .htaccess file in the folder that the script is in to change the variable: php_value magic_quotes_gpc on or php_value magic_quotes_gpc off Quote Link to comment Share on other sites More sharing options...
valerie Posted June 25, 2005 Author Share Posted June 25, 2005 I did what you said and turned it off with an .htaccess file. I think that took care of it. You guys are awesome!!! Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted June 25, 2005 Share Posted June 25, 2005 Woooohooooo!!!!! Glad you got it working. Quote Link to comment Share on other sites More sharing options...
bellringr Posted June 25, 2005 Share Posted June 25, 2005 Is this why I get slashes in my WP blog when I have apostrophes in link descriptions and such? If I update any part of the link text, I then have to go back in and delete the slashes (for example, Mom's Blog ends up as Mom///'s Blog. Quote Link to comment Share on other sites More sharing options...
TweezerMan Posted June 25, 2005 Share Posted June 25, 2005 It could be - searching Google for "wordpress magic_quotes_gpc" turns up a number of link to pages discussing issues like what you're describing. The PHP manual indicates that 'php_flag' should be used to set the magic_quotes_gpc setting in an .htaccess file instead of 'php_value': >php_flag magic_quotes_gpc off ...but I guess the server doesn't complain if you do use php_value. You may also see suggestions to set magic_quotes_runtime to 'off' as well. You can indeed do this in your .htaccess file: >php_flag magic_quotes_runtime off ...but this particular setting is already turned off on TCH servers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.