Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 6066 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: RNuke Sentinel. 2.52.00 | |
bugsTHoR Replies: 2 Views: 4379 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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& ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 241, 242, 243 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours