Jump to content

Search the Community

Showing results for tags 'php.ini server error'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I've got a user that's having trouble uploading images. So I take a look at my phpinfo.php and see that post_max_size is set to 8M. Figuring the user is trying to upload large images I decide 8m is too small. Simple problem, right? So I toss a php.ini file in the web root. post_max_size = 32M max_execution_time = 300 If I do that, phpinfo() tells me all is well, but my Processwire site stops working entirely. Whether I try to view the homepage or go to /processwire/ all I get is: <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Error has been logged. </p> Setting $config->debug to true doesn't give me any more info on the error, and nothing shows up in my cPanel's Error Log. If I delete every line in php.ini and just leave a blank file, the error still occurs. So it seems like I can't have a php.ini at all. I asked my hosting company if they had another way of changing the post_max_size and they just went ahead and threw another php.ini in there and crashed the site again. Any ideas?
×
×
  • Create New...