Welcome Guest, Not a member yet? Register   Sign In
Models not being located
#7

[eluser]jedd[/eluser]
[quote author="moopa" date="1259878676"]
As stated previously, I believe the issue is with path mapping on the shared hosting. Do you have an understanding of how this is altered so that I can reference images with src="/common/img.jpg" as oppose to src="../common/img.jpg"
[/quote]

Oh, and you probably shouldn't be referencing images as either ../common or /common. This is why the base_url is defined in the config.php in the first place, so you can do stuff like this in your views:
Code:
<img src="&lt;?php echo base_url(); ?&gt;common/img.jpg">

If you're still having your earlier problem, can you crank up the logging so you can see what file (including the path) it's trying to open - that will give a bit more insight.


Messages In This Thread
Models not being located - by El Forum - 12-03-2009, 05:43 AM
Models not being located - by El Forum - 12-03-2009, 08:59 AM
Models not being located - by El Forum - 12-03-2009, 09:26 AM
Models not being located - by El Forum - 12-03-2009, 10:05 AM
Models not being located - by El Forum - 12-03-2009, 10:17 AM
Models not being located - by El Forum - 12-03-2009, 10:46 AM
Models not being located - by El Forum - 12-03-2009, 02:20 PM
Models not being located - by El Forum - 12-03-2009, 03:21 PM
Models not being located - by El Forum - 12-03-2009, 04:21 PM
Models not being located - by El Forum - 12-03-2009, 04:27 PM
Models not being located - by El Forum - 04-28-2014, 10:43 AM
Models not being located - by El Forum - 04-29-2014, 08:02 AM
Models not being located - by El Forum - 04-29-2014, 08:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB