Jump to content

SJamG

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by SJamG

  1. Hi, I have sent you a PM - I don't really want our company's domain name on a public forum. I would also be willing to share FTP details to get this sorted. Failing all this - I will post a project on Freelancer.co.uk Thanks in advance.
  2. Hi everyone, thanks for your posts. I created the .htaccess file..but i still have the same issue... I have tried to contact GoDaddy support about the root path in my config file, to which it was dismissed nor confirming it was correct or incorrect. I would be happy to post any file contents or any additional information you need - just tell me and i'll post it @Ken_GoDaddy - I will PM you, but in all honestly, i was very rudely dismissed by support with very little help...but will give you the URL and the info you request. Thanks for any help in advance.
  3. Hi, i also created an .htaccess file with the content below : RewriteEngine On RewriteRule ^property$ /property.php RewriteRule ^property/([^/]*)$ /property.php?prop_id=$1 [L] RewriteRule ^admin/$ admin/ [L] RewriteRule ^([^/]*)/$ $1.php [L] RewriteRule ^property_images/([^/]*)/([^/]*)/(.*) /include/resize_image.php?width=$1&height=$2&file=$3 [L] Thanks
  4. Hi, I will attach a screenshot of the structure and also i don't seem to have .htaccess file..... here is the screenshot : Thanks in advance for any further help
  5. Hi there, I am feeling very silly asking for help on this as it seems it would be PHP 101...: I have a website which uses PHP pages, my main site loads fine, however when i click any of the links in the menu (which should go to PHP pages) it returns a 404. For example, I have a PHP file on my root called properties.php which it should be loaded when i click the Properties link, but it doesn't. i also have an /admin directory, which contains php files (used for administering content), but it doesn't even load the login screen, instead takes me straight in! I have since deleted the admin folder to be safe just now. I contacted the hosting company in case i got the root path wrong (Godaddy), but they prompty/rudely told me it wasn't their problem I know this is really basic stuff, but if someone could point me in the right direction, i'd appreciate it. Thanks in advance! Jamie
  6. Thanks for the quick reply. I have changed that line in Global.php, but it has made no difference How would I go about diagnosing the problem with the camel case? Thanks
  7. Hi There, I have ported my website over to another hosting provider and I cannot get this one thing working! We have images on our site, which this PHP Script should resize, but it can't find the Imagick.php script. I am convinced that it resides in a different path. Here is the error i get when trying to access one of the images : Warning: require_once(include/classes/Imagick.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/bosweb/web128/b1282/ipg.accommodateruralcom/include/global.php on line 29 Fatal error: require_once() [function.require]: Failed opening required 'include/classes/Imagick.php' (include_path='.:/usr/local/lib/php-5.2.17/lib/php:/home/users/web/b1282/ipg.accommodateruralcom') in /hermes/bosweb/web128/b1282/ipg.accommodateruralcom/include/global.php on line 29 I contacted my hosting support about that and they said that the Imagick.php resides in the following directory : /usr/local/lib/ImageMagick I can appreciate that there may be references to this everywhere and anywhere. I have PHP files called imageResize, Global etc...just let me know which ones to post and ill do that. I really appreciate the help. [attachment deleted by admin]
  8. Thanks for the reply, thorpe, I dont really know much about php, I commissioned the work and now the person has gone AWAL & left us in the lurch! If you have time later, I would really appreciate it if you could have a look at the code in full (attached on first post in ZIP file) Thanks kindly.
  9. Line 54 is : $lw_main_region = $lw_address->getAllChildren('lw:main_region'); Hope this helps.
  10. Thanks for the suggestion, Unfortunately, its not made any difference, its still giving me the error : Fatal error: Call to a member function on a non-object in /homepages/24/d227024453/htdocs/ezrsync.php on line 154 Thanks anyway, any other suggestions welcome.
  11. Hi There, Here are the lines before 154 : $count = 0; foreach ($returnedElements_item as $item) { //Getting the item values @$title = $item->getElement('title'); $title = $title->getValue(); //Check if isn't already added this item if (!is_already_added($title)) {//End: Check if isn't already added this item @$lw_address = $item->getElement('lw:address'); $lw_main_region = $lw_address->getAllChildren('lw:main_region'); Attached is the PHP file itself Thanks [attachment deleted by admin]
  12. Hi There, I have a website, which uses a script to syncronise properties from one site to another, this is done by a number of PHP scripts, when i add the RSS URL into the PHP script (ezrsync.php), it generates the following error : Fatal error: Call to a member function on a non-object in /homepages/24/d227024453/htdocs/ezrsync.php on line 154 I have attached the zip that contains all the files that should do the job (its probable really simple!) Thanks for any help [attachment deleted by admin]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.