Welcome Guest, Not a member yet? Register   Sign In
debugging "No Script access allowed"! weird
#5

(11-11-2020, 07:35 AM)InsiteFX Wrote: Look at the top of your .php files and see if it says this.

PHP Code:
<?php
defined
('BASEPATH') OR exit('No direct script access allowed'); 

If so delete it and just have <?php


thanks in advance for your time by the way...as requested:

tauenjic@c01 [~/code.tauenji.com/install/app/config]# more config.php
config
------------------------------------------------------------

<?php
defined('BASEPATH') or exit('No direct script access allowed');

/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
|      http://example.com/
|
| WARNING: You MUST set this value!
|
| If it is not set, then CodeIgniter will try guess the protocol and path
| your installation, but due to security concerns the hostname will be set
| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
| The auto-detection mechanism exists only for convenience during
| development and MUST NOT be used in production!
|
| If you need to allow multiple domains, remember that this file is still
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'https://code.tauenji.com/install/';

define('firebaseDb', 'https://superapp-936b3.firebaseio.com/');
define('keyfcm', 'AAAA5iVuw7k:APA91bH6KNTNa7xck9pcrb170RNQ1G-tm0FxG6UJBoJ4fSRO_0kegNAQmLF3eIFDbMNVMUhbiASPQSL_8NG9NXSvKKdNZ071ge0YzQfOg_RrMClo5bahyS
IvJLLBDZLVAJ8Z-Law4SF7');

//define('purchase_code', '25144155-6de0-4edf-8c93-9285c88b7e87');
define('google_maps_api', 'AIzaSyDZn1ENaYDZAAoWQaj3ehhxnKr0-HacUuA');

/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to







tauenjic@c01 [~/code.tauenji.com/install/app/config]# more config.php
config
------------------------------------------------------------

<?php
defined('BASEPATH') or exit('No direct script access allowed');

/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
|      http://example.com/
|
| WARNING: You MUST set this value!
|
| If it is not set, then CodeIgniter will try guess the protocol and path
| your installation, but due to security concerns the hostname will be set
| to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
| The auto-detection mechanism exists only for convenience during
| development and MUST NOT be used in production!
|
| If you need to allow multiple domains, remember that this file is still
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'https://code.tauenji.com/install/';

define('firebaseDb', 'https://superapp-936b3.firebaseio.com/');
define('keyfcm', 'AAAA5iVuw7k:APA91bH6KNTNa7xck9pcrb170RNQ1G-tm0FxG6UJBoJ4fSRO_0kegNAQmLF3eIFDbMNVMUhbiASPQSL_8NG9NXSvKKdNZ071ge0YzQfOg_RrMClo5bahyS
IvJLLBDZLVAJ8Z-Law4SF7');

//define('purchase_code', '25144155-6de0-4edf-8c93-9285c88b7e87');
define('google_maps_api', 'AIzaSyDZn1ENaYDZAAoWQaj3ehhxnKr0-HacUuA');

/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to
Reply


Messages In This Thread
RE: debugging "No Script access allowed"! weird - by gelson - 11-11-2020, 11:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB