it can't work on site that using joovili
« on: October 25, 2009, 04:07:05 AM »
this xml-genarator doesn't work with joovili social network ...
everytime  i run this generator it always direct me to [ External links are visible to forum administrators only ]
and my site always error...
like this :

Warning: include_once(language/english/joovili_language.php) [function.include-once]: failed to open stream: No such file or directory in /home/my_site/public_html/include/joovili.settings.php on line 44

Warning: include_once() [function.include]: Failed opening 'language/english/joovili_language.php' for inclusion (include_path='h7hd0euuf6ernbv9l7') in /home/my_site/public_html/include/joovili.settings.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /home/my_site/public_html/include/............................etc


i try to use in my subdomain [ External links are visible to forum administrators only ]
but it show error 500 Internal Server Error...
Re: it can't work on site that using joovili
« Reply #1 on: October 25, 2009, 07:36:06 AM »
Hello,

try to create file named ".htaccess" in generator folder with one line:
Code: [Select]
RewriteEngine off
Re: it can't work on site that using joovili
« Reply #2 on: October 25, 2009, 11:03:55 AM »
i already put the .htacces to generator folder , but it still doesn't work...

i can't login again to [ External links are visible to forum administrators only ] .
my pasword is correct...but it always direct me to  [ External links are visible to forum administrators only ]

but now i delete the folder generator and upload a new one...
i have not give any password in it...
so you can try to access it..
just come to [ External links are visible to forum administrators only ]*******.com/ generator

just for additional info here my .htaccess in root
Code: [Select]
RewriteEngine on
ErrorDocument 404 /404.php


RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ profile.php?username=$1
RewriteRule ^blog/([0-9]+)/(.*)$ view.blog.php?id=$1
RewriteRule ^music/([0-9]+)/(.*)$ view.music.php?id=$1
RewriteRule ^video/([0-9]+)/(.*)$ view.video.php?id=$1
RewriteRule ^games/([0-9]+)/(.*)$ view.game.php?id=$1

Options All -Indexes

here in folder "generator" :
Code: [Select]
RewriteEngine off
« Last Edit: October 25, 2009, 12:00:05 PM by karnadi »
Re: it can't work on site that using joovili
« Reply #3 on: October 26, 2009, 05:54:25 AM »
now i'm using the cron job in my control panel to crawl automatically and it's work....
but if i want to crawl manually it still show some error...
but it's ok....i just have to refresh the browser..so it's back to normal...