HTTP 500 Internal Server Error
Posted by: MooseMoney (---.vsat.telkom-ipnet.co.za)
Date: July 06, 2010 02:42PM

Hi

I am new to WampServer and have just installed it on my PC.
I then installed Joomla but encounter a HTTP 500 error when viewing the webpage.
Can you please assist me with this difficulty? Here is the Apache error log;

[Tue Jul 06 14:29:38 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Tue Jul 06 14:29:38 2010] [notice] Server built: Dec 10 2008 00:10:06
[Tue Jul 06 14:29:38 2010] [notice] Parent: Created child process 5220
[Tue Jul 06 14:29:39 2010] [notice] Child 5220: Child process is running
[Tue Jul 06 14:29:39 2010] [notice] Child 5220: Acquired the start mutex.
[Tue Jul 06 14:29:39 2010] [notice] Child 5220: Starting 64 worker threads.
[Tue Jul 06 14:29:39 2010] [notice] Child 5220: Starting thread to listen on port 80.
[Tue Jul 06 14:30:08 2010] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\Joomla Atten\\templates\\jv_atten\\jv_menus\\jv.common.php on line 61, referer: [localhost]
[Tue Jul 06 14:30:08 2010] [error] [client 127.0.0.1] PHP Notice: Use of undefined constant Y - assumed 'Y' in C:\\wamp\\www\\Joomla Atten\\templates\\jv_atten\\index.php on line 382, referer: [localhost]
[Tue Jul 06 14:30:08 2010] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function curl_init() in C:\\wamp\\www\\Joomla Atten\\modules\\mod_jv_twitter\\helper.php on line 210, referer: [localhost]

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: July 06, 2010 06:41PM

You need to enable the PHP curl extension. curl_init() is part of the curl library which will only be available when the php curl extension is enabled.

To enable curl left click WAMP taskbar icon and choose PHP > PHP Extension > php_curl

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: MooseMoney (---.vsat.telkom-ipnet.co.za)
Date: July 07, 2010 02:59AM

c2dan Wrote:
-------------------------------------------------------
> You need to enable the PHP curl extension.
> curl_init() is part of the curl library which will
> only be available when the php curl extension is
> enabled.
>
> To enable curl left click WAMP taskbar icon and
> choose PHP > PHP Extension > php_curl


THANK YOU!!!
It worked like a charm.
Much appreciated!

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: h3roin (---.rdsnet.ro)
Date: July 08, 2010 05:47PM

i have this error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

And this one in apache :
[Thu Jul 08 18:36:57 2010] [alert] [client 127.0.0.1] C:/wamp/www/.htaccess: Invalid command '\xff\xfeR', perhaps misspelled or defined by a module not included in the server configuration

my rewrite_module is on but dosen't work.....and i have this script. please help i spend my last 2 days figure out what is wrong.

RewriteEngine On
RewriteRule ^$ index.php?page=1
RewriteRule ^home/$ index.php?page=1
RewriteRule ^cine_suntem/$ index.php?page=2
RewriteRule ^cum_comand/$ index.php?page=3
RewriteRule ^informatii_utile/$ index.php?page=4
RewriteRule ^ne-au_ales/$ index.php?page=5
RewriteRule ^contact/$ index.php?page=6 [L]


you guys are my last chance to understand. THX

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: July 08, 2010 06:53PM

How are you saving the .htaccess file. Make sure you're saving it in the correct character encoding, eg UTF-8 or ASCII < the character encoding will be available in the save as dialog box.

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: h3roin (---.rdsnet.ro)
Date: July 08, 2010 07:04PM

Thank you very much. I saved with unicode. Now it;s working after i changed the encoding to UTF-8.

You saved my day( or days smiling smiley) ).

But now my firs page not include de contents. I see just footer & header.

I am a begineer and i want to tell i am fascinated of this php programs

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: toumimi (---.50.80-79.rev.gaoland.net)
Date: July 08, 2010 11:35PM

Hi,

It can be a problem with your inclusion path.
You should also use full php tags <?php and not <?=.

If this does not solve your problem, please ask your question on a coding forum,
where they would be able to help you much with your code...

Thanks winking smiley

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: HTTP 500 Internal Server Error
Posted by: h3roin (---.rdsnet.ro)
Date: July 09, 2010 08:35AM

thank you very much . i will serch in to my code and iwill find out. thanks again.

Options: ReplyQuote


Sorry, only registered users may post in this forum.