Author |
Message |
Topic: Variable Errors |
peeyo
Replies: 4
Views: 12599
|
|
Goto php.ini (Almost in c:\windows)
Find the line error_reporting = ~E_ALL
Use error_reporting = ~E_ALL & ~E_NOTICE & ~E_WARNING |
Topic: About index.php?action=XXXX |
peeyo
Replies: 6
Views: 16321
|
|
It has already been fixed in the new beta version that will be available for tests in one or two days. The announce will be made on the forum.
Glad to here U that. Aprelium. Thank you very much.... ... |
Topic: About index.php?action=XXXX |
peeyo
Replies: 6
Views: 16321
|
|
Have you specified the default index file?
if your file is index.php or index.asp, you have to manually specify the start file in the Server parameters.
Hope that helps you.
I have been set t ... |
Topic: About index.php?action=XXXX |
peeyo
Replies: 6
Views: 16321
|
|
If I want to open my homepage http://127.0.0.1/AAA/index.php?action=1 it work. But if I want to open by use http://127.0.0.1/AAA/?action=1 it doesn't work properly on Abyss Web Server , But Not have p ... |
|