News:

Wondering if this will always be free?  See why free is better.

Main Menu

Googlebot & Spiders

Started by Omar Bazavilvazo, June 06, 2005, 06:17:35 PM

Previous topic - Next topic

Skipdawg

Omar with this last update I am now getting this error on the package page  ???

QuoteFatal error: Call to undefined function: ob_googlebot_getagent() in /home/bibletal/public_html/Forum/Sources/Subs.php on line 3391
Skipdawg's Community

Powered by SMF 1.1.3

Omar Bazavilvazo

Hmm... that's strange.

In Subs.php you have this?

function ob_googlebot_getAgent(&$user_agent, &$spider_name, &$result)


Sould be the first function before the end of the file




Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

Skipdawg

Omar you think that is odd. I just by chance decided to run "Find and repair any errors." and then optimized the forums and decided to look back and the error was gone. False error report or easy fix i don't know. But odd yes. lol  ::) :o ;)

But looking over all with a double check and all seems OK  :)
Skipdawg's Community

Powered by SMF 1.1.3

Omar Bazavilvazo

jeje :)

yeah, it has nothing to do with the find and repair erros, but well, i'm glad is working, if you find something wrong, let me know to fix the bug :)

ja ne!




Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

maydayke

Quote from: Omar Bazavilvazo on September 09, 2006, 03:46:30 AM
New version 2.0.2, fixed 'start' error, and checked compatibility with TP 0.9.5

Let me know if you have any problems :)

Im getting an error when trying to install 2.0.2.

4.  Execute Modification  ./Sources/ManagePermissions.php  Test failed

Should i continue with the install?

Omar Bazavilvazo

no. i tested with rc3 & tp. which version you have, and which mods?




Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

maydayke

Oh ok,

I have smf 1.1rc3, TP 095 and arcademod.

Omar Bazavilvazo

maybe that's why, seems arcademod modified some stuff at managepermissions :S

you can try to modify by hand the stuff that needs to be written, or if is not a lot of bther, install googlebot before arcade mod




Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

maydayke

Omg...i just noticed that my file Sources/ManagePermissions.php is empty  ???

Can i upload a new one?

maydayke

Big problems,

I had a fresh ManagePermissions.php from a test site with smf 1.1rc3, TP 0.95 and arcade but i can't upload  to my Sources directory . Now i don't have any ManagePermissions.php file anymore.

Help please.

mogadishu

How Do I Install this Mod..(no Instruction in the file :( )
Please Help .
regards.
AHost.ro- Free WebHosting & Free Domains .
AzD.Ro - Your Gambling Source !

Omar Bazavilvazo

maydayke>
Upload via ftp your managepermisions.php, but i wonder if only that file dissapeared. you may upgrade again, and install all mods from a clean upgrade, i think is the fastest way

mogadishu>
Put the zip in the /packages folder of your forum, and install it via package manager in admin panel




Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

maydayke

I upgraded everything again and then installed googlebot 2.0.2. I did some test and it seems to work all just fine with no errors.  :)

So thank you for your help Omar.

Sarlat

Ok I will be the stupid boy in the topic... we need one  :D
but I have installed the mod on RC3 and can't find where it is ! where to admin it !
It use to be with "display", "karma" etc... on action=featuresettings but there is nothing after karma !

And also i get errors in log : Undefined index: ob_googlebot_modname
Fichier: /home/enparler/www/forum/Sources/ModSettings.php
Ligne: 136

help ! :'(

Bigguy

It's possible that the edits for the ModSettings.php file didn't get installed. You might have to manually add them.

marinelife

Can't create table '.\masohiodb\smf_ob_googlebot_stats.frm' (errno: 121)
File: D:\websites\masohio\Packages\temp\install.php
Line: 25

with TP 0.9.5, SMF 1.1RC3

Sarlat

Quote from: Bigguy on September 09, 2006, 02:58:17 PM
It's possible that the edits for the ModSettings.php file didn't get installed. You might have to manually add them.
nope it has changed with function ModifyGooglebotSettings() in it.

Omar Bazavilvazo

Quote from: Sarlat on September 09, 2006, 02:18:21 PM
Ok I will be the stupid boy in the topic... we need one  :D
but I have installed the mod on RC3 and can't find where it is ! where to admin it !
It use to be with "display", "karma" etc... on action=featuresettings but there is nothing after karma !

And also i get errors in log : Undefined index: ob_googlebot_modname
Fichier: /home/enparler/www/forum/Sources/ModSettings.php
Ligne: 136

help ! :'(
Is here:

But it seems that you got an error when installing this mod, because the strings are not present.
You can add the strings mannually, but i think you got a corrupt installation. did you get test fail errors when installing the mod?


Quote from: marinelife on September 09, 2006, 05:55:03 PM
Can't create table '.\masohiodb\smf_ob_googlebot_stats.frm' (errno: 121)
File: D:\websites\masohio\Packages\temp\install.php
Line: 25

with TP 0.9.5, SMF 1.1RC3
That's is an strange error. Seems that you don't have permissions to create new tables :S
You may try adding that table in phpmyadmin. the sql query is on install.php, inside the mod zip.





Personal Signature:
HablaJapones
http://hablajapones.org
http://hablajapones.org/tutoriales.php


NO me manden PM para soporte o dudas
...Leo los foros como todos...

marinelife

yeah it is odd because I installed it ok on my test site, only when I went to the public site did it not work

Sarlat

Quote from: Omar Bazavilvazo on September 09, 2006, 10:13:41 PM
Is here:

But it seems that you got an error when installing this mod, because the strings are not present.
You can add the strings mannually, but i think you got a corrupt installation. did you get test fail errors when installing the mod?

Yes, that's it ! And I have nothing in this menu.
I took the mod from SMF site and I got no problem during installing all was ok. And if I check in the menu Packages :  1.    Googlebot & Spiders Mod    2.0.2    [ Uninstall ] [ List Files ] [ Delete ]
My new forum is on RC3 and it's a new install without other mod...

Is it normal that on the xml desc file thre is no version number for SMF like "1.1 RC3" ?

Advertisement: