Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 3331 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Deprecated: The each() function is deprecated | |
hicuxunicorniobestbuildpc Replies: 4 Views: 9691 ![]() |
![]() |
Yes I got the same output. I guess u go in the right way. to do it.
I found out arround line 785 There is another line it could cause the same issue echo '</p><p><span class=&qu ... |
|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 4 Views: 9691 ![]() |
![]() |
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: 9691 ![]() |
![]() |
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 bool in | |
hicuxunicorniobestbuildpc Replies: 2 Views: 6619 ![]() |
![]() |
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: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1793 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: Nuke Sentinel Error running 8.1 php | |
hicuxunicorniobestbuildpc Replies: 2 Views: 2207 ![]() |
![]() |
Testing php 8.1
When I click on ADMIN Blocker Settings I got this error from Nuke Sentinel. Fatal error: Uncaught ArgumentCountError: mail() expects at least 3 arguments, 0 giv ... |
|
Topic: Hoping for help | |
nextgen Replies: 2 Views: 2383 ![]() |
![]() |
I am getting a error in an older module (arcade tweaks). It reads as follows.
undefined function OpenTable2() The error comes from the arcade tweaks/index.php OpenTable2(); ... |
|
Topic: RN_Video module | |
neralex Replies: 8 Views: 3597 ![]() |
![]() |
Check the output:
echo $video->duration; |
|
Topic: RN_Video module | |
neralex Replies: 8 Views: 3597 ![]() |
![]() |
Check the output:
echo $video->duration; |
|
Topic: RN_Video module | |
hicuxunicorniobestbuildpc Replies: 8 Views: 3597 ![]() |
![]() |
Warning: gmdate() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26
echo '<tr><td valign="top"><a ... |
|
Topic: Paypal issue | |
hicuxunicorniobestbuildpc Replies: 23 Views: 13594 ![]() |
![]() |
echo '<div style="width:100%;">'.$DON_TEXT.'
<div style="width:50%; float:left;"> <form action="https://www.paypal.com/cgi-bin ... |
|
Topic: Download module for RavenNuke | |
hicuxunicorniobestbuildpc Replies: 4 Views: 4727 ![]() |
![]() |
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: 317456 ![]() |
![]() |
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: 15788 ![]() |
![]() |
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: 15788 ![]() |
![]() |
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: Upgrade Path 2.51.00 before 2.52.00? | |
TAd Replies: 5 Views: 3547 ![]() |
![]() |
I think I have it sorted. I deleted the entire INSTALLATION folder and re=uploaded it. Installer went on like I would expect it to without seeing the Installation folder Exists message.
I removed t ... |
|
Topic: new.png error | |
neralex Replies: 22 Views: 12188 ![]() |
![]() |
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: php7 support | |
neralex Replies: 276 Views: 317456 ![]() |
![]() |
Something like this?
$name = 'Your_Account'; $bad_string = '_[-k ]^g$u\s.(k)? *e+/{},'; $name = $name.$bad_string; function clean_string($string) { // ... |
|
Topic: RN Subscription Module from Guardian | |
neralex Replies: 22 Views: 10065 ![]() |
![]() |
Nope! I mean this...
Notice: Use of undefined constant RNA_A_MOD_SUBSCRIPTION_PERIOD - assumed 'RNA_A_MOD_SUBSCRIPTION_PERIOD' Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10065 ![]() |
![]() |
Do you mean this
function show_error($errmsg){ echo '<div class="error"><strong>' . RNS_A_GEN_ERRORE . ':</strong> - <span class="title" ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10065 ![]() |
![]() |
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: 10065 ![]() |
![]() |
<?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: 10065 ![]() |
![]() |
Notice: Undefined variable: errmsg in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/RNS_Edit_Sub.php on line 57
line 57 if ($errmsg) { // DISPLAY the FORM OpenTable ... |
|
Topic: Undefined variable causing errors Wimpy Media | |
hicuxunicorniobestbuildpc Replies: 2 Views: 2366 ![]() |
![]() |
Hello to everyone...
I am getting new errors I've never seen before with php 7.1 Notice: Undefined variable: op in /www.bestbuildpc.org/modules/Media/index.php on line 122 Line 122 is: ca ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 10065 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 132, 133, 134 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours