NetBuilders

You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.




Reply Official Sulumits Retsambew Page :D
Old 24 April, 2009, 14:37 PM   #1 (permalink)
Unknown Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 5
$NetBucks: 0
Join Date: Apr 2009
Last Online: 4 May, 2009 18:42 PM
Default Error with the script V2.16

Hello and many thanks for sharing this script

But i have some trouble to make it run.

Everything was done but "error 404" when i click on a flag

Main URL : Robot Forex: ServalFX tests d'experts advisors et robots MT4
Version PHP : phpinfo()

Could you help me and tell me what's wrong?

if it's silly question, but i m gonna be mad with this
  Reply With Quote
Old 24 April, 2009, 15:01 PM   #2 (permalink)
Newbie Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 74
$NetBucks: 1
Join Date: Mar 2009
Last Online: 22 July, 2009 15:26 PM
Default

Same here, error 404.
  Reply With Quote
Old 24 April, 2009, 17:41 PM   #3 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,616 Times in 889 Posts
Posts: 4,940
$NetBucks: 8,202
Join Date: Dec 2008
Last Online: Today 01:39 AM
Default

Quote:
Originally Posted by servalfx View Post
Everything was done but "error 404" when i click on a flag
Let's look at your flag code!

Here's what it looks like after being processes by your web server and my web browser:
Code:
<table align="center" style="width: 45%">
<tr>
<td style="width: 28px"><a href="/lang/en/"><img src="/graphics/american.jpg" alt="English"></a> </td>
<td style="width: 28px"><a href="/lang/de/"><img src="/graphics/german.jpg" alt="German"></a> </td>
<td style="width: 28px"><a href="http://translate.google.com/translate?hl=es&sl=fr&tl=$lang&u=www.robot-forex.fr&prev=hp/"><img src="/graphics/spanish.jpg" alt="Spanish"></a> </td>
<td style="width: 28px"><a href="/lang/fr/"><img src="/graphics/french.jpg" alt="French"></a> </td>
<td style="width: 28px"><a href="http://translate.google.com/translate?hl=it&sl=fr&tl=$lang&u=www.robot-forex.fr&prev=hp/"><img src="/graphics/italian.jpg" alt="Italian"></a> </td>
<td style="width: 28px"><a href="/lang/pt/"><img src="/graphics/portuguese.jpg" alt="Portuguese"></a> </td>
<td style="width: 28px"><a href="/lang/ru/"><img src="/graphics/russian.gif" alt="Russian"></a> </td>
<td style="width: 28px"><a href="/lang/ja/"><img src="/graphics/japanese.jpg" alt="Japanese"></a> </td>
<td style="width: 28px"><a href="/lang/ko/"><img src="/graphics/korean.jpg" alt="Korean"></a> </td>
<td style="width: 28px"><a href="/lang/zh-TW/"><img src="/graphics/chinese.png" alt="Traditional Chinese"></a> </td>
<td style="width: 28px"><a href="/lang/zh-CN/"><img src="/graphics/chinese.gif" alt="Simplified Chinese"></a> </td>
<td style="width: 29px"><a href="/lang/ar/"><img src="/graphics/saudiarabia.gif" alt="Arabic"></a> </td>
</tr>
</table>

It looks like I caught you in the middle of testing, but the German link and some of the others look right. Let's see what happens when we click the German link.
Code:
Error: 404
That's not what we want. But what could be the cause? Most likely, one of these things:
  • lang/.htaccess does not exist
  • lang/.htaccess does have the right contents
  • .htaccess does not exist
  • .htaccess does have the right contents
  • trans
  • translate/.htaccess does not exist
  • translate/.htaccess does have the right contents
Can you post (or PM me) the contents of those three .htaccess files?

Quote:
Originally Posted by servalfx View Post
if it's silly question, but i m gonna be mad with this
I'm hoping it's a simple configuration mistake.
  Reply With Quote
Old 24 April, 2009, 18:54 PM   #4 (permalink)
Unknown Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 5
$NetBucks: 0
Join Date: Apr 2009
Last Online: 4 May, 2009 18:42 PM
Default

Quote:
Originally Posted by Will.Spencer View Post
It looks like I caught you in the middle of testing, but the German link and some of the others look right. Let's see what happens when we click the German link.
Code:
Error: 404
That's not what we want. But what could be the cause? Most likely, one of these things:
  • lang/.htaccess does not exist
  • lang/.htaccess does have the right contents
  • .htaccess does not exist
  • .htaccess does have the right contents
  • trans
  • translate/.htaccess does not exist
  • translate/.htaccess does have the right contents
Can you post (or PM me) the contents of those three .htaccess files?



I'm hoping it's a simple configuration mistake.
Thanks for the answer

Your totally right you caught me in the middle of a test

I PM you the 2 .htaccess : /lang and /translate
The root .htaccess doesn t exist may be it is the problem.
I don t know what i need to fill in
  Reply With Quote
Old 24 April, 2009, 20:14 PM   #5 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,616 Times in 889 Posts
Posts: 4,940
$NetBucks: 8,202
Join Date: Dec 2008
Last Online: Today 01:39 AM
Default

The two .htaccess files in your PM look good.

I must apologize, the /.htaccess modifications are only necessary if you (like me) were running truly ancient versions of the script and want to redirect the old URLs.

Also, have you configured your site URL in /translate/tr_config.php? That's a new requirement -- it used to be in /translate/index.php. The documentation has not yet been updated.
  Reply With Quote
Old 24 April, 2009, 20:19 PM   #6 (permalink)
Newbie Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 74
$NetBucks: 1
Join Date: Mar 2009
Last Online: 22 July, 2009 15:26 PM
Default

I changed the tr_config, but i still get the 404.
  Reply With Quote
Old 24 April, 2009, 20:23 PM   #7 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,616 Times in 889 Posts
Posts: 4,940
$NetBucks: 8,202
Join Date: Dec 2008
Last Online: Today 01:39 AM
Default

Quote:
Originally Posted by davesnake View Post
I changed the tr_config, but i still get the 404.
I'm wondering if some other statements in httpd.conf or /.htaccess are interfering?

Do any relevant error messages appear in the Apache error log for this vhost?
  Reply With Quote
Old 24 April, 2009, 20:25 PM   #8 (permalink)
Newbie Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 74
$NetBucks: 1
Join Date: Mar 2009
Last Online: 22 July, 2009 15:26 PM
Default

Nope, deffo a 404, header checker and 404 stated on the page confirms.

I get the same even if I remove my own htaccess files.
  Reply With Quote
Old 24 April, 2009, 20:28 PM   #9 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,616 Times in 889 Posts
Posts: 4,940
$NetBucks: 8,202
Join Date: Dec 2008
Last Online: Today 01:39 AM
Default

Anything relevant in the Apache error logs for that vhost?
  Reply With Quote
Old 24 April, 2009, 20:31 PM   #10 (permalink)
Newbie Net Builder
 
iTrader: (0)
Thanked 0 Times in 0 Posts
Posts: 74
$NetBucks: 1
Join Date: Mar 2009
Last Online: 22 July, 2009 15:26 PM
Default

Not sure how to check, will hit up my host.

In the meantime in tr_config do i just add my domain or the subfolder too?
  Reply With Quote
Reply

Bookmarks

Tags
error, script, v216


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
404 Error with the Translation Script davesnake Translation Script Support 59 14 September, 2009 08:58 AM
Error -3 topsites Translation Script Support 1 31 August, 2009 15:52 PM
php error, anybody able to help? PSDproxies Programming 2 20 August, 2009 23:53 PM
Really Weird Error CoreyFreeman Wordpress 1 15 July, 2009 08:44 AM
Error 500 ? vojin7 Translation Script Support 2 25 April, 2009 12:51 PM


All times are GMT. The time now is 07:23 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1
vBAdvertise v1.0.0 Copyright ©2009, PixelFX Studios
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios