Ravens PHP Scripts: Forums
 

 

Search found 2217 matches
Author Message
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 107031

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: 4
Views: 5750

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: Deprecated errors with php 8.1
hicuxunicorniobestbuildpc

Replies: 1
Views: 1679

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: deprecated stristr
neralex

Replies: 3
Views: 1702

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Aug 18, 2022 1:59 pm   Subject: deprecated stristr
Why you are using the sentinel when you are working locally?

FYI, get_env() returns false, when it is empty. In this case there doesn't exists a string. So is the question, why your web-server retu ...
 Topic: deprecated stristr
nextgen

Replies: 3
Views: 1702

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: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 15002

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: RN_Video module
hicuxunicorniobestbuildpc

Replies: 8
Views: 3514

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 07, 2021 4:57 pm   Subject: RN_Video module
I really don't get it.

I understand this


function get_time_string($seconds)
{
return date('H:i:s', strtotime("2000-01-01 + $seconds SECONDS")&# ...
 Topic: Paypal issue
hicuxunicorniobestbuildpc

Replies: 23
Views: 13467

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 27, 2021 4:09 pm   Subject: Paypal issue
echo '<div style="width:100%;">'.$DON_TEXT.'
<div style="width:50%; float:left;">
<form action="https://www.paypal.com/cgi-bin ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 310475

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 4:31 am   Subject: php7 support
I am getting error since I upgrade to the new php 7.1.

Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 15002

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 18, 2021 7:09 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
C:\FTP252\includes\classes\class.config.php (4 hits)
Line 237: . 'AND ' . $this->config_key . ' = \'' . ($key) . '\' LIMIT 1';
Line 240: WHERE ' . $this- ...
 Topic: dhchronicle has a deprecated constructor in
hicuxunicorniobestbuildpc

Replies: 1
Views: 1931

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 15, 2021 4:36 am   Subject: dhchronicle has a deprecated constructor in
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dhchronicle has a deprecated constructor in /www.bestbuildpc.org/includes/nukeSEO/dh/dhchroni ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 15002

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 13, 2021 8:40 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I got this from shoutbox block.

$sql = "select distinct image from ".$prefix."_shoutbox_emoticons";
$nameresult1 = $db->sql_query($sql);
$flag = 1;
$second ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 15002

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 12, 2021 11:44 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
Hey guys. I am getting lots of errors from mysqli.php

ERRORS

November 4, 2021, 2:22 am File: /www.bestbuildpc.org/db/mysqli.php - Line: 201
Code: 1064 - Message: You have an ...
 Topic: new.png error
neralex

Replies: 22
Views: 12030

PostForum: NSN Gr Downloads - a.k.a NukeDepository   Posted: Sat Apr 17, 2021 3:01 am   Subject: new.png error
What you can try is to install a local environment like XAMPP or WAMP for Windows. There you can install a copy of RN for testing purpose. You can also check your php-error-log of your server. Maybe y ...
 Topic: new.png error
neralex

Replies: 22
Views: 12030

PostForum: NSN Gr Downloads - a.k.a NukeDepository   Posted: Tue Apr 13, 2021 12:32 pm   Subject: Re: new.png error
Thanks, but I probably found the mistake.
If someone is struggling with this mistake I found this solution.
In the language file, you need to correct this in the 195-th queue:

define("_LINKS ...
 Topic: php7 support
neralex

Replies: 276
Views: 310475

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 20, 2021 1:44 am   Subject: php7 support
Something like this?

$name = 'Your_Account';
$bad_string = '_[-k ]^g$u\s.(k)? *e+/{},';
$name = $name.$bad_string;

function clean_string($string) {
// ...
 Topic: php7 support
kguske

Replies: 276
Views: 310475

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 07, 2021 8:52 am   Subject: php7 support
I'm getting ready to replace it, but on php 5.4, this happens:
PHP Parse error: syntax error, unexpected T_FUNCTION in modules/Forums/viewtopic.php on line 1289, which is
function ($m1) use ( ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 9807

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: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 9807

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:23 am   Subject: RN Subscription Module from Guardian
<?php

if (!defined('RNS_ADMIN')) die();

global $admin, $bgcolor2, $prefix, $db, $module_name;
// check for incoming userid
if (isset($uid)) {
...
 Topic: Theme Previews
neralex

Replies: 17
Views: 13018

PostForum: Themes   Posted: Tue Oct 06, 2020 1:01 pm   Subject: Theme Previews
EmeraldDragon, I used the Theme-Preview function in the admin-section of RN25x to build a simple block-file with the same functionality, which is using the uploaded themes from the themes-folder of yo ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 310475

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 08, 2020 4:00 pm   Subject: php7 support
I test with php 7.1, 7.2, 7.4 and I am not getting this error from this function.

function formatTimestamp($time) {
global $datetime, $locale;

static $localeSet; // setlocale ...
 Topic: private function backtrace_log
neralex

Replies: 5
Views: 5518

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Apr 29, 2020 12:05 pm   Subject: private function backtrace_log
That is not an error or mistake because on this point the query is executed and if it is failed, then the backlog returns the error-message from this file. Which sql-errors are you getting? Maybe I ca ...
 Topic: private function backtrace_log
neralex

Replies: 5
Views: 5518

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 1:46 pm   Subject: private function backtrace_log
rovshan, nice catch - crazy issue Wink

Let us clarify how the loglevel-options should work:

$loglevel - This controls the level of logging to the rnlogs/dblog file.

The default setting $logleve ...
 Topic: private function backtrace_log
rovshan

Replies: 5
Views: 5518

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 7:09 am   Subject: private function backtrace_log
hi,

My question concern this function in footer.php to show MySql requests concerning downloaded page:

if ($loglevel == 3 || $loglevel == 4) {
if (is_admin($admin) ...
 Topic: php7 support
Doulos

Replies: 276
Views: 310475

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Oct 03, 2019 5:28 am   Subject: php7 support
OK, but I had a mobile theme that did work with RN2.51 and PHP5.4. It involved modifying the mainfile.php to look for different types of user_gents and if they existed then it set the theme as mobile ...
 

 Jump to:   

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