Start arrow Forum
 
Polska wersjaEnglish version
 
Fun with Joomla!  


dancop
User

Fresh Boarder
Posts: 1
graphgraph
Karma: 0  
Fatal error: Cannot access empty property - 2007/06/27 15:02 Witam!
Po zainstalowaniu komponentu i mambotów i ich opublikowaniu po wejściu do komponentu mam następujący komunikat:

Fatal error: Cannot access empty property in /includes/joomla.xml.php on line 85

Jestem zero jeżeli chodzi o PHP więc sam sobie nie poradzę.
Pozdr.
DW
  | | | The administrator has disabled public write access.
pctwales
User

Fresh Boarder
Posts: 1
graphgraph
Karma: 0  
Re:Fatal error: Cannot access empty property - 2007/07/01 10:25 I have the same problem, anybody have an answer for this?
  | | | The administrator has disabled public write access.
alexA
User

Junior Boarder
Posts: 6
graphgraph
Karma: 0  
Re:Fatal error: Cannot access empty property - 2007/07/17 23:17 Ye, me too. The same problem.
Does anybody of you guys have some non standard security rules set up?
  | | | The administrator has disabled public write access.
alexA
User

Junior Boarder
Posts: 6
graphgraph
Karma: 0  
Re:Fatal error: Cannot access empty property - 2007/07/18 12:23 Hi Radek!

I think the problem occurs when Joomla's main page is set to be Virtuemart.
And what is more strange is that localy it works fine but throws the error when is on hosting.

Can you advise something??
  | | | The administrator has disabled public write access.
alexA
User

Junior Boarder
Posts: 6
graphgraph
Karma: 0  
Re:Fatal error: Cannot access empty property - 2007/07/21 17:14 Hi

I am not php specialist but I think that the problem is because of the different versions or configurations of php on local machine and on the hosting.

So if you find this bit of code in admin.sefservicemap.html.php:
Code:

  $enabled $this->component_params->get($integrator->element); if ($enabled) { global $lang;  $cache_dir $mosConfig_absolute_path.'/components/com_sefservicemap/cache/'.$submenu->id;  if (is_dir($cache_dir))  {   echo '<input type="submit" '.$enabled.' class="button" name="clear_'.$submenu->id.'" value ="'._SEF_CLEAR_CACHE.'">';  } } 



and replace it with:

Code:

  if ( $integrator->element != '' ) {  $enabled $this->component_params->get($integrator->element);  if ($enabled)  { global $lang;    $cache_dir $mosConfig_absolute_path.'/components/com_sefservicemap/cache/'.$submenu->id;    if (is_dir($cache_dir))    {      echo '<input type="submit" '.$enabled.' class="button" name="clear_'.$submenu->id.'" value ="'._SEF_CLEAR_CACHE.'">';    }  }  }



it should work!
  | | | The administrator has disabled public write access.
snare
User

Fresh Boarder
Posts: 4
graphgraph
Karma: 0  
Re:Fatal error: Cannot access empty property - 2008/04/13 17:31 youtube was gr8 thans
  | | | The administrator has disabled public write access.
 

Lost Password?? No account yet? Register

Forum Info
Our users have posted a total of 490 articles.
We have 1454 registered users.
The newest registered user is: bazar01
In total there are 32 users online: 32 guests and 0 registered
Registered Users online: none