May 23, 2012, 10:48:37 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Add your links to our directory. Click here to add your links.
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Add your links to our directory. Click here to add your links.
Pages: [1]
  Print  
Author Topic:

Cant install 0.2.0.1 error in QueryString.php

 (Read 1579 times)
0 Members and 1 Guest are viewing this topic.
IKShadow
Jr. Member
**

Points: 0
Offline Offline

Posts: 23


« on: December 29, 2006, 02:40:30 »

When i try to install Seo4SMF 0.2.0.1 I get error in QueryString.php.
Logged


CyberPhreak
Jr. Member
**

Points: 0
Offline Offline

Posts: 46


Delphi lover


WWW
« Reply #1 on: December 29, 2006, 02:58:29 »

Delete useless modifications using the QueryString.PHP, or if you have no modification using it, then try and replace the QueryString.php with the backuped version QueryString.php~ which you can find in the Sources folder Smiley
Logged

Mark
Jr. Member
**

Points: 0
Offline Offline

Posts: 88


« Reply #2 on: December 29, 2006, 08:30:03 »

I got this as well for some reason...

Do this:
It is Smiley but is strange ... It doesn't failed on my site ... but I know where is failed  ... Smiley
find this line in QueryString.php
Code:
if (empty($_COOKIE) && SID != '' && empty($context['browser']['possibly_robot']) && @version_compare(PHP_VERSION, '4.3.0') != -1)

and replace with
Code:
if (empty($_COOKIE) && SID != '' && empty($context['browser']['possibly_robot']) && @version_compare(PHP_VERSION, '4.3.0') != -1 && ($modSettings['seo4smf_enable']!="on"))


Regards
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!