Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live
↧

Re: Server Upgrade Woes

Same exact issue with me too. Here's my original post from this morning: http://www.silverstripe.org/general-questions/show/23928#post322510I have no idea how to fix and GoDaddy seem to think they...

View Article


Re: Server Upgrade Woes

Lazarus404: it looks like for every page except for the homepage, silverstripe is looking for URLSegment" = '~elixXXXX'. I don't know why, does that seem right to you, or ring a bell?(XXXX represents a...

View Article


Re: Add extra field to image object

Hi, instead of the getCMSFields function, try this :function getCustomFields() { $fields = new FieldList(); $fields->push(new TextField('Variable1')); return $fields; }Posted to: Add extra field to...

View Article

Inserting Drop Down Selector via HTML

I am attempting to insert a drop down selector on a page within the CMS.I've tried using the HTML Source Editor on the page but with I click "Update" it strips out my code.My plan was to use this as a...

View Article

Re: Server Upgrade Woes

Yes please, Martimiz. I can't find that in the page source. elix... is probably the account directory name. If I knew where that was being displayed, it might be I could piece together what the problem...

View Article


Re: Server Upgrade Woes

That's better than me Lee. GoDaddy are still insisting that I have done something to the site. They keep telling me it's a scripting error... useless. I've been back and fourth on the email and phone...

View Article

Re: Server Upgrade Woes

I had a similar issue. They blamed the code saying it wasn't their fault. I phoned multiple times until one guy agreed they'd made a mistake and that they would go through every VM they updated and fix...

View Article

Re: Server Upgrade Woes

I have two sites hosted on GoDaddy. One is bust and the other is fine... they must not have upgraded all their servers??Posted to: Server Upgrade Woes | Show Thread | Post Reply

View Article


Re: Server Upgrade Woes

Are they both SilverStripe?Posted to: Server Upgrade Woes | Show Thread | Post Reply

View Article


Re: Server Upgrade Woes

Yep.Posted to: Server Upgrade Woes | Show Thread | Post Reply

View Article

Re: Server Upgrade Woes

Hmmm, that's odd. Maybe they haven't upgraded them all...Posted to: Server Upgrade Woes | Show Thread | Post Reply

View Article

Re: Add extra field to image object

Sorry, I answered a little too quickly. So that my solution works, I think your PushboxResource class has to extend DataExtension, not 'Image'.Then, in your _config.php, write...

View Article

URL Rewrite Help

I wondered if I might get some URL rewrite help from the members of the forum.I'm using WinHost, and am unable to install to the root. This means that my website's URLs include the folder where...

View Article


Re: There are two files containing the "i18n" class

Just in case anyone else has this problem, my second issue (coming from ConfigManifest.php), was resolved by also deleting the duplicated folders within the /cms folder. I have the same issue every...

View Article

Over 20sec to save a page

I set up a new site (v3.0) currently and noticed it takes sometimes more than 20 seconds to save a page. On average it takes about 15 seconds but sometimes I have to wait up to 30 seconds before page...

View Article


Re: Server Upgrade Woes

Any luck yet Lee? I'm still back and forth with GoDaddy getting progressively more frustrated and irate. They have now moved it to advanced technical support, so with a bit of luck someone with a bit...

View Article

Image may be NSFW.
Clik here to view.

Re: Server Upgrade Woes

You're doing better than I am. I'm still getting the generic email replies. They keep asking me to enable mod_rewrite in the htaccess file. They just don't seem to get it that it IS enabled in the...

View Article


Re: loop children not returning any child

Thanks for referencing AllChildren(), Will. Yes, they aren't in the menu, I sorted it out by creating a controller action.Posted to: loop children not returning any child | Show Thread | Post Reply

View Article

Re: Server Upgrade Woes

Could this have anything to do with your problems?http://support.godaddy.com/groups/web-hosting/forum/topic/web-root-path-has-changed-without-any-modification/MartinePosted to: Server Upgrade Woes |...

View Article

Re: Server Upgrade Woes

YES! This definitely looks to be the problem. I'll be sending GoDaddy support this link! Thank you Martine!I'll see what they say and post any information I can obtain.Posted to: Server Upgrade Woes |...

View Article
Browsing all 4235 articles
Browse latest View live