Page 1 of 1

PHPmyadmin Issue ViciBox8

PostPosted: Fri May 04, 2018 7:04 am
by waleed
Hi - I am unable to access phpmyadmin. Please guide me.




VERSION: 2.14-632a
BUILD: 170930-0853
© 2017 ViciDial Grou


Single Server vicibox8 ISO installation | no extra Lan card | No Extra software

Re: PHPmyadmin Issue ViciBox8

PostPosted: Fri May 04, 2018 9:37 am
by williamconley
Please post the full version of your installer. (it's not just "8", it should be something more like 8.X.X).

Describe your problem in a bit more detail.

For instance: Do you get a 404 not found error? Or is it that your credentials fail? Or perhaps you get a security certificate warning?

To be clear: If you give tiny bits of "it don't work" information, it could take a few weeks for us to extract enough information from you to solve your problem. But a thorough description of your problem, the server's present condition, and what you've tried could have already allowed someone to post a solution. Make it easy for us, we often have a solution at hand. 8-)

Re: PHPmyadmin Issue ViciBox8

PostPosted: Fri May 04, 2018 11:39 pm
by waleed
My bad here are required details.

I have just made a fresh install via iso from vicidial website and have no other configuration what so ever.
it gives me below mention error when i try to reach 192.168.X.X/phpmyadmin.

"Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
192.168.101.214
Apache"

vicibox version is 8.0.1

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 12:05 am
by thephaseusa
Did you mean 192.168.101.214/phpMyAdmin/. ?

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 12:53 am
by waleed
thephaseusa wrote:Did you mean 192.168.101.214/phpMyAdmin/. ?


yes exactly that. :)

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 5:15 am
by thephaseusa
During vicibox-express or vicibox-install it asks the question Install phpMyAdmin? Yes or no
I think the default is no.

ls /sry/www/htdocs And confirm the directory phpMyAdmin exists.

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 7:16 am
by waleed
yes it does exist.

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 8:59 am
by thephaseusa
You should get an Access Forbidden message is the directory is there.

Are you sure you didn't type 192.168.101.214/phpmyadmin ? Instead of 192.168.101.214/phpMyAdmin ?

"when i try to reach 192.168.X.X/phpmyadmin"

Re: PHPmyadmin Issue ViciBox8

PostPosted: Sat May 05, 2018 9:53 am
by thephaseusa
This is a great thread about phpMyAdmin:

phpMyAdmin - Access forbidden!
viewtopic.php?f=8&t=35502&p=122024&hilit=phpMyAdmin+access+forbidden#p122024

Re: PHPmyadmin Issue ViciBox8

PostPosted: Mon May 07, 2018 2:37 am
by waleed
thephaseusa wrote:You should get an Access Forbidden message is the directory is there.

Are you sure you didn't type 192.168.101.214/phpmyadmin ? Instead of 192.168.101.214/phpMyAdmin ?

"when i try to reach 192.168.X.X/phpmyadmin"


Thanks for the help i didnt know it was case sensitive now i am getting forbidden error.

Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403
192.168.101.214
Apache

Re: PHPmyadmin Issue ViciBox8

PostPosted: Mon May 07, 2018 2:47 am
by waleed
Issue is fixed with your mentioned post. Thanks a lot for help. These are the commands if anyone needs them.

1) sed -i 's/denied/granted/g' /etc/apache2/conf.d/phpMyAdmin.conf
2) apache2ctl -k graceful (or service apache2 restart)

One last tiny problem what would be the credentials for using it?

Re: PHPmyadmin Issue ViciBox8

PostPosted: Mon May 07, 2018 7:16 am
by thephaseusa
Your MySQL user/pass

Re: PHPmyadmin Issue ViciBox8

PostPosted: Tue May 08, 2018 6:57 am
by waleed
thephaseusa wrote:Your MySQL user/pass


YES