Arkadaşlar sitema.xml de böyle bir hata veriyor nedemek istioy anlıyamadım
Fatal error: Call to undefined function
Bu Hatanın Anlamı Nedir ?
10
●1.197
- 30-10-2010, 00:41:53Üyeliği durdurulduhocam yardımcı olabilirmisin kodu göndersemgrafitus adlı üyeden alıntı: mesajı görüntüle
- 30-10-2010, 01:24:42Üyeliği durdurulduMap.php
<? print_r('<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">'); include 'baglan.php';?> <url> <loc><?=$siteurl?></loc> <changefreq>daily</changefreq> </url> <? $cek=solalgel("SELECT * FROM webvideo order by id desc LIMIT 50000"); while($veri=solarray($cek)) { $id=$veri['id']; $seo=$veri['seo']; ?> <url> <loc><?=$siteurl?><?=videosef($id,$seo);?></loc> <changefreq>daily</changefreq> </url> <? echo "\n"; } ?> </urlset>Hata koduda bu
http://siteadı.com/ daily Fatal error: Call to undefined function solalgel() in /home/tube/domains/siteadı.com/public_html/map.php on line 17
Hatanın tamamı ve hata satırını da ekleyin lütfen.