Jump to content

iLuxury

Members
  • Posts

    3
  • Joined

  • Last visited

iLuxury's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm logged in as administrator and I am missing the text of the subcategories in the backend
  2. I don't even get to step 2, I am stuck on step 1: this is what I see in the source code: <!-- Partner Modules --> <link href="../css/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" media="screen" /> [removed][removed] <style> .installModuleList { display: none; } .installModuleList.selected { display: block; } </style> [removed] $(document).ready(function() { $('#infosCountry').change(function() { $(".installModuleList.selected").removeClass("selected"); if ($("#modulesList" + $('#infosCountry').val())) $("#modulesList" + $('#infosCountry').val()).addClass("selected"); $.ajax({ type: "GET", url: "./php/country_to_timezone.php?country="+$("select#infosCountry option:selected").attr('rel'), success: function(timezone){ $("select#infosTimezone").val(timezone); } }); }); }); [removed] Fatal error: Call to undefined function property_exists() in /home/www/web48/html/install/index.php on line 604
×
×
  • Create New...