Up until the newer version of Wamp...
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: November 29, 2009 07:28PM

Here are the stats from my server (Bluehost). Trying to run phpbb local is getting me down.


Apache version 2.2.14 (Unix)
PHP version 5.2.11
MySQL version 5.0.81

Up until the newer version of Wamp I never had problems. Are there still older versions of the Wamp server around, or what do you suggest as a package?
Thanks

Options: ReplyQuote
Re: Up until the newer version of Wamp...
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: November 29, 2009 07:52PM

what kinda errors are u getting because ur host is even newer then latest wamp

there was a few small changes to wamp made that can easily be cahnged.


if you can show any of the issues ill be able to give u help to action it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Up until the newer version of Wamp...
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: November 29, 2009 11:51PM

stevenmartin99 Wrote:
-------------------------------------------------------
> what kinda errors are u getting because ur host
> is even newer then latest wamp
>
> there was a few small changes to wamp made that
> can easily be cahnged.
>
>
> if you can show any of the issues ill be able to
> give u help to action it


The biggest problem I'm having is with the db. I import one and get errors that make no since because with the older version I had no problems at all. After importing the newest db from the isp I get:


General Error
SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.im' at line 4 [1064]


At the host all must be fine because it runs there. If I import an older the I get:


Fatal error: Cannot redeclare class arcade_cache in C:\wamp\www\gjr\includes\arcade\arcade_cache.php on line 327

Again. The bigget problem is trying to import the most recent db and getting it to go when I worked before.


Apache version 2.2.11

Apache Errors

127.0.0.1 - - [29/Nov/2009:14:14:27 -0700] "GET /wpad.dat HTTP/1.1" 404 206
C:/wamp/www/wpad.dat
[Sun Nov 29 14:18:32 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/wpad.dat
[Sun Nov 29 14:19:48 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/wpad.dat

php 5.2.11

php.ini
My settings.

Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M



; - Show all errors, except coding standards warnings
;
error_reporting = E_ALL


php Errors I'm getting.

C:\wamp\www\gjr\includes\acp\acp_database.php on line 2275

[29-Nov-2009 14:31:33] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\gjr\includes\acp\acp_database.php on line 2275

[29-Nov-2009 14:48:57] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\gjr\includes\acp\acp_database.php on line 2275

[29-Nov-2009 14:50:06] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\gjr\includes\acp\acp_database.php on line 2275

[29-Nov-2009 14:52:45] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\gjr\includes\acp\acp_database.php on line 2275

[29-Nov-2009 15:45:45] PHP Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\apps\phpmyadmin3.2.0.1\config.inc.php on line 11

My config.inc.php

<?php


/* Servers configuration */

$i = 0;


/* Server: localhost [1] */

$i++;

$cfg['Servers'][$i]['verbose'] = 'localhost';

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['port'] = '';

$cfg['Servers'][$i]['socket'] = ''; <------------ My line 11

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['extension'] = 'mysqli';

$cfg['Servers'][$i]['auth_type'] = 'config';

$cfg['Servers'][$i]['user'] = 'root';

$cfg['Servers'][$i]['password'] = ''
;
$cfg['Servers'][$i]['AllowNoPassword'] = true;



/* End of servers configuration */


$cfg['DefaultLang'] = 'en-utf-8';

$cfg['ServerDefault'] = 1;

$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>


File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = "c:/wamp/tmp"

; Maximum allowed size for uploaded files.
upload_max_filesize = 12M


Mysql version 5.1.34

091129 14:21:10 InnoDB: Started; log sequence number 0 46409
091129 14:21:10 [Note] Event Scheduler: Loaded 0 events
091129 14:21:10 [Note] wampmysqld: ready for connections.
Version: '5.1.34-community-log' socket: '' port: 3306 MySQL Community Server (GPL)



Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 7
STR: />
SQL:

<br />
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 128059 bytes) in <b>/home2/gjr/public_html/includes/acp/acp_database.php</b> on line <b>727</b><br />


SQL query:

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<br />
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tri' at line 1

I hope this makes since to you, because I'm blind to it.
Thanks

Options: ReplyQuote
Re: Up until the newer version of Wamp...
Posted by: slide (---.gdj-co.client.bresnan.net)
Date: November 30, 2009 09:58PM

Hi Steven,
Can you help me with this, or do you want me to ask someone else?
Thanks

Options: ReplyQuote


Sorry, only registered users may post in this forum.