Ravens PHP Scripts: Forums
 

 

Search found 2914 matches
Author Message
 Topic: RNuke Sentinel. 2.52.00
bugsTHoR

Replies: 2
Views: 5220

PostForum: NukeSentinel(tm) Country and IP2Country Updates   Posted: Mon Dec 04, 2023 1:07 pm   Subject: RNuke Sentinel. 2.52.00
Hi all long time since here, reinstalling this for Xamp.

Came across this problem on the check server enviroment. (cant add a picture)

anyways i get error with
GD graphics support Unavailable ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
neralex

Replies: 31
Views: 17583

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 04, 2023 4:36 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
This is not the correct query:
$mostviewedblockqry = $db->sql_query('SELECT `id`, `file`, `filethumb`, `filepath`, `title`, `desc`, `user`, `counter`, `savetime` FROM `' . $prefix . '_rngal` ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 17583

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 03, 2023 3:28 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
morning neralex, I checked today every single code from the gallery module and this error should come from the database. When I click on the pictures from the block then I get the errors but inside th ...
 Topic: admin
fondy

Replies: 10
Views: 3891

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Feb 14, 2023 4:55 pm   Subject: admin
thx neralex

I create a new db in control panel
I create a new user with password
all Privileges for the user to the db
In config.pgp I updatet the db name and password
I renamed the INSTALLATIO ...
 Topic: Import a PostgreSQL dump into a MySQL database
NeapolitanWorld

Replies: 1
Views: 1107

PostForum: v2.30.01 RN All Other Issues   Posted: Tue Nov 22, 2022 7:07 pm   Subject: Import a PostgreSQL dump into a MySQL database
Hello, I'm trying to revive an old rnnuke community that I had about ten years ago. I saved files, and the DB as a postgresSQL dump file and can't seem to remember how to import it to a MySQL database ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 17583

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 12, 2021 7:09 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I backed it up everything today this is what I got.

D:\Recovered\www.bestbuildpc.org\admin\modules\nukesentinel\ABAuthScan.php (1 hit)
Line 54: $result = $db->sql_query& ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 17583

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 22, 2021 3:46 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I did lots of test yesterday and I found out when i click on the most view gallery block I got the error. I remove error log from the file and I tried several times and the error comes back.

$mos ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10927

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:59 pm   Subject: RN Subscription Module from Guardian
Now when I add a subscription I get a bunch of errors

Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ...
 Topic: Upgrade from 2.40 - Modules Admin not working
neralex

Replies: 8
Views: 4620

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 04, 2020 2:54 pm   Subject: Upgrade from 2.40 - Modules Admin not working
Hi,

I guess you are using some old 3rd-party-modules and/or some 3rd-party-blocks, which causing some php7-errors. This can interupt some included files and this results very often in a blank page. ...
 Topic: Theme Previews
hicuxunicorniobestbuildpc

Replies: 17
Views: 13526

PostForum: Themes   Posted: Wed Oct 07, 2020 4:08 pm   Subject: Theme Previews
I got this one as well.

<?php
if ( !defined('BLOCK_FILE') ) {Header('Location: ../index.php'); die();}
if (!defined('PHP_EOL')) de ...
 Topic: php7 support
neralex

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 22, 2020 12:11 am   Subject: php7 support
hicuxunicorniobestbuildpc, Yes I know, where is an issue in this if-statement.

Original:

// Clearing of expired blocks
// CAUTION: This function can slow your sites load time
$clearedtime ...
 Topic: php7 support
rovshan

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 16, 2020 5:52 am   Subject: Need to be fixed / Your_Account module
in master distribution php7 ready in saveactivate.php file

if ($new_uid !== false && $new_uid != 0) { ;
$db->sql_query('DELETE FROM ' . $user_prefix . '_users_temp W ...
 Topic: php7 support
neralex

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jan 27, 2020 12:10 pm   Subject: php7 support
latin1_swedish_ci

What should it be?

This was already fixed few months ago but maybe I readded the issue while rewinding some other changes in the same file.

Let us try it together...

O ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Dec 23, 2019 8:35 pm   Subject: php7 support
Well I did replace them and as a result I didn't get anymore error.

// strip out link code here (added back in later if saved)
$ShoutComment = $row['comment'];
$ShoutComment = ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 22, 2019 5:57 pm   Subject: php7 support
// strip out link code here (added back in later if saved)
$ShoutComment = $row['comment'];
$ShoutComment = preg_replace("[<a rel=\"nofollow\" target=\&q ...
 Topic: php7 support
kd8hho

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 21, 2019 3:01 pm   Subject: php7 support
At first to make one thing clear - this not a BUG - this is only based your own personal preferences.

If you are using the built-in function in the Blocks-Administration, then you can only modify t ...
 Topic: php7 support
neralex

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 21, 2019 6:47 am   Subject: php7 support
At first to make one thing clear - this not a BUG - this is only based your own personal preferences.

If you are using the built-in function in the Blocks-Administration, then you can only modify t ...
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 6956

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 20, 2019 9:21 am   Subject: Rebuilding old website - cannot save Admin settings
What I meant was after changing http_auth in the database table itself to either 0 or 1, I still was not able to save admin settings via the panel after each change.

My rnconfig.php file does not h ...
 Topic: Rebuilding old website - cannot save Admin settings
neralex

Replies: 9
Views: 6956

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 18, 2019 4:47 pm   Subject: Rebuilding old website - cannot save Admin settings
Check on the table: nuke_config the field: Version_Num to make sure, which RN version you are using.

Probably the htacces paths are not correct anymore. Check table: nuke_nsnst_config and set: http ...
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 6956

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 18, 2019 2:54 pm   Subject: Rebuilding old website - cannot save Admin settings
I have been setting up an old site that I had up several years ago. It ran on Ravennuke 2.51 I believe. I have PHP set to 5.2

I have it functioning almost fully but when I go to the Admin section ...
 Topic: php7 support
neralex

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 30, 2019 2:38 pm   Subject: php7 support
One thing I noticed is that as soon as I save the nukespam config the selection of whether or not to use nukespan swithches back to YES in the dropdown menu. This whether I activate the nukespam modu ...
 Topic: php7 support
Doulos

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Sep 29, 2019 5:41 pm   Subject: php7 support
I am currently running PHP 7.0, switching to 7.3 gave me the blank screen and I don't have time right now to debug my blocks and/or modules, so I switched back to 7.0 for now.

I did not change anyt ...
 Topic: php7 support
neralex

Replies: 276
Views: 329656

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 03, 2019 7:59 am   Subject: php7 support
Doulos, did you already activated the module nukeSPAM (for Administrators only)? If yes, did you already clicked on the module-icon?

When both steps are done, then go the nukeSPAM admin-section and ...
 Topic: Fix NS Clearing of expired blocks
neralex

Replies: 3
Views: 5056

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Apr 25, 2019 11:57 am   Subject: Fix NS Clearing of expired blocks
rovshan, let me say thank you! Wink

After checking the installation-files, I found the entry, which is adding the field blocked_clear into the _nsnst_config table inside the rndb_upgrade_nukesentinel ...
 Topic: Fix NS Clearing of expired blocks
rovshan

Replies: 3
Views: 5056

PostForum: NukeSentinel(tm) v2.6.x   Posted: Wed Apr 24, 2019 4:04 pm   Subject: Fix NS Clearing of expired blocks
Here is how I fixed it :

1. Added $result = $db->sql_query("INSERT INTO `".$prefix."_nsnst_config` VALUES ('blocked_clear', '0')");

2. Modified code in // Clearing of expi ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©