Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 2791 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Trying to access array offset on value of type bool in | |
hicuxunicorniobestbuildpc Replies: 2 Views: 6189 ![]() |
![]() |
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: Trying to access array offset on value of type null in | |
hicuxunicorniobestbuildpc Replies: 4 Views: 5371 ![]() |
![]() |
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: 12457 ![]() |
![]() |
![]() 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: 1205 ![]() |
![]() |
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: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1309 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: deprecated stristr | |
nextgen Replies: 3 Views: 1521 ![]() |
![]() |
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: 3016 ![]() |
![]() |
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: Download module for RavenNuke | |
hicuxunicorniobestbuildpc Replies: 4 Views: 4290 ![]() |
![]() |
Hi Guys,
Since a couple of days I am checking file by file searching for some errors. I wonder if the download module could be renew and more easy to use for administrators. function Rankin ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 293487 ![]() |
![]() |
I am getting error since I upgrade to the new php 7.1.
Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12457 ![]() |
![]() |
I did lots of test yesterday and I found out when i click on the most view gallery block I got the error. I remove error log from the file and I tried several times and the error comes back.
$mos ... |
|
Topic: dhchronicle has a deprecated constructor in | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1746 ![]() |
![]() |
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; dhchronicle has a deprecated constructor in /www.bestbuildpc.org/includes/nukeSEO/dh/dhchroni ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12457 ![]() |
![]() |
I got this
function updateRegister() { global $db, $prefix, $admin_file; $date = $_POST['date']; $num = $_POST['num']; $name = $_POST['name']; $descr ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 12457 ![]() |
![]() |
I got this error now.
November 14, 2021, 1:11 pm File: /www.bestbuildpc.org/db/mysqli.php - Line: 185 SQL was: SELECT * FROM `nuke_nsnst_ip2country` WHERE (`ip_lo`<="1 ... |
|
Topic: new.png error | |
neralex Replies: 22 Views: 11427 ![]() |
![]() |
What you can try is to install a local environment like XAMPP or WAMP for Windows. There you can install a copy of RN for testing purpose. You can also check your php-error-log of your server. Maybe y ... | |
Topic: new.png error | |
neralex Replies: 22 Views: 11427 ![]() |
![]() |
Thanks, but I probably found the mistake.
If someone is struggling with this mistake I found this solution. In the language file, you need to correct this in the 195-th queue: define("_LINKS ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8827 ![]() |
![]() |
Now when I add a subscription I get a bunch of errors
Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8827 ![]() |
![]() |
<?php
if (!defined('RNS_ADMIN')) die(); global $admin, $bgcolor2, $prefix, $db, $module_name; // check for incoming userid if (isset($uid)) { ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8827 ![]() |
![]() |
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors
admin.php?op=admin_rn_sub_add_sub ... |
|
Topic: RN Subscription Module from Guardian | |
neralex Replies: 22 Views: 8827 ![]() |
![]() |
Some old coding-stuff like this is not more working correctly on php7:
cookiedecode($user); $username = $cookie[1]; list($uid, $username) = explode(":", ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8827 ![]() |
![]() |
I am getting some errors now from this RN Module made it from Guardian
Notice: Undefined offset: 1 in /www.bestbuildpc.org/modules/RN_Subscription/index.php on line 37 $username = $cookie[ ... |
|
Topic: Theme Previews | |
hicuxunicorniobestbuildpc Replies: 17 Views: 12606 ![]() |
![]() |
I got this one as well.
<?php if ( !defined('BLOCK_FILE') ) {Header('Location: ../index.php'); die();} if (!defined('PHP_EOL')) de ... |
|
Topic: Theme Previews | |
neralex Replies: 17 Views: 12606 ![]() |
![]() |
EmeraldDragon, I used the Theme-Preview function in the admin-section of RN25x to build a simple block-file with the same functionality, which is using the uploaded themes from the themes-folder of yo ... | |
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 293487 ![]() |
![]() |
I test with php 7.1, 7.2, 7.4 and I am not getting this error from this function.
function formatTimestamp($time) { global $datetime, $locale; static $localeSet; // setlocale ... |
|
Topic: Make block for slide | |
waleeid Replies: 3 Views: 2464 ![]() |
![]() |
hi all
i work on slide block to get news from database for phpnuke. website http://waleedpro.c1.biz you can see first block center One box list become two they do not communicate with each ... |
|
Topic: php7 support | |
Doulos Replies: 276 Views: 293487 ![]() |
![]() |
OK, but I had a mobile theme that did work with RN2.51 and PHP5.4. It involved modifying the mainfile.php to look for different types of user_gents and if they existed then it set the theme as mobile ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 110, 111, 112 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours