Search found 12 matches

by Niraj7878
Tue Dec 23, 2014 2:52 am
Forum: PHP - Code
Topic: Error in contact Us page
Replies: 3
Views: 1509

Re: Error in contact Us page

In log file there are no error generated...
by Niraj7878
Fri Dec 19, 2014 2:55 am
Forum: PHP - Code
Topic: Error in contact Us page
Replies: 3
Views: 1509

Error in contact Us page

I have Create contact Us Page with Email Notification But When I click submit Its show Successfully send But We are not Receiving Email.(this code upload on serverside & check in server Side) This is tpl file <form id="form1" name="form1" method="post" action="...
by Niraj7878
Fri Dec 05, 2014 1:08 am
Forum: PHP - Code
Topic: contact form Error
Replies: 2
Views: 3277

contact form Error

when i click to submit ,its show successfully but email not received . Html Code <td align="left" valign="top"><form id="form1" name="form1" method="post" action="enquete.php"> <table width="100%" border="0" cellpadding...
by Niraj7878
Tue Nov 25, 2014 4:01 am
Forum: PHP - Code
Topic: Create Inquiry Form
Replies: 2
Views: 735

Re: Create Inquiry Form

In log file there are no warning or fatal error.
$result = $mail2->send(array($config[WC_CONTACT_US]));In contact_us i have Define my mail address.
I have check email ,mail is not in spam folder.& i have check machine able to send email.
by Niraj7878
Tue Nov 25, 2014 3:14 am
Forum: PHP - Code
Topic: Create Inquiry Form
Replies: 2
Views: 735

Create Inquiry Form

I have created inquiry form & when i clicked submit ,msg gone sucessfully but admin cant receiving email nofitication <? define('IN_SITE', true); include_once("includes/common.php"); //include_once($physical_path['DB_Access']. 'Country.php'); //$country = new Country(); if($_POST['Sub...
by Niraj7878
Thu Nov 06, 2014 11:21 pm
Forum: PHP - Code
Topic: Call to a member function GalleryViewCounter() on a non-obj
Replies: 1
Views: 1396

Call to a member function GalleryViewCounter() on a non-obj

Call to a member function GalleryViewCounter() on a non-object in D:\Niraj\server\rb\gallery_view.php on line 16 <? define('IN_SITE', true); include_once("includes/common.php"); include_once($physical_path['DB_Access']. 'Gallery.php'); include_once($physical_path['DB_Access']. 'GalleryCat...
by Niraj7878
Tue Nov 04, 2014 4:48 am
Forum: PHP - Code
Topic: Fatal error: Call to undefined function
Replies: 1
Views: 573

Fatal error: Call to undefined function

Fatal error: Call to undefined method Gallery::get_gallerycat() in D:\Tanvi\rb\db_access\Gallery.php on line 3 [syntax=php] function GetChildCategory($gallerycat_id=0 , $line = '', $cnt1='', $Selected ='') { $category = $this->get_gallerycat($gallerycat_id);//this line getting error. $cnt = count($...
by Niraj7878
Sat Oct 18, 2014 5:12 am
Forum: PHP - Code
Topic: PDOException: SQLSTATE[HY093]: Invalid parameter number:
Replies: 1
Views: 1487

PDOException: SQLSTATE[HY093]: Invalid parameter number:

<?php class NewPassport extends pdoMapper { function __construct() {} function listAllNewPassportInquiry($status,$searchRefrence,$searchClientName) { global $page,$db; $where = " where 1 "; if($status != '') { $where .= " AND status = '".$status."' "; } if($searchRefre...
by Niraj7878
Wed Oct 15, 2014 3:41 am
Forum: PHP - Code
Topic: I have create newpassport inquiry module
Replies: 5
Views: 2025

Re: I have create newpassport inquiry module

[text]Yes I have Turned On Error Reporting.In log file there is no error report for blank page.[/text]
by Niraj7878
Fri Oct 10, 2014 11:20 pm
Forum: PHP - Code
Topic: I have create newpassport inquiry module
Replies: 5
Views: 2025

Re: I have create newpassport inquiry module

this is link when i clicked & its show blank.Its not showing any error its show only blank page.
http://dev.vishaloms.org/admin/new_passport.php
by Niraj7878
Fri Oct 10, 2014 4:27 am
Forum: PHP - Code
Topic: I have create newpassport inquiry module
Replies: 5
Views: 2025

This is include file in this program

class file Newpassport.php <?php class NewPassport extends pdoMapper { function __construct() {} function listAllNewPassportInquiry($status,$searchRefrence,$searchClientName) { global $page,$db; $where = " where 1 "; if($status != '') { $where .= " AND status = '".$status."...
by Niraj7878
Fri Oct 10, 2014 4:19 am
Forum: PHP - Code
Topic: I have create newpassport inquiry module
Replies: 5
Views: 2025

I have create newpassport inquiry module

I have create newpassport inquiry module but when we run this code its show blank form. <?php include_once("../includes/common.php"); $todo = Utility::value_by_key("todo", false); $page = (trim($_POST['page']) != "" ? $_POST['page'] : (trim($_GET['page']) != ""...