Ravens PHP Scripts: Forums
 

 

Search found 12719 matches
Author Message
 Topic: Deprecated: The each() function is deprecated
neralex

Replies: 4
Views: 9183

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

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

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: php8: we need you help
theghost

Replies: 21
Views: 12487

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 20, 2023 11:11 am   Subject: php8: we need you help
Do you want me to replace the Swift mail system with the latest PHPMailer? Swift is no longer being maintained and is obsolete. It has been replaced with Symfony mailer. My suggestion would be to eith ...
 Topic: Trying to access array offset on value of type bool in
hicuxunicorniobestbuildpc

Replies: 2
Views: 6262

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: Warning: count(): Parameter must be an array
hicuxunicorniobestbuildpc

Replies: 3
Views: 2317

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 17, 2023 2:28 am   Subject: Warning: count(): Parameter must be an array
Morning,

That has sense. I was confused about that line. That should be the way. Thanks. I already made the modifications.
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 1
Views: 1632

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

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

Replies: 31
Views: 13029

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

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: Nuke Sentinel Error running 8.1 php
64bitguy

Replies: 2
Views: 1759

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Dec 28, 2022 5:42 pm   Subject: Nuke Sentinel Error running 8.1 php
Might I suggest relocating this and the other "RavenNuke v2.5x" inquiries that find themselves discussing any PHP version outside the design specifications of each applicable RavenNuke relea ...
 Topic: Deprecated errors with php 8.1
neralex

Replies: 1
Views: 1384

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 17, 2022 11:30 am   Subject: Deprecated errors with php 8.1
Can you please stop giving advice as long you don't know what are you doing there? Just when a warning is gone, it doesn't mean you solved the issue. Wink For example in the file ipban.php don't exist f ...
 Topic: Deprecated errors with php 8.1
hicuxunicorniobestbuildpc

Replies: 1
Views: 1384

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 line 486
Dawg

Replies: 1
Views: 1036

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 14, 2022 2:32 pm   Subject: Nuke Sentinel line 486
Greetings All,

I am working my way through to getting it to run in PHP 8.1.12

I am curious in Nuke Sentinel line 486 through 491

I can comment out the function and get it to run.....but I do ...
 Topic: deprecated stristr
nextgen

Replies: 3
Views: 1558

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

Replies: 2
Views: 2112

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: Is Github current?
neralex

Replies: 4
Views: 3546

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 21, 2022 10:32 am   Subject: Is Github current?
Guardian2003, yeah nice to see you here again. This is the current stable 2.5.x-build for php7. This build is also running on RPS with php 7.4.28. But there is no possibility for HTML5 and responsive ...
 Topic: Is Github current?
Guardian2003

Replies: 4
Views: 3546

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Feb 19, 2022 4:23 pm   Subject: Is Github current?
Is the repository at https://github.com/neralex/RavenNuke up to date?
It's been far too long and thought I'd try and catch up.
 Topic: Radio Block
neralex

Replies: 3
Views: 3076

PostForum: Converting/Creating Blocks   Posted: Tue Feb 15, 2022 10:37 am   Subject: Radio Block
onChange="displaydesc(document.radio.music.selectedIndex)"
onClick="location=document.radio.music.options[document.radio.music.selectedIndex].value"

The attribu ...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3076

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

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 14, 2021 1:41 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
How can we fix this issue? What is the modification to proceed. Did u made any mod? I need to get a koffie asap. speedtype
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
neralex

Replies: 31
Views: 13029

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 14, 2021 12:30 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
Something like this could cause it.

D:\Recovered\www.bestbuildpc.org\includes\classes\class.config.php (4 hits)
Line 241: WHERE ' . $this->config_key . ' = \'' . ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 13029

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

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

Replies: 31
Views: 13029

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 15, 2021 7:42 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
Long: This is an admin-file and the functions are only used when you are saving or deleting something. How it can flood your logfile in this case, when only you has access to this module? There is all ...
 

 Jump to:   

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