Project

General

Profile

GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly

Added by Habibul Haq about 11 years ago

I have installed a GOAutoDial in centos 5.9 64 bit as per instruction provided in http://goautodial.org/projects/goautodialce/wiki/64bit. But i have found that installation is done but web interface is not working properly and having issue like

i. goadmin system information is not showing.

ii. vicidial admin page is not available.

I have noticed that basic difference between in my previous installation and current installation is that PHP. Current installation update provide PHP 5.3.22 (cli) (built: Feb 23 2013 11:20:41) is given with the current update.

Can anyone suggest me how can i overcome with this.

H.Haq


Replies (10)

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Alexey Kuranov about 11 years ago

Set display_errors = On in /etc/php.ini
If you see error about memory, change value of memory_limit to 128M (default 32M) or other biggest value.
If this resolv your problem, restore value of display_errors to Off.

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Habibul Haq about 11 years ago

I have checked the issue and everything seems normal as i am running the old installation perfectly. More over other information on the web interface is perfectly showing and working.

Regards
H.Haq

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Demian Biscocho about 11 years ago

Can you post a screenshot of your issue? Are you sure you followed the 64bit instructions step by step?

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Habibul Haq about 11 years ago

Dear Demian

I have followed the 64 bit instruction as per information on the wiki. I have followed the same procedure 10-12 days ago and made an perfect installation. I have attached the Goadmin page and Vicidialadmin page with this post. Goadmin page system information is not showing & other drop down menu is incomplete and Vicidial admin is coming without any information.

More over the basic difference in current 64 bit Goautodial yum repository comes with PHP 5.3 and previous one was with PHP 5.1.

Please advice.

Regards
H.Haq

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Demian Biscocho about 11 years ago

Try changing your mysql password to "vicidialnow" before doing the installation. By default, the goautodial-ce RPM package that installs the main goautodial utilities use "vicidialnow" as mysql password.

PHP 5.3 is also recommended. Performance is a lot better than PHP 5.1. Can you also check if "phpsysinfo" is installed by default?

#rpm -qa | grep phpsysinfo

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Habibul Haq about 11 years ago

Hi

I have reinstall my system but same issue. and i have checked the mysql password and that is vicidialnow. Can you advice.

I have run the display error yes and got some reply which i have posted here.

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Alexey Kuranov about 11 years ago

Set allow_url_include to 1 in /etc/php.ini and run:
service httpd restart

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Habibul Haq about 11 years ago

I have checked this issue but same thing and also made a new installation which is not working.

can any one suggest.

Regards
Haq

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Erwin De Luna about 11 years ago

Hi,

Can you please check this settings on your php.ini file to make it sure that everything was set on recommended goautodial php configurations.

memory_limit = 128M
short_open_tag = On
max_execution_time = 360
max_input_time = 360
post_max_size = 64M
upload_max_filesize = 64M
default_socket_timeout = 360

After you verify that all this settings are configured properly please restart your httpd services "service httpd restart".

RE: GoAutoDIal Installation with 64 bit in centos 5.9 webinterface is not working properly - Added by Habibul Haq about 11 years ago

Thanks it worked. and i have enable one thing to view the goadmin that is "allow_url_include = On"

Thanks to everyone for your reply on my issue.

Regards
H.Haq

    (1-10/10)
    Go to top