Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 2217 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Trying to access array offset on value of type null in | |
corpse Replies: 9 Views: 107031 ![]() |
![]() |
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: 4 Views: 5750 ![]() |
![]() |
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: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1679 ![]() |
![]() |
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 | |
neralex Replies: 3 Views: 1702 ![]() |
![]() |
Why you are using the sentinel when you are working locally?
FYI, get_env() returns false, when it is empty. In this case there doesn't exists a string. So is the question, why your web-server retu ... |
|
Topic: deprecated stristr | |
nextgen Replies: 3 Views: 1702 ![]() |
![]() |
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: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 15002 ![]() |
![]() |
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& ... |
|
Topic: RN_Video module | |
hicuxunicorniobestbuildpc Replies: 8 Views: 3514 ![]() |
![]() |
I really don't get it.
I understand this function get_time_string($seconds) { return date('H:i:s', strtotime("2000-01-01 + $seconds SECONDS") ... |
|
Topic: Paypal issue | |
hicuxunicorniobestbuildpc Replies: 23 Views: 13467 ![]() |
![]() |
echo '<div style="width:100%;">'.$DON_TEXT.'
<div style="width:50%; float:left;"> <form action="https://www.paypal.com/cgi-bin ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 310475 ![]() |
![]() |
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: 15002 ![]() |
![]() |
C:\FTP252\includes\classes\class.config.php (4 hits)
Line 237: . 'AND ' . $this->config_key . ' = \'' . ($key) . '\' LIMIT 1'; Line 240: WHERE ' . $this- ... |
|
Topic: dhchronicle has a deprecated constructor in | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1931 ![]() |
![]() |
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: 15002 ![]() |
![]() |
I got this from shoutbox block.
$sql = "select distinct image from ".$prefix."_shoutbox_emoticons"; $nameresult1 = $db->sql_query($sql); $flag = 1; $second ... |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
hicuxunicorniobestbuildpc Replies: 31 Views: 15002 ![]() |
![]() |
Hey guys. I am getting lots of errors from mysqli.php
ERRORS November 4, 2021, 2:22 am File: /www.bestbuildpc.org/db/mysqli.php - Line: 201 Code: 1064 - Message: You have an ... |
|
Topic: new.png error | |
neralex Replies: 22 Views: 12030 ![]() |
![]() |
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: 12030 ![]() |
![]() |
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: php7 support | |
neralex Replies: 276 Views: 310475 ![]() |
![]() |
Something like this?
$name = 'Your_Account'; $bad_string = '_[-k ]^g$u\s.(k)? *e+/{},'; $name = $name.$bad_string; function clean_string($string) { // ... |
|
Topic: php7 support | |
kguske Replies: 276 Views: 310475 ![]() |
![]() |
I'm getting ready to replace it, but on php 5.4, this happens:
PHP Parse error: syntax error, unexpected T_FUNCTION in modules/Forums/viewtopic.php on line 1289, which is function ($m1) use ( ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 9807 ![]() |
![]() |
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: 9807 ![]() |
![]() |
<?php
if (!defined('RNS_ADMIN')) die(); global $admin, $bgcolor2, $prefix, $db, $module_name; // check for incoming userid if (isset($uid)) { ... |
|
Topic: Theme Previews | |
neralex Replies: 17 Views: 13018 ![]() |
![]() |
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: 310475 ![]() |
![]() |
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: private function backtrace_log | |
neralex Replies: 5 Views: 5518 ![]() |
![]() |
That is not an error or mistake because on this point the query is executed and if it is failed, then the backlog returns the error-message from this file. Which sql-errors are you getting? Maybe I ca ... | |
Topic: private function backtrace_log | |
neralex Replies: 5 Views: 5518 ![]() |
![]() |
rovshan, nice catch - crazy issue ![]() Let us clarify how the loglevel-options should work: $loglevel - This controls the level of logging to the rnlogs/dblog file. The default setting $logleve ... |
|
Topic: private function backtrace_log | |
rovshan Replies: 5 Views: 5518 ![]() |
![]() |
hi,
My question concern this function in footer.php to show MySql requests concerning downloaded page: if ($loglevel == 3 || $loglevel == 4) { if (is_admin($admin) ... |
|
Topic: php7 support | |
Doulos Replies: 276 Views: 310475 ![]() |
![]() |
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 ... 87, 88, 89 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours