+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    1

    Default oxylus error appears on the website

    I purchased the Robust template and have had problems from the begining. My website shows the following error at the top of my web page:

    Notice: Undefined index: 1 in \\winnas01.winvh1.fasthosts.co.uk\Domains\j\juston etom.com-14179503\user\htdocs\oxybase.php on line 5

    Notice: Undefined index: _PAGE in \\winnas01.winvh1.fasthosts.co.uk\Domains\j\juston etom.com-14179503\user\htdocs\oxybase.php on line 16


    This is making me look stupid and have got nothing back from Oxylus.

    Could someone please help me!

  2. #2
    Junior Member
    Join Date
    Dec 2011
    Posts
    1

    Default Same here

    I just bought this the other day and setting it up locally on WAMP and get the exact same errors

    Have tried to find what causing this on my own but in vain, so no luck there. I really like this CMS and would love to be able to use it so please give us some clues on how to fix this, thanks

  3. #3
    Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default Same problem

    Notice: Undefined index: 1 in /var/www/vhosts/domin.xxx/subdomains/test/httpdocs/oxybase.php on line 5

    Notice: Undefined index: _PAGE in /var/www/vhosts/domin.xxx/subdomains/test/httpdocs/oxybase.php on line 16

    oxybase.php
    PHP Code:
    <?php

    if ($_SERVER["REQUEST_URI"]) {
        if (
    is_array($tmp explode("?" $_SERVER["REQUEST_URI"]))) {
            
    $tmp explode("&" $tmp["1"]);
            foreach (
    $tmp as $key => $val) {
                
    $_tmp explode("=" $val);

                if (
    $_tmp[0]) {
                    
    $_GET[$_tmp[0]] = urldecode($_tmp[1]);
                }            
            }        
        }    
    }

    $_PAGE $_GET["_PAGE"];
    $_ADMIN false;

    require 
    "admin/config.php";
    ?>

  4. #4
    Junior Member
    Join Date
    Aug 2010
    Location
    Italy
    Posts
    3

    Default

    Unfortunately the code is not fully compatible with PHP 5.

    I have suppressed those errors using this:

    PHP Code:
    error_reporting(0); // Suppress reporting... 
    It's not the best solution, but at least you can use it.

  5. #5
    Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default

    Quote Originally Posted by Mighty Gorgon View Post
    Unfortunately the code is not fully compatible with PHP 5.

    I have suppressed those errors using this:

    PHP Code:
    error_reporting(0); // Suppress reporting... 
    It's not the best solution, but at least you can use it.
    Thanks Mighty,
    i try tomorrow

Similar Threads

  1. The Ultimate Oxylus Template (feature requests)
    By richpearson in forum Robust Business and Portfolio Template with CMS and SHOP
    Replies: 9
    Last Post: 04-20-2012, 03:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts