piper5ul
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Errors when pointing to domainname, no error with local IPApologies – this is not the right forum. I am deleting this topic and move it to the generic troubleshooting forum.
OK.. here is more info.
I added a printf (see below) to check what the contents of the $_POST array is and i get NO values. in the $_POST method. that seems to be the issue.. the form with the admin username / password during setup is not posting at all…
Here is where i added the printf (look for ADDED PRINTF comment)
// Fill in the data we gathered printf('<pre>%s</pre>', print_r($_POST, true));//ADDED PRINTF $weblog_title = isset( $_POST['weblog_title'] ) ? trim( wp_unslash( $_POST['weblog_title'] ) ) : ''; $user_name = isset($_POST['user_name']) ? trim( wp_unslash( $_POST['user_name'] ) ) : ''; $admin_password = isset($_POST['admin_password']) ? wp_unslash( $_POST['admin_password'] ) : ''; $admin_password_check = isset($_POST['admin_password2']) ? wp_unslash( $_POST['admin_password2'] ) : ''; $admin_email = isset( $_POST['admin_email'] ) ?trim( wp_unslash( $_POST['admin_email'] ) ) : '';
You are right @esmi, on the screen it i counted setting up DB as step 1 (mentioned above)
SO anyways the error is on the step where i have to provide the admin username. Any thoughts on what may be happening ? Is there a wordpress error log i can read ?
Forum: Fixing WordPress
In reply to: ‘Failed to write file to disk’ errorWhat worked for me was to edit the PHP.INI file and set this parameter
upload_tmp_dir=”/tmp”and i restarted apache! Worked like a charm!
Forum: Fixing WordPress
In reply to: Failed to write file to disk.What worked for me was to edit the PHP.INI file and set this parameter
upload_tmp_dir=”/tmp”and i restarted apache! Worked like a charm!
Forum: Fixing WordPress
In reply to: Failed to write file to diskWhat worked for me was to edit the PHP.INI file and set this parameter
upload_tmp_dir=”/tmp”and i restarted apache! Worked like a charm!
Forum: Fixing WordPress
In reply to: Errors on site / admin panelCheck the post here: https://www.ads-software.com/support/topic/101850?replies=2
If you have the “more smilies” plugin, disable it and see if it works. In general disable all the plugins and enable them one by one to see which is the problematic one. FOr me it was the more smilies thing ??
Hope it helps.Forum: Plugins
In reply to: [RELEASE] WP-dTree v2.2 now has page supportI have the exact opposite problem. I am trying to enable icons but dont see any even though i have enabled the option.
Would appreciate any pointers.
THanks