2091
Yurdal
Re: NewBB 5.0 Final and 4.34 Final are released
  • 2019/5/8 20:01

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


When installing the module newbb 5 i get this error:

Warning: file_get_contents(/home/test.com/xoops_data/configs/newbb_permission_template.php): failed to open stream: No such file or directory in file /class/libraries/vendor/xoops/xmf/src/Yaml.php line 199

After install in the newbb page lot of language errors
To start viewing messages, select the forum that you want to visit from the list below.
_MD_TOPIC:
_MD_POST2:
Category Test
New posts = _MD_NEWPOSTS No new posts = _MD_NONEWPOSTS
_MD_USERS_ONLINE 1 _MD_BROWSING_FORUM
[ _MD_ADMINISTRATOR ] [ _MD_MODERATOR ]
0 _MD_ANONYMOUS_USERS



2092
geekwright
Re: http 500 error can't access site

Since I don't see it mentioned I'll ask, have you checked the database tables for errors?



2093
Zap_English
Re: http 500 error can't access site

This isn't a new install. It's been running since 2012. It's just this week it decided to crap out



2094
Mamba
Re: http 500 error can't access site
  • 2019/5/8 8:28

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


There should be no "index.php" file in:
zapenglishclub.com/modules/

So check where is the call to it coming from and fix it, so XOOPS is not looking for it anymore.

It's also possible that XOOPS is looking for zapenglishclub.com/modules/xxx/index.php, where the "xxx" is a variable. If the variable is not set, then "xxx" is empty and XOOPS is looking for:

zapenglishclub.com/modules//index.php
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2095
Mamba
NewBB 5.0 Final and 4.34 Final are released
  • 2019/5/8 7:47

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image

NewBB 5.0 Final has been released for XOOPS 2.5.10 and PHP 7.3.5, and is now available for testing, forking, and improvement contributions.

You can fork it from GitHub: https://github.com/XoopsModules25x/newbb/

Minimum requirements:
XOOPS 2.5.10
PHP 5.6+

Also released is NewBB 4.34 Final for XOOPS 2.5.9. This is the final release of the 4.x line, as there will be no further development of this branch. The focus is on NewBB 5.x

DOWNLOAD: GitHub
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2096
Zap_English
Re: http 500 error can't access site

Still not working.
After removing simplenewsletter i can access the pages, but if I try to add content I still get the 500 error



2097
wishcraft
Keeping time with ntp.snails.email

hey Xoopstroupers, how are you all, if you didn't know in unix/linux you can specify the /etc/ntp.conf that effects the time retrieval of the server even without ntpd installed; if you want to install NTP Services and Server for example on ubuntu you run the following:

$ sudo apt-get install ntp -y
$ sudo ufw allow 123
$ sudo service ntp start


if you check http://ntp.snails.email you will then be able to add your service into the pooling with the form on there, the hostname needs to be pingable this is only if you install: ntp services

There is a script you can add to a cron to retrieve the detailed /etc/ntp.conf it is:-
##
## file: /var/replace-ntp.conf.sh
##
## CronJob:-
## */15 */4 * * * sh /var/replace-ntp.conf.sh
##
##
cd /tmp
rm 
-vf ntp.conf
wget http
://ntp.snails.email:80/v1/ntp.conf
if [ -"/tmp/ntp.conf" ]
then
   rm 
-vf /etc/ntp.conf 
   mv 
/tmp/ntp.conf /etc
   chmod 
-fv 0644 /etc/ntp.conf
else
   echo 
" ntp.conf was returned empty or not existing! "
fi
####################################################[ 2019-05-07 19.19, Tue, 17:10:21 ]######


You can also change your /etc/ntp.conf to list just as this with the Chronolabs Cooperative as the only pooling:-

pool 0.ntp.snails.email iburst
pool 1.ntp.snails.email iburst
pool 2.ntp.snails.email iburst
pool 3.ntp.snails.email iburst
pool 4.ntp.snails.email iburst
pool 5.ntp.snails.email iburst
pool 6.ntp.snails.email iburst
pool 7.ntp.snails.email iburst
pool 8.ntp.snails.email iburst
pool 9.ntp.snails.email iburst
pool 10.ntp.snails.email iburst
pool 11.ntp.snails.email iburst
pool 12.ntp.snails.email iburst
pool 13.ntp.snails.email iburst
pool 14.ntp.snails.email iburst
pool 15.ntp.snails.email iburst
pool 16.ntp.snails.email iburst
pool 17.ntp.snails.email iburst
pool 18.ntp.snails.email iburst
pool 19.ntp.snails.email iburst
pool 20.ntp.snails.email iburst
pool 21.ntp.snails.email iburst
pool 22.ntp.snails.email iburst
pool 23.ntp.snails.email iburst
pool 24.ntp.snails.email iburst
pool 25.ntp.snails.email iburst
pool 26.ntp.snails.email iburst
pool 27.ntp.snails.email iburst
pool 28.ntp.snails.email iburst
pool 29.ntp.snails.email iburst
pool 30.ntp.snails.email iburst
pool 31.ntp.snails.email iburst
server ntp.snails.email


You can also on your windows or macintosh in the control panel settings under time change the url to: ntp.snails.email!



2098
Zap_English
Re: http 500 error can't access site

I think I just figured it out.

It's Simplenewsletter 2.32 that decided to take a ????? on the website. With it deactivated the website is working again



2099
Zap_English
Re: http 500 error can't access site

did you try going to the index php because it doesn't work



2100
Yurdal
Re: http 500 error can't access site
  • 2019/5/5 20:39

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


hmm when i go to http://zapenglishclub.com/modules/newbb/ its works

check your template or first try to disable block which appear only on the homepage
if that not help try to rename modules , from ftp one by one recognize the erroring module

ow try also with the default theme , maybe that can help




TopTop
« 1 ... 207 208 209 (210) 211 212 213 ... 29425 »



Login

Who's Online

526 user(s) are online (319 user(s) are browsing Support Forums)


Members: 0


Guests: 526


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits