Search found 59 matches

by fr0z3ng33k
Mon Jul 23, 2012 2:04 pm
Forum: CMSMS Core
Topic: Increase Post Size
Replies: 1
Views: 1154

Increase Post Size

I've posted the php.ini file but the Maximum Post Size (post_max_size) & Maximum Upload Size (upload_max_filesize) are not in it. I have a Yellow exclamation point is on my page saying it's to low (currently at 8mb). The User Handbook says to edit the php.ini file, however it's not in here. Any ...
by fr0z3ng33k
Mon Jul 23, 2012 1:33 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Re: Site not working! Emergency Help Please...

Nevermind site crashed yet again, same error in autoloader.php line 82. However when I called my hosting environment (just now) they said my config file had improper information. So I updated all of the lines and the site now works. However that information has been that way for years without an iss...
by fr0z3ng33k
Sun Jul 22, 2012 7:52 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Re: Site not working! Emergency Help Please...

Yeah that's what I had to do. I then deleted all files on the server, then fresh install of CMSMS 1.10.3 then I deleted all the files again and restored my backup files that I made last week. Works perfectly now I think a file became corrupt (to newb to really know) but it works and hopefully stays ...
by fr0z3ng33k
Sun Jul 22, 2012 12:31 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Re: Site not working! Emergency Help Please...

The htaccess file we speak of is in the root/doc folder named htaccess. txt , you move/copy that to the root then change it to .htaccess, this is used for pretty URLs, the one you posted is the one that is supposed to be in the doc folder to keep hackers out... P.S. I would run from goduddy as fast...
by fr0z3ng33k
Fri Jul 20, 2012 3:30 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Re: Site not working! Emergency Help Please...

Thank you but these forums don't help with the issue I'm having. I've had this site hosted on GoDaddy for over 3 years with no issues. I've reinstalled all of the files, etc with no luck.
by fr0z3ng33k
Fri Jul 20, 2012 2:14 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Re: Site not working! Emergency Help Please...

I suggest you re-upload the install folder for 1.10.3 and do a site verification. You also mentioned that you renamed the .htaccess file out of the way and everything worked. If that is the case, then restore your .htaccess file to the one shipped with CMSMS. If that then still continues to work th...
by fr0z3ng33k
Fri Jul 20, 2012 12:47 pm
Forum: CMSMS Core
Topic: Site not working! Emergency Help Please...
Replies: 13
Views: 5196

Site not working! Emergency Help Please...

I've noticed other posts with similar issues and since my post yesterday under another section I realized this was the section to post my issue. The posts I've read did not resolve my issue either unfortunately. Using CMSMS version 1.10.3 - PHP version 5.2, MySQL 4.1 and GoDaddy Hosting. I also cont...
by fr0z3ng33k
Fri Jul 20, 2012 12:35 pm
Forum: CMSMS Core
Topic: Site not working ! Help Please! [Solved]
Replies: 6
Views: 6239

Re: Site not working ! Help Please!

davemister1 wrote:Contacted Host, Everything's fixed. Thanks for your help.

And thanks uniqu3, I'll make sure to include that info next time :)
Can you tell us what your host did to solve this issue, having a similar problem.
by fr0z3ng33k
Fri Jul 20, 2012 12:28 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: EMERGENCY - Error Message
Replies: 4
Views: 1856

Re: {solved} EMERGENCY - Error Message

What is in that file? Issue just happened again last night, site completely crashed. Any ideas? Here is that file with the error: In the autoloader file line 82 this is what is in there: $contentops = ContentOperations::get_instance(); if( $contentops ) { // why would this ever NOT be true.. dunno,...
by fr0z3ng33k
Thu Jul 19, 2012 12:31 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: EMERGENCY - Error Message
Replies: 4
Views: 1856

Re: EMERGENCY - Error Message

CMSMS version? 1.10.3 Also just added ".bak" to the end of the .htaccess file (now looks like: .htaccess.bak) and it fixed everything. The last change I made on my server was June 6th, 2012 and all I did was upload an image. So this is extremely strange that this just randomly happened. L...
by fr0z3ng33k
Thu Jul 19, 2012 12:19 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: EMERGENCY - Error Message
Replies: 4
Views: 1856

EMERGENCY - Error Message

Site was working this morning and about 20 minutes ago it just completely crashed with this error: " Fatal error: Class 'ContentOperations' not found in /home/content/18/4216918/html/lib/autoloader.php on line 82" Admin Page error: Fatal error: Call to undefined function check_login() in /...
by fr0z3ng33k
Fri Jan 27, 2012 8:55 pm
Forum: The Lounge
Topic: PHP Script for Contact Form not working in CMSMS
Replies: 13
Views: 5097

Re: PHP Script for Contact Form not working in CMSMS

Jos wrote:
fr0z3ng33k wrote:Boss wants consistency.
I guess boss only cares about the email that is generated. You can make that look exactly the same as your other sites
good to hear thanks all!
by fr0z3ng33k
Fri Jan 27, 2012 2:25 pm
Forum: The Lounge
Topic: PHP Script for Contact Form not working in CMSMS
Replies: 13
Views: 5097

Re: PHP Script for Contact Form not working in CMSMS

Jos wrote: The real advise is still: use FormBuilder and you'll have your form running in minutes.
If I use that will it work on sites not running CMSMS? Boss wants consistency.
by fr0z3ng33k
Thu Jan 26, 2012 7:52 pm
Forum: The Lounge
Topic: PHP Script for Contact Form not working in CMSMS
Replies: 13
Views: 5097

Re: PHP Script for Contact Form not working in CMSMS

$mail_to = 'info@mycompany.com'; $subject = 'Message from a site visitor '.$field_name; mail($recipient,$subject,$content,$headers); $field_name is not set anywhere $recipient is not set anywhere How does this look and do I need to define name, email, etc (put it in the code for now but I can remov...
by fr0z3ng33k
Thu Jan 26, 2012 2:03 pm
Forum: The Lounge
Topic: PHP Script for Contact Form not working in CMSMS
Replies: 13
Views: 5097

Re: PHP Script for Contact Form not working in CMSMS

What happens when you submit the form? It takes me to the ThankYou.html page but I never receive it in my inbox. I'd agree but it's what the boss wants so the boss gets it. Thanks for looking at it though! Does the boss wants you to use this "script" or does the boss wants a contact form ...

Go to advanced search