Current Page: 1 of 1
Results 1 - 10 of 10
17 years ago
intosoul
I am also having the same trouble. I went to and download the said script but still don't get it working. I've installed the phpmailer in my Wamp directory. In the php.ini, I set line 602 ; For Win32 only. SMTP = localhost ; For Win32 only. sendmail_from = And in line 425 ; Windows: "\path1;\path2" ;include_path = ".;F:\Wamp\phpmailer" Did I do something wrong or did
Forum: WampServer English
17 years ago
intosoul
No body can help me??? It's been days. Surely, someone must know how to work around this problem. Please help!!!
Forum: WampServer English
17 years ago
intosoul
I am using Wamp5 - 1.6.5v phpMyAdmin - 2.8.2.4v MySQL - 5.0.24a-community-nt I am having trouble with getting MYSQL to support FULLTEXT indexes. I've tried adding the code: "TYPE=MyISAM" but no dice. HERE is what I did: ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` ( `post_name` , `post_content` ) TYPE=MyISAM So then I tried editing the my.ini file by changing from d
Forum: WampServer English
17 years ago
intosoul
Thanks CyberSpatium for taking the time to look up the codes and correcting them for me. It turned out after adding the open and closed quotes the script still had parse error message. Then, I saw the code error that Mark mentioned earlier. Turned out the script developer wrote sloopy codes. He was sometimes writing using short tags. Instead of <?PHP , he toward the end of the scripts, he
Forum: WampServer English
17 years ago
intosoul
So here is the error msg" "Parse error: parse error, unexpected $end in F:\Wamp\www\blog\wp-content\plugins\custom-smileys.php on line 518" Below is the php code from the file (sorry I am not proficient in php coding so I don't know it is really the coding problem or not but the same file works at the web host server): <?php // Initialize csm_init(); // Initialization func
Forum: WampServer English
17 years ago
intosoul
I also have a php parsing error but not the same as Mark's situation. My problem is with "Parse error: parse error, unexpected $end " Using the same file, when I upload to my web host provider, the same file works but not when I use wamp5 server. So I know it's not the file itself that is the problem. Any idea or help would be appreciated.
Forum: WampServer English
17 years ago
intosoul
> Also, I searched for "c:\" in wampserver.ini and I could not find such a thing there. That > means all is fine there. I am using my data at a separated drive but still out of curiosity, I decided to see for myself by opening my F:\Wamp\wampserver.ini and I found it in line 90. Type: item; Caption: "www directory"; Action: shellexecute; FileName: "F:/Wamp/www&q
Forum: WampServer English
17 years ago
intosoul
If you checked everything and still get a blank page, then I recommend you reinstall wamp. That is what I did and it worked for me well. Make sure you have set up your database and username priviledges correctly with regard to your php script. And if you have .htaccess on your particular script, see to it that there is not a particular code within the file that would affect the php script work
Forum: WampServer English
17 years ago
intosoul
Thank you CyberSpatium for your assistance. Apparently, I found out even after putting all my files into the www directory made no difference. It turned out, wamp server only works when installed in C:/ drive. I had mine installed in F:/. I don't understand why installing in another drive besides C drive would make such huge difference. But after installing onto the C:/ drive instead, everyt
Forum: WampServer English
17 years ago
intosoul
I have no trouble installing the server. I managed to get the php script that runs with txt doc to work fine. But when it comes to connecting to mysql, I get error messages. I know I did nothing wrong with my phpmyadmin configuration. So I am totally at loss here. The error messages I get from all my php script that has to do with databases are: Fatal error: Call to undefined function mysql_
Forum: WampServer English
Current Page: 1 of 1