Ravens PHP Scripts: Forums
 

 

Search found 3331 matches
Author Message
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 4
Views: 9691

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 12, 2023 2:39 am   Subject: Deprecated: The each() function is deprecated
Yes I got the same output. I guess u go in the right way. to do it.

I found out arround line 785 There is another line it could cause the same issue

echo '</p><p><span class=&qu ...
 Topic: Deprecated: The each() function is deprecated
neralex

Replies: 4
Views: 9691

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: 9691

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 bool in
hicuxunicorniobestbuildpc

Replies: 2
Views: 6619

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

Replies: 1
Views: 1793

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: 2207

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: Hoping for help
nextgen

Replies: 2
Views: 2383

PostForum: Converting/Creating Modules   Posted: Tue Jul 26, 2022 4:55 pm   Subject: Hoping for help
I am getting a error in an older module (arcade tweaks). It reads as follows.

undefined function OpenTable2()

The error comes from the arcade tweaks/index.php

OpenTable2();

...
 Topic: RN_Video module
neralex

Replies: 8
Views: 3597

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Dec 09, 2021 9:48 am   Subject: RN_Video module
Check the output:

echo $video->duration;
 Topic: RN_Video module
neralex

Replies: 8
Views: 3597

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Dec 09, 2021 7:02 am   Subject: RN_Video module
Check the output:

echo $video->duration;
 Topic: RN_Video module
hicuxunicorniobestbuildpc

Replies: 8
Views: 3597

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 04, 2021 4:48 pm   Subject: RN_Video module
Warning: gmdate() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26


echo '<tr><td valign="top"><a ...
 Topic: Paypal issue
hicuxunicorniobestbuildpc

Replies: 23
Views: 13594

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: Download module for RavenNuke
hicuxunicorniobestbuildpc

Replies: 4
Views: 4727

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 6:52 am   Subject: Download module for RavenNuke
Hi Guys,

Since a couple of days I am checking file by file searching for some errors. I wonder if the download module could be renew and more easy to use for administrators.



function Rankin ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 317456

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: 15788

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 15, 2021 3:43 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I got this

function updateRegister() {
global $db, $prefix, $admin_file;
$date = $_POST['date'];
$num = $_POST['num'];
$name = $_POST['name'];
$descr ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 15788

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Nov 14, 2021 6:13 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I got this error now.

November 14, 2021, 1:11 pm
File: /www.bestbuildpc.org/db/mysqli.php - Line: 185
SQL was: SELECT * FROM `nuke_nsnst_ip2country` WHERE (`ip_lo`<="1 ...
 Topic: Upgrade Path 2.51.00 before 2.52.00?
TAd

Replies: 5
Views: 3547

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Sep 26, 2021 3:04 pm   Subject: Upgrade Path 2.51.00 before 2.52.00?
I think I have it sorted. I deleted the entire INSTALLATION folder and re=uploaded it. Installer went on like I would expect it to without seeing the Installation folder Exists message.

I removed t ...
 Topic: new.png error
neralex

Replies: 22
Views: 12188

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: php7 support
neralex

Replies: 276
Views: 317456

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

Replies: 22
Views: 10065

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 01, 2020 1:47 pm   Subject: RN Subscription Module from Guardian
Nope! I mean this...

Notice: Use of undefined constant RNA_A_MOD_SUBSCRIPTION_PERIOD - assumed 'RNA_A_MOD_SUBSCRIPTION_PERIOD'
Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10065

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 30, 2020 5:18 pm   Subject: RN Subscription Module from Guardian
Do you mean this

function show_error($errmsg){
echo '<div class="error"><strong>' . RNS_A_GEN_ERRORE . ':</strong> - <span class="title" ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10065

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: 10065

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

Replies: 22
Views: 10065

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 27, 2020 9:09 pm   Subject: RN Subscription Module from Guardian
Notice: Undefined variable: errmsg in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/RNS_Edit_Sub.php on line 57

line 57
if ($errmsg) {

// DISPLAY the FORM

OpenTable ...
 Topic: Undefined variable causing errors Wimpy Media
hicuxunicorniobestbuildpc

Replies: 2
Views: 2366

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 27, 2020 7:31 am   Subject: Undefined variable causing errors Wimpy Media
Hello to everyone...

I am getting new errors I've never seen before with php 7.1

Notice: Undefined variable: op in /www.bestbuildpc.org/modules/Media/index.php on line 122

Line 122 is:

ca ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10065

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 25, 2020 5:29 pm   Subject: RN Subscription Module from Guardian
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors

admin.php?op=admin_rn_sub_add_sub ...
 

 Jump to:   

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