Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : cannot run admin page



Threaded Mode | Print  

 cannot run admin page (14 Replies, Read 3743 times)
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
Hi everybody. Most important, sorry for my english.  :-(   I try to be quick ;-)

I have installed the Softaculous AMPPS on Windows, but I am unable to see the admin page, and every php page. I've tried to fix the problem looking at the FAQs, but the command "path\to\Ampps\php\php.exe" -c "path\to\Ampps\apache\php.ini" "path\to\Ampps\ampps\softaculous\enduser\install.php" doesn't works because the file install.php is missing.

I've worked with the program also on OS and I hadn't any problem.

What's the problem? How I can fix it?

Thanks, and sorry for my english again!

Marco
IP: --   

cannot run admin page
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

That is okay. Just run the cron, the command is on the same page.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
well, I've tried. But the command "path/to/Ampps/php/php.exe" -c "path/to/Ampps/apache/php.ini" "path/to/Ampps/ampps/softaculous/cron.php" didn't work, because "chattr not recognized ...". Without the -c parameter, or with the -C instead, return the error

PHP Parse error:  syntax error, unexpected T_LOGICAL_AND in C:\Program Files (x86)\Ampps\apache\php.ini on line 215

Parse error: syntax error, unexpected T_LOGICAL_AND in C:\Program Files (x86)\Ampps\apache\php.ini on line 215


:-(
IP: --   

cannot run admin page
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

You can ignore this "chattr not recognized"

Was the command executed completely ? If not run it again and let it complete.

-c is right. :)


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
Most important: thanks for all the support!

the command is executed as well (but for that "chattr"). But the problem istheren't resolved: install.php is still missing and the admin page isn't working!
IP: --   

cannot run admin page
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

Please open a ticket. We will look into it.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
Hi Tidus! I am late, so I have no much time to open a ticket now.
BTW, I have make an important step to resolve my issue. Going to the page 127.0.0.1/ampps the admin page works!  :)
But on localhost/ampps is still no working.  :-(

I have modified the win host file, but localhost doesn't response.

I am late now, but tomorrow I can watch better to resolve the issue.

Again, thanks for all the support!

Marco
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
uhm...this is weird. I've tried to ping the localhost (i didn't know why haven't think about it before today), and the resolved IP is ::1:.

So, I've changed the host file, keeping only the 127.0.0.1 localhost line, I've tried to de-activate the IPv6 protocol in connection properties, but the ping is always on ::1:. WTF?

Yes, I've restarted Apache and flushing the cache. (and also with apache down the ping respose correct on localhost v4 and v6. Is that normal?)

Well, now I'm tired, tomorrow is the final day for my issue, I promise!
IP: --   

cannot run admin page
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

Try this :


Open the file "hosts" at system32/drivers/etc as Admin (right click and open as admin the editor)
Then modify the file or uncomment the line where it says

127.0.0.1 localhost


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
hi! I've just tried, but is not working. Is ok that the localhost responses also with apache down? Or it's time to worry about it?
IP: --   

cannot run admin page
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Hi,

Quote
Is ok that the localhost responses also with apache down?


Sorry I did not get you.

Response of ping without apache running ? Yes, it should respond.


Edited by tidus : November 30, 2013, 1:29 pm

-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
Quote From : tidus November 30, 2013, 1:29 pm

Response of ping without apache running ? Yes, it should respond.


Yes, is what i was try to say
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
:xd:   :xd:   :xd:   :xd:   :xd: yeah!!!!!!

Finally I've resolved! I didn't know if there a way to resolve it with grapichal interface, but those are the instroctions that I've followed do fix the problem.

  • Open the Registry Editor, locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
  • In the Edit menu, point to New, and then click DWORD (32-bit) Value.
  • Type DisabledComponents, and then press ENTER.
  • Double-click DisabledComponents.
  • Type 0x20 to prefer IPv4 over IPv6 by modifying entries in the prefix policy table.
  • Restart the computer for this setting to take effect.

IP: --   

cannot run admin page
ketan
Group: Member
Post Group: Working Member
Posts: 241
Status:
Hi,

Glad you solved your issue and thanks for sharing the solution with us. :)

-----------------------
Follow AMPPS on,
Twitter
Facebook
Google+
IP: --   

cannot run admin page
MarcoVigna17
Group: Member
Post Group: Newbie
Posts: 11
Status:
Thank you for the help! Bye!
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is May 24, 2024, 8:53 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.454