Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 10320 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Disable DEBUG MODE Private Message / phpBB2 | |
rovshan Replies: 1 Views: 3562 ![]() |
![]() |
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: RNuke Sentinel. 2.52.00 | |
bugsTHoR Replies: 2 Views: 4365 ![]() |
![]() |
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: Getting kicked out | |
southern Replies: 18 Views: 9722 ![]() |
![]() |
Changing the PhP version to 7.0 removed the mainfile parse error. I reuploaded a mainfile from RN 2.5.2 and tested the admin login. Still no login so I'll go ahead and update the SQL tables. I'm in no ... | |
Topic: Getting kicked out | |
southern Replies: 18 Views: 9722 ![]() |
![]() |
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 | |
neralex Replies: 5 Views: 5532 ![]() |
![]() |
The error shows this "SQL Error : 1406 Data too long for column 'topic_title' at row 1"
This means the column 'topic_title' has a limited count of chars and when you are looking into the ... |
|
Topic: Undefined array key "admin" in nukesentinel.php | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5532 ![]() |
![]() |
Warning: Undefined array key "admin" in /includes/nukesentinel.php on line 341
Warning: Undefined array key 1 in /includes/nukesentinel.php on line 350 I got a strange error ... |
|
Topic: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 82777 ![]() |
![]() |
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: 82777 ![]() |
![]() |
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 | |
neralex Replies: 2 Views: 6245 ![]() |
![]() |
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: 6245 ![]() |
![]() |
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: 2302 ![]() |
![]() |
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: Trying to access array offset on value of type null in | |
neralex Replies: 4 Views: 5424 ![]() |
![]() |
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: 5424 ![]() |
![]() |
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: 5424 ![]() |
![]() |
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 | |
neralex Replies: 31 Views: 12970 ![]() |
![]() |
This is not the correct query:
$mostviewedblockqry = $db->sql_query('SELECT `id`, `file`, `filethumb`, `filepath`, `title`, `desc`, `user`, `counter`, `savetime` FROM `' . $prefix . '_rngal` ... |
|
Topic: Testing RavenNuke(tm) v2.5x with php 8.2 Errors | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1266 ![]() |
![]() |
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: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12970 ![]() |
![]() |
morning neralex, I checked today every single code from the gallery module and this error should come from the database. When I click on the pictures from the block then I get the errors but inside th ... | |
Topic: admin | |
fondy Replies: 10 Views: 2785 ![]() |
![]() |
Here is the file:
February 12, 2023, 2:47 pm File: /home/lovebrid/public_html/test2/db/mysqli.php - Line: 477 SQL was: SHOW TABLES LIKE "nuke_config" querycount = 1 ... |
|
Topic: Blank News Module | |
southern Replies: 15 Views: 5791 ![]() |
![]() |
I looked at nuke_stories in MySQL. All stories are intact and none has my site name appended to any.
Could it be a permission issue? I'll check that next. |
|
Topic: Import a PostgreSQL dump into a MySQL database | |
hicuxunicorniobestbuildpc Replies: 1 Views: 908 ![]() |
![]() |
https://dbconvert.com/postgresql/mysql/ | |
Topic: Import a PostgreSQL dump into a MySQL database | |
NeapolitanWorld Replies: 1 Views: 908 ![]() |
![]() |
Hello, I'm trying to revive an old rnnuke community that I had about ten years ago. I saved files, and the DB as a postgresSQL dump file and can't seem to remember how to import it to a MySQL database ... | |
Topic: Deprecated errors with php 8.1 | |
neralex Replies: 1 Views: 1369 ![]() |
![]() |
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. ![]() |
|
Topic: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1369 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: Error when trying to read or delete PM's | |
Doulos Replies: 6 Views: 5120 ![]() |
![]() |
Could not update user pm counters
DEBUG MODE SQL Error : 1690 BIGINT UNSIGNED value is out of range in '`clanfga_rn25`.`nuke_users`.`user_unread_privmsg` - 1' UPDATE nuke_users SET user_unrea ... |
|
Topic: Is Github current? | |
neralex Replies: 4 Views: 3524 ![]() |
![]() |
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 ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 411, 412, 413 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours