PhpBB2 Emailer.php Line 234 Error
Jun 22, 2007
I'm running CentOS with a postfix mail server.
I haven't experienced mail problems on other CMS systems - so the basic setup should be working okay - but apparently not that well.
I get the famous emailer.php line 234 error when some users send PMs to each other... The PMs go through, but the error is annoying none the less.
Does anyone have a decent solution for this?
The phpbb community advise to make a Google search (http://www.google.com/search?q=configuring+php+mail ) or use SMTP just don't do it for me - and I don't want to leave some big hole for spammers.
View 4 Replies
ADVERTISEMENT
Mar 19, 2008
i switched my host and have done a database backup of my phpbb2 forum. the new host only has phpbb3 - the sql doesn't load because the database structure has changed. is there any tool online that can go through my sql to convert them for phpbb3 use?
View 4 Replies
View Related
Jul 2, 2008
My server is new from SoftLayer when i try to restore Data Base He Give Me this Massege
ERROR 1044 (42000) at line 15: Access denied for user 'mov_uu'@'localhost' to database 'mav2'
i try to restore another data base he give Also A masseges
ERROR 1064 (42000) at line 1: 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 i have Upload Center It Was Work 100% Suddenly He give me
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request
------------------
also
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/nameofuser/public_html/vb/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
View 2 Replies
View Related
Jul 15, 2007
Before i use: CubePanel and all my site run file. Scine i change to HostingController with PHP5.2.3 and mysql-essential-5.0.45 my site error:
[url]
Quote:
get_box('user_online'); $c_user_online = $tpl->get_block_from_str($html,'user_online'); $c = $tpl->auto_get_block($c_user_online); /* $c_mem = $tpl->get_block_from_str($c_user_online,'member',1); $c_mod = $tpl->get_block_from_str($c_user_online,'mod',1); $c_admin = $tpl->get_block_from_str($c_user_online,'admin',1); $c_this = $tpl->get_block_from_str($c_user_online,'this',1); */ $timeout = 60*30; $total = 0; $member = 0; $guest = 0; $current_time = NOW; $time_exit = $current_time - $timeout; $mysql->query("DELETE FROM ".$tb_prefix."online WHERE timestamp < ".$time_exit); $guests = $mysql->num_rows($mysql->query("SELECT DISTINCT sid FROM ".$tb_prefix."online WHERE sid != ''")); $member_sql = $mysql->query("SELECT user_id, user_name, user_level FROM ".$tb_prefix."user WHERE user_online = 1 AND user_timeout > ".$time_exit." ORDER BY user_timeout DESC"); $members = $mysql->num_rows($member_sql); $total = $guests + $members; while($r = $mysql->fetch_array($member_sql)){ $id = $r['user_id']; $level = $r['user_level']; $name = $r['user_name']; if ($id == $_SESSION['user_id']) $s = $c['this']; elseif ($level == 1) $s = $c['member']; elseif ($level == 2) $s = $c['mod']; elseif ($level == 3) $s = $c['admin']; $online_list .= $tpl->assign_vars($s, array( 'user.ID' => $id, 'user.NAME' => $name, 'user.URL' => '#User,'.$id, ) ); } $html = $tpl->assign_vars($html, array( 'TOTAL' => $total, 'GUESTS' => $guests, 'MEMBERS' => $members, ) ); $html = $tpl->assign_blocks_content($html, array( 'user_online' => $online_list, ) ); return $html; } ?>PHP Fatal error: Call to undefined function box_user_online() in D:WebspaceAKIT2ITonline.2it.inwwwincludesclass_template.php(86) : eval()'d code on line 1 Error in my_thread_global_end(): 3 threads didn't exit
View 1 Replies
View Related
Aug 6, 2014
We are currently using Apache 2.2.10 as the reverse proxy for the SAP portal server 7.3.1. The SAP applications are built based on webdynpro abap technology.2 of the apps are getting intermittent spinning circles. The Apache server will ultimately timeout and give the "bad request" and HTTP 400. We were never able to reproduce the problem except we do see users are running into them. Obviously, the problems occur very randomly, but often enough to generate a lot of support tickets. No error was generated in the sap system log.
Here is what I see from the apache access log and error log:
[31/Jul/2014:23:50:26 -0400] TLSv1 AES128-SHA "POST /sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=VcFRQjFOvu8TJYp9gDoeAA--4x1GQAg0MPPjCUEQif5iWQ--?sap-contextid=SID%3aANON%3asapprd_PR3_03%3aezUnW-FXtaYVyXREaAD7rxW0k8o5pk_n9RfjPfcB-NEW HTTP/1.1" 400 3004 "https://xxxxx/sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=VcFRQjFOvu8TJYp9gDoeAA--4x1GQAg0MPPjCUEQif5iWQ--" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)" 706345611
[Fri Aug 01 14:19:07 2014] [error] [client 10.4.53.198] (70014)End of file found: proxy: error reading status line from remote server xxxxxx, referer: https://xxxxx/sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=RaH2yjQlV6o7wVaj6wv6zA--LXTMFzjjKvcuwT*DXWoBmA--
I found bug 37770 and went to see the apache admin. But he thinks that the parameter(proxy-initial-not-pooled=1) that fixes the bug only applies to mod_proxy_http. However, we are using mod_proxy.
View 1 Replies
View Related
May 21, 2009
in ssh i try create new database
root@server1 [~]# mysql -uumar_cs -ppassword umar_cs </home/umar/public_html/localhost.sql
it is show direct
ERROR 1044 (42000) at line 21: Access denied for user 'umar_cs'@'localhost' to database 'umar_cs'
i try from script same message
i think maybe the problem from the size in this file
/etc/my.conf
set-variable = max_connections=500
i change to
set-variable = max_connections=500M
and restart mysql
and i try create same problem!
View 10 Replies
View Related
Oct 17, 2013
We have been using Apache 2.2.x with reverse proxy modules for our clients to access their OWA servers for over a year. I want to get us to Apache 2.4.x so I setup a test box with latest 2.4 on it. I fixed the config file issues since 2.4 has changes in it. OWA proxy is working on my test server with Apache 2.4. But with 2.4 I do have an issue I cannot figure out. Note that this does NOT occur with Apache 2.2. I get the following errors when using ActiveSync through reverse proxy:
[Thu Oct 17 12:19:11.670665 2013] [proxy_http:error] [pid 748:tid 8440] (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. : [client x.x.x.x:20311] AH01102: error reading status line from remote server mail.nameredacted.net:443
[Thu Oct 17 12:19:11.670665 2013] [proxy:error] [pid 748:tid 8440] [client x.x.x.x:20311] AH00898: Error reading from remote server returned by /Microsoft-Server-ActiveSync
So somehow with Apache 2.4 there is some sort of timeout that was not there with 2.2.
View 2 Replies
View Related
Nov 13, 2008
root@server [~]# /etc/init.d/ipaliases start
/etc/init.d/ipaliases: line 37: cat: command not found
Not sure why that's happening, but 4 of 5 IPs are down and I cannot restart the network.
Centos 4 / Cpanel
The file is there in /etc/init.d/
-rwxr-xr-x 1 root root 2.6K Sep 26 21:54 ipaliases*
Line 37 is
case "$1" in
View 1 Replies
View Related
Feb 15, 2009
Im trying to zip up an sqlite database backup.
I execute this command
Code:
zip ../d/db/backup.zip ../d/db/09-02-15.sqlite
backup.zip never appears. Instead, I get some random filename in the directory. Like ziOHokOw
If I try to zip a smaller file(last weeks backup) everything runs fine?
Code:
zip ../d/db/backup.zip ../d/db/09-02-08.sqlite
So the 134mb file zips fine, but the 200mb one seems like its failing and im left with some type of temporary file. I tried downloading the weird filename and unzipping it. It has partial info like directory structure, the filename but the actual file inside is corrupt.
View 1 Replies
View Related
Jan 13, 2008
I found this line in my crontab file
0 7-23/3 * * * top.sh
when it's running?
and what is it doing?
View 6 Replies
View Related
May 10, 2008
What is the Command Line, hoe do I get to it, when I do how do I update Perl to 5.88
View 5 Replies
View Related
Jun 3, 2007
to append the directory that the accounting.php.inc file is located in to the open_basedir line.
How do i do it, where n how do i make these changes.
View 6 Replies
View Related
Jan 15, 2007
i have a win 2003 server and iis6
i have about 300 sites i will change my internet line
to change all web sites ip's to new ip in iis how can i do that?
View 0 Replies
View Related
Jun 28, 2008
I do not understand what network: 5 mbps and the traffic 1Gbps mean
=========
CPU Intel Core2-Duo E4500
2.2GHz-FSB 800MHz -L2 2MB
RAM DDR2 PC2-5300 (667Mhz) 2GB
HDD SATA2 250GB (7,200rpm)
LANcard Intel PRO/1000 PF Server Adapter
Rack Type 1U (4.5cm)
Network: 5Mbps
Traffic 1Gbps Dedicated Line
=======
View 12 Replies
View Related
Nov 4, 2009
I remember some companies were offering servers on 1 gbit/s line and 10 TB of bandwidth for $100/month. Or did I dream this one up?
iweb was offering 10 TB/month servers for $99 (I don't remember if it was 100mbit/s or 1 gbit/s line though), they don't seem to offer this anymore.
View 6 Replies
View Related
Jan 14, 2009
This is our setup: We have two locations about 120 miles apart. We have direct connection with a T1 line.
My question: How much safer is our data passing through the same T1 everyone else is using. Most people sending data through the same T1 line are using ISP, so are safer by not using an ISP? .........
View 5 Replies
View Related
Apr 4, 2008
What command could I use to get the last line of an output?
Heres why...
I use this command:
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1
I would like to get just the last line of the output, the output looks like this:
1 203.118.105.*
1 80.195.165.*
1 87.211.51.*
1 91.40.90.*
8 82.2.222.*
213
The reason is because I'd like to get that last figure to place into a file on a certain time period (through a cron), which will then be graphed with PHP.
View 3 Replies
View Related
Feb 9, 2008
Got a centos / cpanel box. Had to change the block of IP's with an entirely new block of 8. Problem is I cannot access cpanel/whm due to this, but only via ssh. If I run the below, it shows the old IP's
/etc/init.d/ipaliases start
How do I replace the old block with the new? I've never done it via command line before.
View 1 Replies
View Related
Aug 3, 2008
if anybody in the community looks for trixbox as the os to be installed on a dedicated server. I am looking for a new line of servers to provide and i am thinking that Trixbox could be one of them.
View 0 Replies
View Related
Jul 13, 2007
I've a rack in the datacentre, and actually sharing the ethernet line with another partner's rack.
Something like:
Bandwidth -> Switch 1 -> Switch 2 (partner's rack)
Bandwidth -> Switch 1 -> Switch 3 (my rack)
After a previous uplinks issue, i'm never able to hit above 4Mbps of download speed to my home's cable broadband anymore. I have no idea whether it's because my partner capped my bandwidth from Switch 1, or his usage has increased such that it's affecting my traffic too. I can't be too concerned about it with him, as he's paying the bulk of the bandwidth costs.
For the whole rack, i'm not able to hit above 5Mbps accumulatively, and my normal bandwidth usage is only about 1-2Mbps.
So i'm thinking of getting another line for bandwidth directly from the datacentre to my Switch 3, perhaps starting from just 1-2Mbps only.
How will things improve? Just a silly thought, whether my total available bandwidth can now be 5Mbps + 2Mbps = 7Mbps.
View 10 Replies
View Related
Jun 29, 2013
After upgrade to Plesk 11.5.30 trying to set up FTP-Backup Repository:
Repository error: Transport error: unable to list directory: Curl error: Access denied to remote resourceClick to expand...
View 7 Replies
View Related
Aug 15, 2005
I posted this problem in the PHP forum without a response. I thought this forum might be better.
View 0 Replies
View Related
Jul 18, 2009
how to reset a password via a single line command? Or script? To make it automated?
View 14 Replies
View Related
Oct 3, 2009
how i can install SVN by command line on centos OS
View 1 Replies
View Related
Jul 9, 2008
is KVMoIP like Remote Desktop or is it just command lines?
View 5 Replies
View Related
Jun 23, 2008
I just moved to a new server and latly I've seen my mail going out like this:
071 Subject: =?iso-8859-1?B?U3BlZWRFYXJuZXIgUG9pbnQgRW1haWwgZm9yIHJhZmFu?=
039* Return-Path: Fast_Lane@XXXX.com
074F From: "=?iso-8859-1?B?U3BlZWRFYXJuZXIuY29t?=" <Fast_Lane@XXXX.com>
Using Exim 4 and that was the same as my old server. I also moved the exim.conf file over to the new server to see if that would fix it, but it didn't.
View 9 Replies
View Related
Mar 26, 2008
This is my current hosting
Virtual Server - $60/Month
100GB disk
1 CPU
512MB dedicated RAM
768MB shared RAM
100mbit unmetered connection
Now, I totally bombed the b/w. I am looking for a webhost that will allow 50-60mbps.
I will be hosting anime, which is unlicensed.
View 14 Replies
View Related
Mar 3, 2008
I have a load of PHP files that need trimming down, so for example
Code:
<html>
<?php
$loads_of_stuff = 1231231;
?>
</html>
change to
Code:
<html>
<?php
$loads_of_stuff = 1231231;
?>
</html>
There are 000's of lines, so some awk command or something similiar would be great to execute on each file.
View 1 Replies
View Related
Sep 25, 2008
I have been looking around for a new shared host, I am currently with GoDaddy =( And it would be helpful to have command line access for some things I am trying to do.
Particularly with Zend Gdata API (which GoDaddy has trouble with anyway) Is this reasonable to ask for? I also need at least 150GB/month bandwidth for some relatively high quality streaming video.
View 13 Replies
View Related
Nov 7, 2008
We have a dedicated server, with chroot access enabled.
We are wanting to backup each site on this server, as well as all mysql dbs on a weekly basis.
Is it possible for us to run a cron job to do this? If so, what commands would we want to use?
We have a local FTP server here, so would like to ftp these backups this machine.
I know it all sounds a little vague, but I just need to know where to get started.
View 3 Replies
View Related