Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 1584 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Trying to access array offset on value of type null in | |
neralex Replies: 9 Views: 668 ![]() |
![]() |
At this moment the only issue I have is the Gallery module which gets lots of error when I try to run php 7.4. Do u have any solution for that?
Offtopic: In repeat for you: This module is not more su ... |
|
Topic: Trying to access array offset on value of type null in | |
neralex Replies: 9 Views: 668 ![]() |
![]() |
those lines fixed the error I had. Thanks a lot!
Added to the repo: https://github.com/neralex/RavenNuke/commit/1ac992b58614e798dd9971dc684748614bb9774b My core files are the same as Ravennuke f ... |
|
Topic: Trying to access array offset on value of type null in | |
neralex Replies: 9 Views: 668 ![]() |
![]() |
hicuxunicorniobestbuildpc, why you don't look at github on the affected file(s) and compare it with your own? https://github.com/neralex/RavenNuke/blob/master/html/modules/Your_Account/public/userinfo ... | |
Topic: Trying to access array offset on value of type null in | |
neralex Replies: 9 Views: 668 ![]() |
![]() |
I have also no issues with php 7.4.33.
hicuxunicorniobestbuildpc, what is the content of your signature? |
|
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
neralex Replies: 31 Views: 4110 ![]() |
![]() |
Finally solved. | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
neralex Replies: 31 Views: 4110 ![]() |
![]() |
Looks good. Is the title builded correctly in the browser-tab (title)? | |
Topic: php8: we need you help | |
neralex Replies: 5 Views: 91 ![]() |
![]() |
Today I played a little bit with php 8.2 and I got a bunch of errors but I think it is too much for just 1 person. Please share in public what u have done so we can test and if we find errors we can f ... | |
Topic: Code: 1064 - Message: You have an error in your SQL syntax | |
neralex Replies: 31 Views: 4110 ![]() |
![]() |
This is not the correct query:
$mostviewedblockqry = $db->sql_query('SELECT `id`, `file`, `filethumb`, `filepath`, `title`, `desc`, `user`, `counter`, `savetime` FROM `' . $prefix . '_rngal` ... |
|
Topic: php8: we need you help | |
neralex Replies: 5 Views: 91 ![]() |
![]() |
I need an programmer with php8-experience and it is all on github. | |
Topic: php8: we need you help | |
neralex Replies: 5 Views: 91 ![]() |
![]() |
Hey there,
I'm sorry to tell you that I don't have the time to update the current version 2.5.x to php8. I've started it on the develop-branch of my github-repo but I'm at the point where my work i ... |
|
Topic: admin | |
neralex Replies: 10 Views: 250 ![]() |
![]() |
On which OS are you working locally - macOS or Windows? | |
Topic: admin | |
neralex Replies: 10 Views: 250 ![]() |
![]() |
It seems there is something wrong with your database. Maybe some db-tables are not installed and/or the user of the database can not add new entries into the tables. Check the permissions of the datab ... | |
Topic: admin | |
neralex Replies: 10 Views: 250 ![]() |
![]() |
Hey,
I tried an fresh install on WAMP with php 7.4.33, Apache 2.4.46 and MariaDB 10.4.13 and it works without any issue on the first run. No shown issues on the install-process. Did you already ... |
|
Topic: no post mode specified | |
neralex Replies: 1 Views: 97 ![]() |
![]() |
Only on this extension and all other file-types are working? | |
Topic: Blank News Module | |
neralex Replies: 15 Views: 458 ![]() |
![]() |
I looked at the blank page with the Microsoft Edge Inspect and found it reports this error,
http://www.southernwolf.net/modules.php?name=News&file=article&sid=4409#:~:text=www.s ... |
|
Topic: Blank News Module | |
neralex Replies: 15 Views: 458 ![]() |
![]() |
When you replaced the whole News module and it shows on each theme, then it can not be the problem. The html-output of your "blank"-page is showing a content, which is not part of RN. There ... | |
Topic: Blank News Module | |
neralex Replies: 15 Views: 458 ![]() |
![]() |
Strange. It seems there is an issue with the article.php of the News module or with the used theme. Did you tried another theme, if the same issue exists? If yes, then compare the article.php with the ... | |
Topic: Blank News Module | |
neralex Replies: 15 Views: 458 ![]() |
![]() |
Which php-version shows your webserver? Use as admin this link: /modules/Forums/admin/admin_phpinfo.php and paste the shown version, please. If you are using RN251, then it doesn't work with php7x. | |
Topic: Blank News Module | |
neralex Replies: 15 Views: 458 ![]() |
![]() |
Hey, did you changed the PHP version of your webserver to php7? Try to activate the error-messages and check the output for errors or warnings and also the php log-file on your webserver. | |
Topic: Nuke Sentinel Error running 8.1 php | |
neralex Replies: 2 Views: 371 ![]() |
![]() |
Please stop to flood the forums with you testings. You don't help me with it. I will go step by step through my files and if I need help, then I will open a thread. Thanks. | |
Topic: Deprecated errors with php 8.1 | |
neralex Replies: 1 Views: 322 ![]() |
![]() |
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: Nuke Sentinel line 486 | |
neralex Replies: 1 Views: 294 ![]() |
![]() |
Which warning or error you are getting on this line? | |
Topic: Warning: preg_replace() expects at least 3 parameters | |
neralex Replies: 3 Views: 376 ![]() |
![]() |
preg_replace searches subject for matches to pattern and replaces them with replacement. https://www.php.net/manual/en/function.preg-replace.php But in your case, the script searches only a subject f ... | |
Topic: Warning: preg_replace() expects at least 3 parameters | |
neralex Replies: 3 Views: 376 ![]() |
![]() |
Warning: implode(): Invalid arguments passed in
This means, the passed variable in the affected implode function-call is not an array. You have two implodes there. One with $ShoutNew and the other ... |
|
Topic: deprecated stristr | |
neralex Replies: 3 Views: 579 ![]() |
![]() |
Yes correct, this issue is based on a the local server-configuration, which isn't needed in this case. Disable the Sentinel, when you are working locally. | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 62, 63, 64 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours