Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 29710 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: PHP 8.4.1 | |
mapache40 Replies: 11 Views: 712 ![]() |
![]() |
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: 712 ![]() |
![]() |
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: RNuke Sentinel. 2.52.00 | |
bugsTHoR Replies: 2 Views: 4154 ![]() |
![]() |
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: Block by Nukespam filter | |
hicuxunicorniobestbuildpc Replies: 5 Views: 4908 ![]() |
![]() |
Results: ERROR: Your registration has been blocked by our spam filter. If you feel this is incorrect, please contact the site administrator for resolution
Hello guys! Does anyone has this error. ... |
|
Topic: Getting kicked out | |
southern Replies: 18 Views: 9097 ![]() |
![]() |
I uploaded files and checked the admin log in page. I'm getting the error
Parse error: syntax error, unexpected '?' in /home/xxxxxxx/public_html/mainfile.php on line 881 I uploaded a backup main ... |
|
Topic: Getting kicked out | |
southern Replies: 18 Views: 9097 ![]() |
![]() |
As I mentioned before, one of your blocker-settings is blocking 'Permanent'. Find it, disable it and test it step by step. This is the only way you will have.
please note: RN2.51 ist completely out ... |
|
Topic: Getting kicked out | |
southern Replies: 18 Views: 9097 ![]() |
![]() |
hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ... | |
Topic: Getting kicked out | |
neralex Replies: 18 Views: 9097 ![]() |
![]() |
hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ... | |
Topic: Getting kicked out | |
southern Replies: 18 Views: 9097 ![]() |
![]() |
My webhost recently moved sites to new servers. Well and good. Except now I can't log into my admin CP. Actually I can log in but I'm not recognized as the God admin. The GFX Check loads or seems to ... | |
Topic: Undefined array key "admin" in nukesentinel.php | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5358 ![]() |
![]() |
Ok, try to make a new post and write on the subjet this
Warning: Undefined array key "admin" in /includes/nukesentinel.php on U willl get an error. |
|
Topic: Trying to access array offset on value of type null in | |
neralex Replies: 9 Views: 61977 ![]() |
![]() |
When the array $row2 isn't exist, then the variable $optionCount has no value - just empty. I guess here it would be better to have "0" in this case.
I would do it in this way for example ... |
|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 4 Views: 8932 ![]() |
![]() |
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: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 61977 ![]() |
![]() |
Thanks corpse! Just added the fix to the repo. https://github.com/ravennuke-dev/RavenNuke/commit/2f8ae9058290f9419c91b97da448cd46d2dce45d
I wouldn't recommend it to disable the error-reporting on a ... |
|
Topic: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 61977 ![]() |
![]() |
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 | |
hicuxunicorniobestbuildpc Replies: 9 Views: 61977 ![]() |
![]() |
Thanks a lot. The errors is not coming back anymore. I wonder why u didn't get it on localhost running php 7.4. | |
Topic: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 61977 ![]() |
![]() |
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: 61977 ![]() |
![]() |
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: php8: we need you help | |
theghost Replies: 21 Views: 11831 ![]() |
![]() |
I tried to send you a private message neralex but there was a database error.
Shoot me an e-mail so we can get in touch over the phone. ernest.buffington@gmail.com |
|
Topic: php8: we need you help | |
theghost Replies: 21 Views: 11831 ![]() |
![]() |
theghost, yeah sounds good for me. So let's do it on your recommended way.
Roger that I will get started right away. I just have to move a website for a friend and then I will get started. Looki ... |
|
Topic: php8: we need you help | |
theghost Replies: 21 Views: 11831 ![]() |
![]() |
Hey theghost, nice to read this. I merged your thread with this one.
Are you familiar with GIT an github? I made a copy of the branch "develop" on my github-repo. The branch is called ... |
|
Topic: php8: we need you help | |
theghost Replies: 21 Views: 11831 ![]() |
![]() |
Hey theghost, nice to read this. I merged your thread with this one.
Are you familiar with GIT an github? I made a copy of the branch "develop" on my github-repo. The branch is called ... |
|
Topic: php8: we need you help | |
theghost Replies: 21 Views: 11831 ![]() |
![]() |
Hey theghost, nice to read this. I merged your thread with this one.
Are you familiar with GIT an github? I made a copy of the branch "develop" on my github-repo. The branch is called ... |
|
Topic: php8: we need you help | |
neralex Replies: 21 Views: 11831 ![]() |
![]() |
Hey theghost, nice to read this. I merged your thread with this one.
Are you familiar with GIT an github? I made a copy of the branch "develop" on my github-repo. The branch is called ... |
|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1482 ![]() |
![]() |
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: 5228 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 1187, 1188, 1189 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours