Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 14075 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: PHP 8.4.1 | |
kguske Replies: 11 Views: 1013 ![]() |
![]() |
I haven't seen this type of admin function for modules or blocks, but it's a great idea. | |
Topic: PHP 8.4.1 | |
misterstereus Replies: 11 Views: 1013 ![]() |
![]() |
Hello, I am looking for an old AJAX admin module for blocks and modules that allows you to activate or deactivate without reloading the page thanks ![]() |
|
Topic: PHP 8.4.1 | |
mapache40 Replies: 11 Views: 1013 ![]() |
![]() |
misterstereus, [i]
Hello, if you want, I could help by adapting the CMS with Bootstrap, Datatables, adding alternatives like CKEditor and make it possible to manage Slide, Logo, Fonts, Themes with ... |
|
Topic: PHP 8.4.1 | |
mapache40 Replies: 11 Views: 1013 ![]() |
![]() |
misterstereus, [i]
Hola, si deseas podria ayudar adaptando el CMS con Bootstrap, Datatables, adicionar alternativas como CKEditor y hacer que se puedan administrar Slide, Logotipo, Fuentes, Temas ... |
|
Topic: Disable DEBUG MODE Private Message / phpBB2 | |
rovshan Replies: 1 Views: 3514 ![]() |
![]() |
Hello,
How to disable DEBUG MODE in Private Message / phpBB2 modules? In Private_Message/index.php message_die(GENERAL_ERROR, "Could not obtain post and post text", "", __LIN ... |
|
Topic: Old themes and modules | |
kguske Replies: 4 Views: 27157 ![]() |
![]() |
misterstereus, sorry for the delayed reply!
I think I have my library of modules, themes and more on a shareable cloud site. I'll send a PM with a link |
|
Topic: Old themes and modules | |
kguske Replies: 4 Views: 27157 ![]() |
![]() |
Which modules / themes do you need? | |
Topic: Old themes and modules | |
misterstereus Replies: 4 Views: 27157 ![]() |
![]() |
Hello everyone please I'm looking for old Php-Nuke modules and old themes unfortunately mine have been lost info@prontoservizi.com
Thank you ![]() |
|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 4 Views: 9090 ![]() |
![]() |
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: 9090 ![]() |
![]() |
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: 75218 ![]() |
![]() |
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 | |
hicuxunicorniobestbuildpc Replies: 9 Views: 75218 ![]() |
![]() |
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: Missing icons in forum header. | |
neralex Replies: 1 Views: 2694 ![]() |
![]() |
No need for changing, because this file isn't used in any forums-tepmplate. This file is an very old part of the original deepblue/subsilver phBB-template. In RN you have the simple_header.tpl, which ... | |
Topic: Trying to access array offset on value of type bool in | |
neralex Replies: 2 Views: 6192 ![]() |
![]() |
You should really compare at first your files with the files from the core-package. It seems you made changes on it. https://github.com/ravennuke-dev/RavenNuke/blob/master/html/admin/modules/blocks.ph ... | |
Topic: Trying to access array offset on value of type bool in | |
hicuxunicorniobestbuildpc Replies: 2 Views: 6192 ![]() |
![]() |
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: 2694 ![]() |
![]() |
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 | |
hicuxunicorniobestbuildpc Replies: 3 Views: 2273 ![]() |
![]() |
Warning: count(): Parameter must be an array or an object that implements Countable in /www.bestbuildpc.org/modules/Forums/groupcp.php on line 830//Only happening in php 7.4
Line 830 $modgroup_p ... |
|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1572 ![]() |
![]() |
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 | |
neralex Replies: 4 Views: 5373 ![]() |
![]() |
Wow! That solved the issue! Dank u!!!!
I found out the same issue in module Submit_Downloads/index.php. I will use the same code to fix those issue when I come back from work. Notice: Trying to ... |
|
Topic: Trying to access array offset on value of type null in | |
hicuxunicorniobestbuildpc Replies: 4 Views: 5373 ![]() |
![]() |
Wow! That solved the issue! Dank u!!!!
I found out the same issue in module Submit_Downloads/index.php. I will use the same code to fix those issue when I come back from work. Notice: Trying to ... |
|
Topic: Trying to access array offset on value of type null in | |
hicuxunicorniobestbuildpc Replies: 4 Views: 5373 ![]() |
![]() |
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: 6465 ![]() |
![]() |
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: 6465 ![]() |
![]() |
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: 6465 ![]() |
![]() |
I have also no issues with php 7.4.33.
hicuxunicorniobestbuildpc, what is the content of your signature? Notice: Trying to access array offset on value of type null in /bestbuildpc.org/home/modu ... |
|
Topic: Trying to access array offset on value of type null in | |
hicuxunicorniobestbuildpc Replies: 9 Views: 6465 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 561, 562, 563 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours