Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-27, 22:25:08

Author Topic: problem with the installation of wordpress!!  (Read 4235 times)

0 Members and 1 Guest are viewing this topic.

Offline Guillermo leon

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
problem with the installation of wordpress!!
« on: 2013-08-29, 08:33:58 »
hello, greetings to everyone in the forum ..

I'm new to the world of the vps, I have a few days started as a beginner, install centos 6.4 32 bits to implement fork kloxo 10.1, after having a horrible day with regular kloxo errors ZPanel try and had many problems with translations and then with file manager, ssl module does not exist .. etc!

configure kloxo and all good but when I try to install wordpress I get the following problem:

<? php
/ **
   * Front to the WordPress application. This file does not do anything, but loads
   * Wp-blog-header.php Which does and tells WordPress to load the theme.
   *
   * @ Package WordPress
   * /

/ **
   * Indicates WordPress to load the WordPress theme and output it.
   *
   * @ Var bool
   * /
define ('WP_USE_THEMES', true);

/ ** Loads the WordPress Environment and Template * /
require ('/ wp-blog-header.php.');

I would greatly appreciate your help as I'm desperate to work with my wordpress website!

sorry for my bad English ....

thank you very much
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: problem with the installation of wordpress!!
« Reply #1 on: 2013-08-29, 09:48:31 »
try,
Code: [Select]
sh /script/fixweb
sh /script/fixphp
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: problem with the installation of wordpress!!
« Reply #2 on: 2013-08-29, 12:04:32 »
Look like you didn't change web server, php branch and php-type.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Guillermo leon

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: problem with the installation of wordpress!!
« Reply #3 on: 2013-08-29, 18:48:09 »
hello friends, many thanks for responding to my call for help ... I tried and I'm not familiar with the subject in programming, use the commands you mentioned and still not working ...

Now I get the following error:


WordPress

Error: PHP is not running

WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.

>

get_var("SHOW TABLES LIKE '$wpdb->users'") != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST['blog_public'] ); $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'; $admin_password = isset($_POST['admin_password']) ? trim( wp_unslash( $_POST['admin_password'] ) ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( wp_unslash( $_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?>
ERROR: %s' ), $error ); ?>



 



 />


' . __( 'Already Installed' ) . '
' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __( 'Log In' ) . '

' ); } $php_version = phpversion(); $mysql_version = $wpdb->db_version(); $php_compat = version_compare( $php_version, $required_php_version, '>=' ); $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' ); if ( !$mysql_compat && !$php_compat ) $compat = sprintf( __( 'You cannot install because WordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.' ), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version ); elseif ( !$php_compat ) $compat = sprintf( __( 'You cannot install because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_php_version, $php_version ); elseif ( !$mysql_compat ) $compat = sprintf( __( 'You cannot install because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_mysql_version, $mysql_version ); if ( !$mysql_compat || !$php_compat ) { display_header(); die( '
' . __( 'Insufficient Requirements' ) . '

' . $compat . '

' ); } if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) { display_header(); die( '
' . __( 'Configuration Error' ) . '

' . __( 'Your wp-config.php file has an empty database table prefix, which is not supported.' ) . '

' ); } switch($step) { case 0: // Step 1 case 1: // Step 1, direct link. display_header(); ?>
ReadMe documentation at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?>

error ) ) wp_die( $wpdb->error->get_error_message() ); display_header(); // Fill in the data we gathered $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'; $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'] ) ) : ''; $public = isset( $_POST['blog_public'] ) ? (int) $_POST['blog_public'] : 0; // check e-mail address $error = false; if ( empty( $user_name ) ) { // TODO: poka-yoke display_setup_form( __('you must provide a valid username.') ); $error = true; } elseif ( $user_name != sanitize_user( $user_name, true ) ) { display_setup_form( __('the username you provided has invalid characters.') ); $error = true; } elseif ( $admin_password != $admin_password_check ) { // TODO: poka-yoke display_setup_form( __( 'your passwords do not match. Please try again' ) ); $error = true; } else if ( empty( $admin_email ) ) { // TODO: poka-yoke display_setup_form( __( 'you must provide an e-mail address.' ) ); $error = true; } elseif ( ! is_email( $admin_email ) ) { // TODO: poka-yoke display_setup_form( __( 'that isn’t a valid e-mail address. E-mail addresses look like: username@example.com' ) ); $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install($weblog_title, $user_name, $admin_email, $public, '', $admin_password); extract( $result, EXTR_SKIP ); ?>
'. esc_html($password) .'
'; echo "
$password_message

"; ?>

honestly not as I do ... I suggest something I can do to fix the problem??

rpm -qi php-mysql

ls -al /etc/php.d | grep mysql

(package php-mysql is not installed)

thank you very much :/
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Guillermo leon

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: problem with the installation of wordpress!!
« Reply #4 on: 2013-08-29, 18:52:35 »
sorry again, this is the info that appears in:

PHP INFO:

<?php
main();

function main()
{
$v = $_REQUEST['session'];

$v = unserialize(base64_decode($v));

//print_r($v);
$r = unserialize(file_get_contents("/home/kloxo/httpd/script/sess_{$v['session']}"));
//print_r($r);

if ($r['ip_address'] !== $_SERVER['REMOTE_ADDR']) {
   print("No Session. You can access this only through kloxo and needs proper authentication. If you are indeed accessing from Inside Kloxo, then please logout and login again, so that a new session is created properly.n");
   exit;
}

phpinfo();

}

I'm even more confused!
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: problem with the installation of wordpress!!
« Reply #5 on: 2013-08-29, 19:37:01 »
Inform here result of 'sh /script/sysinfo' (running from ssh) or 'Command Center' on panel.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Guillermo leon

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: problem with the installation of wordpress!!
« Reply #6 on: 2013-08-29, 20:38:36 »
these data are shown:

sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2013082704

B. OS: CentOS release 6.4 (Final) i686

C. Apps:
   1. MySQL: mysql-5.5.29-1.el6.i686
   2. PHP: php53u-5.3.27-1.ius.el6.i686
   3. Httpd: httpd-2.2.25-1.el6.i686
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.4-1.el6.i686
   6. Qmail: qmail-toaster-1.03-1.3.27.mr.el6.i686
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el6.i686
   7. Dns: bind-9.9.3-4.P2.el6.i686

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           499        460         38          0         19        316
   -/+ buffers/cache:        124        374
   Swap:            0          0          0
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: problem with the installation of wordpress!!
« Reply #7 on: 2013-08-29, 20:44:20 »
In 'webserver config', change to 'php-fpm_event' in 'php-branch'. And then run 'sh /script/fixweb; sh /script/restart-web'. Look like you still using 'default' php-type (aka 'mod_php_ruid2').
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Guillermo leon

  • Junior Member
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: problem with the installation of wordpress!!
« Reply #8 on: 2013-08-29, 22:27:30 »
hello, and was solved with what you indicated me .. many thanks for being so kind to me and help me .. you have very happy day!!  :D
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.033 seconds with 18 queries.

web stats analysis