Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter zorvek

    (@zorvek)

    Theme is Renden Pro.

    Plugins: Akismet Anti-Spam, All In One SEO Pack, Black Studio TinyMCE Widget, Code Prettify, Code Snippets, Contact Form 7, Jetpack by WordPress, MailChimp for WordPress, Master Slider, Page Builder by SiteOrigin, Quotes and Tips by BestWebSoft, RandomContent, Really Simple SSL, TablePress, Wordfence Security, WP SES.

    Kevin

    Thread Starter zorvek

    (@zorvek)

    <label> Name (required)
    [text* your-name] </label>

    <label> Email (required)
    [email* your-email] </label>

    <label> Topic (required)
    [select* Topic “General Question” “Technical Question” “Hire Us” “Training” “Date Navigator” “Table Tools” “Website” “Swipe Right”]
    </label>

    <label> Subject
    [text your-subject] </label>

    <label> Message
    [textarea your-message] </label>

    [recaptcha]

    [submit “Send”]

    The your-email field is correctly populated–it shows up in the body which is defined as:

    From: [your-name] <[your-email]>

    <b>[Topic]</b>
    [your-message]

    This e-mail was sent from the general contact form on Data Automation Professionals (https://www.dataautopros.com/contact-us)

    Kevin

    Thread Starter zorvek

    (@zorvek)

    I’m closing this one.

    Thread Starter zorvek

    (@zorvek)

    OK, I’m going to stop this insanity and apologize. It turns out my business partner neglected to tell me that he hasn’t actually redirected the domain to the new server. I’ve been logging in to WordPress on one sever while maintaining WordPress with RDP on another server. He’s been moved from IT to Sales.

    Thank you all for your support! Needless to say I have learned a lot about configuring IIS, setting up an FTP server, where WordPress puts stuff, configuring PHP, etc.

    Kevin

    Thread Starter zorvek

    (@zorvek)

    More…

    I tried to install the unzipped folder in wp-content\themes, restarted the website, and WordPress doesn’t recognize it. I also noticed that three of our nine installed themes don’t have directories in wp-content\themes: Renden, OnePress, and Ultra.

    Why are they missing? Where are they? I’m logged on as an Administrator and showing hidden files.

    Kevin

    Thread Starter zorvek

    (@zorvek)

    I reverted back to original everything and then did two things:

    1) Changed these lines in the php.ini file:

    ;post_max_size = 8M
    post_max_size = 10M

    ;upload_max_filesize = 2M
    upload_max_filesize = 10M

    2) Created a new .htaccess file with this content:

    php_value memory_limit 256M
    php_value upload_max_filesize 10M
    php_value post_max_size 10M
    php_value max_execution_time 300
    php_value max_input_time 300

    Restarted the website and the same message. Tried putting .htaccess in both:

    C:\inetpub\WORDPRESSROOT

    and

    C:\inetpub\WORDPRESSROOT\DataAutoPros

    I confirmed that PHP is using the ini file that I am editing and that it is, in fact, picking up the settings (using PHP Manager app in IIS Manager.)

    PHP Settings

    Any other ideas to try? Any other reason that I would get the message “The uploaded file exceeds the upload_max_filesize directive in php.ini.” when, clearly, PHP is using 10M for both post_max_size and upload_max_filesize and the file is 3.6 MB?

    Kevin

Viewing 6 replies - 1 through 6 (of 6 total)