Ravens PHP Scripts: Forums
 

 

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

Replies: 2
Views: 4379

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: Deprecated: The each() function is deprecated
neralex

Replies: 4
Views: 9181

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 1:36 pm   Subject: Deprecated: The each() function is deprecated
Good catch, there are more codelines like this in different modules that cause the same message. The variable $AllowableHTML is a multidimensional array that we have to loop through several times.
...
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 4
Views: 9181

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 2:44 am   Subject: Deprecated: The each() function is deprecated
When a user is trying to make a comment the fatal error is showing under the text. I noticed the editor is not working neither.

Deprecated: The each() function is deprecated. This message will be s ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 84262

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 2:17 am   Subject: Trying to access array offset on value of type null in
I've got the same issue with Survey module. file index.php

Warning: Trying to access array offset on value of type null in /modules/Surveys/index.php on line 211

Warning: Trying to access array ...
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 84262

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 8:03 pm   Subject: Trying to access array offset on value of type null in
Thanks a lot. The errors is not coming back anymore. I wonder why u didn't get it on localhost running php 7.4.

n/p, glad it helped.



You may have error reporting turned off on your localhost ...
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 84262

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 10:09 am   Subject: Trying to access array offset on value of type null in
That error is saying that null is being given with for the variable $uinfo, which must mean the function getusrinfo() is returning a null value instead of an array.

This may not be right, but, my g ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 84262

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 4:04 am   Subject: Trying to access array offset on value of type null in
Hello, running php 7.4 I got these errrors from file mainfileend.php


Notice: Trying to access array offset on value of type null in /www.bestbuildpc.org/modules/Your_Account/includes/mainfileend. ...
 Topic: Trying to access array offset on value of type bool in
hicuxunicorniobestbuildpc

Replies: 2
Views: 6259

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Apr 18, 2023 4:14 am   Subject: Trying to access array offset on value of type bool in
Since yesterday testing and couldn't find any error. Today morning I decided to activate a block to see if the all function are in order then it came this one.

Notice: Trying to access array offse ...
 Topic: Missing icons in forum header.
hicuxunicorniobestbuildpc

Replies: 1
Views: 2733

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 17, 2023 3:37 am   Subject: Missing icons in forum header.
Taking a deep look on filemodules/Forums/templates/subSilver/forum_header.tpl I found this line

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Shouldn't be

& ...
 Topic: Warning: count(): Parameter must be an array
neralex

Replies: 3
Views: 2314

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 17, 2023 2:11 am   Subject: Warning: count(): Parameter must be an array
From all what I can see as the variable is used later in this file, I would recommend it like this:

$modgroup_pending_count = false;
if (is_array($modgroup_pending_list)) {
...
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 1
Views: 1630

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 14, 2023 5:28 pm   Subject: Deprecated: The each() function is deprecated
I guess found another deprecated issue. When I try to delete cookies I guess these 2 errors.

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /www ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 4
Views: 5439

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 13, 2023 2:01 am   Subject: Trying to access array offset on value of type null in
Morning everybody

I've got an error from download admin when I click on category list.

Notice: Trying to access array offset on value of type null in /www.bestbuildpc.org/modules/Downloads/inclu ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 6537

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 07, 2023 4:44 pm   Subject: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc, why you don't look at github on the affected file(s) and compare it with your own? https://github.com/neralex/RavenNuke/blob/master/html/modules/Your_Account/public/userinfo ...
 Topic: Trying to access array offset on value of type null in
neralex

Replies: 9
Views: 6537

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 07, 2023 6:41 am   Subject: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc, why you don't look at github on the affected file(s) and compare it with your own? https://github.com/neralex/RavenNuke/blob/master/html/modules/Your_Account/public/userinfo ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 6537

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 06, 2023 3:55 pm   Subject: Trying to access array offset on value of type null in
Trying to access array offset on value of type null in

/modules/Your_Account/public/userinfo.php on line 165

if ($signature != '') {
if ( !$board_config['allow_html ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 13018

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 04, 2023 1:52 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
Cheers YEAH I solved the problem. Thanks a lot!

The only error I am getting is by line 9 in file dhGallery.php includes/nukeSEO/dh/

Deprecated: Methods with the same name as their class will not b ...
 Topic: Testing RavenNuke(tm) v2.5x with php 8.2 Errors
hicuxunicorniobestbuildpc

Replies: 1
Views: 1278

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 03, 2023 3:46 am   Subject: Testing RavenNuke(tm) v2.5x with php 8.2 Errors
PHP 7.3 (currently in use but outdated) This is what I am using right now but if I change to php 8.2 I got these errors.

Deprecated: Creation of dynamic property sql_db::$db_version is deprecated i ...
 Topic: Blank News Module
southern

Replies: 15
Views: 5822

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jan 27, 2023 10:13 am   Subject: Blank News Module
I'm stumped. I didn't find anything in .htaccess that might be causing a blank page ### Start McAfeeSECURE Code DO NOT EDIT ###
<IfModule mod_substitute.c>
AddOutputFilterByType SUBSTITUTE tex ...
 Topic: Deprecated errors with php 8.1
hicuxunicorniobestbuildpc

Replies: 1
Views: 1380

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 17, 2022 5:41 am   Subject: Deprecated errors with php 8.1
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ...
 Topic: Nuke Sentinel Error running 8.1 php
hicuxunicorniobestbuildpc

Replies: 2
Views: 1757

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 17, 2022 5:23 am   Subject: Nuke Sentinel Error running 8.1 php
Testing php 8.1

When I click on ADMIN Blocker Settings I got this error from Nuke Sentinel.


Fatal error: Uncaught ArgumentCountError: mail() expects at least 3 arguments, 0 giv ...
 Topic: Warning: preg_replace() expects at least 3 parameters
neralex

Replies: 3
Views: 1409

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 08, 2022 10:21 am   Subject: Warning: preg_replace() expects at least 3 parameters
Warning: implode(): Invalid arguments passed in

This means, the passed variable in the affected implode function-call is not an array. You have two implodes there. One with $ShoutNew and the other ...
 Topic: Warning: preg_replace() expects at least 3 parameters
hicuxunicorniobestbuildpc

Replies: 3
Views: 1409

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 08, 2022 4:38 am   Subject: Warning: preg_replace() expects at least 3 parameters
Warning: implode(): Invalid arguments passed in
Warning: preg_replace() expects at least 3 parameters

When I try to edit in admin I get this error.

foreach($ShoutArray as $ShoutPart) & ...
 Topic: deprecated stristr
nextgen

Replies: 3
Views: 1557

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Aug 17, 2022 1:05 pm   Subject: deprecated stristr
In the \includes\nukesentinel.php on line 664 i am getting the error

Deprecated: stristr(): Non-string needles will be interpreted as strings in the future.

Here is the function.


functio ...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3072

PostForum: Converting/Creating Blocks   Posted: Wed Feb 09, 2022 3:25 pm   Subject: Radio Block
Guys! I am trying to make a radio shout block and it is working but when I click it goes to play in another page. Is that normal? Let me know if u see any mistake or validation.

<?php

if ( ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 13018

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& ...
 

 Jump to:   

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