Add New Page Issue

Permalink
I realize this topic has come up a lot, but my issue seems different than the other threads.

I've built a site over the last few months and have had no problem until recently with adding pages. Either in the sitemap or on a page, clicking Add Page will open up the dialog as normal, all fields are there, the add page button is at the bottom like it should be. After filling out the form and clicking the "add page" button at the bottom, the browser is redirected to the parent page of the page I was trying to add. The added page is nowhere to be found in the sitemap.

I've tried editing permissions, but that seems to have an error in it as well.

Below is my site's Environment text. I just updated Concrete5 on this site recently and that may have something to do with the problem.

# concrete5 Version
5.4.2.1

# concrete5 Packages
Extended Form (2.2).

# concrete5 Overrides
themes/telco

# Server Software
Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635

# Server API
cgi-fcgi

# PHP Version
5.2.17

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dbase, dom, exif, filter, ftp, gd, gettext, hash, iconv, imagick, imap, ionCube Loader, json, libxml, magickwand, mbstring, mcrypt, mhash, mime_magic, mssql, mysql, mysqli, odbc, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SourceGuardian, SPL, SQLite, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Optimizer, zip, zlib.

# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
memory_limit - 64M
post_max_size - 64M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 64M
mssql.max_links - Unlimited
mssql.max_persistent - Unlimited
mssql.max_procs - Unlimited
mssql.textlimit - Server default
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 100000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

 
jnicolaysen replied on at Permalink Reply
Figured it out. I have a rewrite rule to ensure the connection is over HTTPS. Once I removed that the problem no longer existed.