Issue with Creating a New User

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
briandea
Posts: 2
Joined: Tue Nov 01, 2016 7:46 pm

Issue with Creating a New User

Post by briandea »

I just installed phpMyFAQ and am having a few issues. When creating a user the system says "User created successfully" but the user account isn't created. I am unable to save any of the configurations, etc. Not sure what's going on...

Here is my Apache config:

<VirtualHost *:80>
ServerName faq.mylivewiresolution.com
ServerAlias http://www.faq.mylivewiresolution.com
DocumentRoot /var/www/vhosts/faq.mylivewiresolution.com


<Directory /var/www/vhosts/faq.mylivewiresolution.com>
Options -Indexes +FollowSymLinks -MultiViews
AddHandler php-fastcgi .php
Action php-fastcgi /cgi-bin/php.fastcgi
AllowOverride All
</Directory>

CustomLog /var/log/httpd/faq.mylivewiresolutionfaq.com-access.log forwarded
ErrorLog /var/log/httpd/faq.mylivewiresolutionfaq.com-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel info
</VirtualHost>

Here is my System Information

phpMyFAQ Version 2.9.5
phpMyFAQ API Version 1.1
Server Software Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips
Server Document Root /var/www/vhosts/faq.mylivewiresolution.com
phpMyFAQ Installation Path /var/www/vhosts/faq.mylivewiresolution.com
PHP Version 7.0.12
Webserver Interface FPM-FCGI
PHP Extensions Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, bcmath, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, imap, json, exif, mcrypt, mysqlnd, PDO, Phar, posix, shmop, SimpleXML, soap, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xml, xmlwriter, xsl, zip, mysqli, pdo_mysql, pdo_sqlite, wddx, xmlreader, newrelic
PHP Session path /var/lib/php/fpm/session
Database Server mysqli
Database Server Version 5.6.17
Database Client Version mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
Elasticsearch n/a
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Issue with Creating a New User

Post by Thorsten »

Hi,

do you get any JS errors in the browser debug console?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
briandea
Posts: 2
Joined: Tue Nov 01, 2016 7:46 pm

Re: Issue with Creating a New User

Post by briandea »

The issue was a permissions issue...We can now successfully add users. The next problem we are having is that we cannot create a Category. When trying to add a new Category we get the following error message: You are not authorized.

We are doing this with the administrator account and we also created another account and it cannot add a Catorgory too.

Any ideas as to what is happening?

Thanks,
Brian
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Issue with Creating a New User

Post by Thorsten »

Hi,

really strange. Is it possible to test this on your page?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply