Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 3808 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: PHP 8.4.1 | |
kguske Replies: 11 Views: 1187 ![]() |
![]() |
Hi Marco,
There are structure changes to RavenNuke (and I assume PHP-Nuke) necessary to support a responsive theme. I could give you the theme, but it wouldn't work without those structural changes. ... |
|
Topic: Disable DEBUG MODE Private Message / phpBB2 | |
rovshan Replies: 1 Views: 3571 ![]() |
![]() |
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: Undefined array key "admin" in nukesentinel.php | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5556 ![]() |
![]() |
Yes I understand but I came for this error in nukesentinel
Warning: Undefined array key "admin" in /includes/nukesentinel.php on line 341 Warning: Undefined array key 1 in /includes/nu ... |
|
Topic: Undefined array key "admin" in nukesentinel.php | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5556 ![]() |
![]() |
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: Undefined array key "admin" in nukesentinel.php | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5556 ![]() |
![]() |
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: Testing RavenNuke(tm) v2.5x with php 8.2 Errors | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1279 ![]() |
![]() |
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: Nuke Sentinel Error running 8.1 php | |
64bitguy Replies: 2 Views: 1757 ![]() |
![]() |
Might I suggest relocating this and the other "RavenNuke v2.5x" inquiries that find themselves discussing any PHP version outside the design specifications of each applicable RavenNuke relea ... | |
Topic: Deprecated errors with php 8.1 | |
hicuxunicorniobestbuildpc Replies: 1 Views: 1382 ![]() |
![]() |
Deprecated: Return type of sql_db::prepare($query) should either be compatible with mysqli::prepare(string $query): mysqli_stmt|false, or the #[\ReturnTypeW ... | |
Topic: Hoping for help | |
nextgen Replies: 2 Views: 2112 ![]() |
![]() |
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: Radio Block | |
hicuxunicorniobestbuildpc Replies: 3 Views: 3073 ![]() |
![]() |
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: Installation error typo in Ravennuke 2.5 | |
hicuxunicorniobestbuildpc Replies: 5 Views: 2357 ![]() |
![]() |
Have you tried to remove the unexpected '&' and tested whether it then works?
I removed that typo and I got this Fatal error: Uncaught Error: Call to undefined function mysql_connect ... |
|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 296894 ![]() |
![]() |
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: 13023 ![]() |
![]() |
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: Forum error | |
neralex Replies: 9 Views: 4669 ![]() |
![]() |
I have to test it at the next weekend with hungarian-language files. But I'm using for my german umlauts the database collation: utf8_general_ci but do not change in this case the Content-Type within ... | |
Topic: new.png error | |
neralex Replies: 22 Views: 11526 ![]() |
![]() |
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: 11526 ![]() |
![]() |
Thanks, got it. Did you made changes on the hungarian language-file of the Downloads module? If yes, please check if the constant '_DL_LINKSDATESTRING' exists. It should be like this:
define(' ... |
|
Topic: new.png error | |
neralex Replies: 22 Views: 11526 ![]() |
![]() |
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 | |
kguske Replies: 276 Views: 296894 ![]() |
![]() |
The nice thing about running multiple sites using the same software and a modified config file to connect the site's database is that you update all the sites at once.
The bad thing about this appr ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8994 ![]() |
![]() |
I found it.
Search for define('RNS_A_GEN_ERROR','There are some errors that need fixing'); Replace with define('RNS_A_GEN_ERRORE','There are some errors that need fixing'); ... |
|
Topic: RN Subscription Module from Guardian | |
neralex Replies: 22 Views: 8994 ![]() |
![]() |
The info about the $errmsg was a side-note, it's not related to the undefined constants. You make a mess of everything yourself. Please check the error-message of the undefined constant and compare it ... | |
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8994 ![]() |
![]() |
No No
I did this f (!defined('RNS_ADMIN')) die(); if(!isset($errmsg)) $errmsg = ''; but the error is showing again. |
|
Topic: RN Subscription Module from Guardian | |
neralex Replies: 22 Views: 8994 ![]() |
![]() |
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 | |
neralex Replies: 22 Views: 8994 ![]() |
![]() |
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 | |
neralex Replies: 22 Views: 8994 ![]() |
![]() |
Yes this one is there.
define('RNS_A_MOD_SUBSCRIPTION_PERIOD','Modify Subscription period'); Nope, please open your eyes and re-check the error message. There is an typo... ![]() Notice ... |
|
Topic: RN Subscription Module from Guardian | |
hicuxunicorniobestbuildpc Replies: 22 Views: 8994 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 151, 152, 153 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours