| Author |
Message |
beun12 New Member


Joined: Jan 24, 2008 Posts: 4 Location: The Netherlands
|
Posted:
Mon Jan 19, 2009 10:57 am |
|
Hi all
Who can and wil help me.
I installed Ravennuke for the first time and have only problems with the
security code.
If you try to register comes the message:
Security Code is incorrect, Please go back and type it exactly as given ...
here some data:
adress:
Clean install Version 2.20.01,
Installed mods: Nuketube and Osc2nuke |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 2874 Location: United Kingdom
|
Posted:
Mon Jan 19, 2009 11:37 am |
|
If this is a new install then try again with RN 2.3, which is the latest version
If it isn't a clean install then try clearing your browsers cache and try again. |
|
|
|
 |
beun12 New Member


Joined: Jan 24, 2008 Posts: 4 Location: The Netherlands
|
Posted:
Mon Jan 19, 2009 11:45 am |
|
Hi Jakec
1. I had first installed 2.3 but with that version i had problems with osc2nuke
2. this is a clean install |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 2874 Location: United Kingdom
|
Posted:
Mon Jan 19, 2009 11:50 am |
|
OK, well I suspect that osc2nuke may be using the old SQL layer, search for $dbi here for a discussion regarding this. It may be a clean install, but sometimes the cookies and sessions can get mixed up therefore please try clearing your browsers cache. If it doesn't work then we can rule out that issue.
Did the security code work before installing 1) Nuketube 2)osc2nuke? |
|
|
|
 |
beun12 New Member


Joined: Jan 24, 2008 Posts: 4 Location: The Netherlands
|
Posted:
Mon Jan 19, 2009 12:00 pm |
|
After the installation of RN it works fine
but after installation of the 2 mods it gone wrong.
What are your suggestions? (RN version,etc) |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 2874 Location: United Kingdom
|
Posted:
Mon Jan 19, 2009 2:17 pm |
|
Sounds like something is conflicting with the captcha, can you turn error reporting on in the config.php file and tell us if you are getting any errors.
Also have you asked in their forums?
osc2nuke makes a number of changes to the core files and therefore I suspect something isn't compatible with RN. |
|
|
|
 |
beun12 New Member


Joined: Jan 24, 2008 Posts: 4 Location: The Netherlands
|
Posted:
Wed Jan 21, 2009 1:24 am |
|
I dont see any error
There are people with thesame error but no answers
Is there perhaps another shopmod like osc2nuke that wil work
with RN? |
|
|
|
 |
spidermonkey New Member


Joined: Apr 24, 2007 Posts: 11 Location: Equine Park, Malaysia
|
Posted:
Mon Jun 08, 2009 7:20 am |
|
Also installed ravennuke 2.3 with OSC2NUKE. I experienced same prob with the security code/captcha which will return
| Quote: |
Security Code is incorrect, Please go back and type it exactly as given ...
|
I searched OSC2NUKE forum and FAQ and they seems do not have any problem since it was tested on:
- Tested under
* PHPNUKE 7.6, 7.6 + secu patch
* PHPNUKE 7.7, 7.7 + secu patch
* PHPNUKE 7.8, 7.8 + secu patch
* PHPNUKE 7.9, 7.9 + secu patch
* PHPNUKE 8.0, 8.0 + secu patch
* PHPNUKE 8.1, 8.1 + secu patch
* NUKE EVO 2.5
So it was not tested on ravennuke. But, they did experience minor problem with the captcha which in their FAQ and forums suggested user to:
| Quote: |
To avoid problem with security code and sessions of oscommerce, you have to
change on top of your phpnuke mainfile.php the zlib compression
find the following code
ob_start('ob_gzhandler');
quote it
//ob_start('ob_gzhandler');
and put instead
ini_set("zlib.output_compression", '6');
so you finaly have
//ob_start('ob_gzhandler');
ini_set("zlib.output_compression", '6');
|
but it still wont work on ravennuke.
php.net suggested:
| Quote: |
Note: You cannot use both ob_gzhandler() and zlib.output_compression. Also note that using zlib.output_compression is preferred over ob_gzhandler().
| check out
I'm working really hard on it. Hope I can find the solution the soonest. Great if raven admin can lend me a help on this. |
|
|
 |
 |
spidermonkey New Member


Joined: Apr 24, 2007 Posts: 11 Location: Equine Park, Malaysia
|
Posted:
Mon Jun 08, 2009 7:24 am |
|
Oh, I already turned on error reporting in config.php and it didnt returned any error.
Plus... I searched all over OSC2Nuke forum, I didnt find the solution. There is one (like above), but it didnt worked for ravennuke. It may solved Php nuke only. |
|
|
 |
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 1513 Location: Pennsylvania
|
Posted:
Mon Jun 08, 2009 8:06 am |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 1513 Location: Pennsylvania
|
Posted:
Wed Jun 10, 2009 5:37 pm |
|
I call uncle!!
You guys are going to have to hope that the guys that did the port fix this. It is a problem with sessions and the session handling in oScommerce is complicated. I don't have that kind of time to spend on this.
Sorry. |
|
|
|
 |
|
|
|
|